Re: unittest.main-workalike that runs doctests too?

2006-05-06 Thread Chris Lambacher
On Fri, May 05, 2006 at 06:47:26PM +0100, John J. Lee wrote: > Jay Parlar <[EMAIL PROTECTED]> writes: > > On May 5, 2006, at 6:35 AM, John J. Lee wrote: > [...] > > > I know about nose, but it seems just a little too magical for my > > > tastes, and includes stuff I don't really need. > [...] > > n

Re: How to get client's IP address in the threaded case of SimpleXMLRPCServer?

2006-05-07 Thread Chris Lambacher
On Fri, May 05, 2006 at 05:02:57PM -0400, Eirikur Hallgrimsson wrote: > Okay, I've banged my head against this for about three days on and off. > > The client's IP is passed to my handler in the non-threaded case. > > It's not in the threaded case, which is actually rather different with a > coup

Re: How to doctest if __name__ already used?

2006-05-07 Thread Chris Lambacher
On Fri, May 05, 2006 at 10:33:48PM +, Leo Breebaart wrote: > Trigger doctest.testmod() via a "--test" command-line option, is > what I'm thinking. But is that really the best way? That is what I would have suggested. -Chris -- http://mail.python.org/mailman/listinfo/python-list

Re: A critic of Guido's blog on Python's lambda

2006-05-07 Thread Chris Lambacher
On Sun, May 07, 2006 at 11:57:55AM -0700, Alex Martelli wrote: > > [1] I'm considering introducing bugs or misdesigns that have to be > > fixed > > as part of training for the purposes of this discussion. Also the > > Actually, doing it _deliberately_ (on "training projects" for new people > j

<    1   2