[issue11050] email.utils.getaddresses behavior contradicts RFC2822

2011-03-13 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1429] FD leak in SocketServer

2011-03-13 Thread Jeff McNeil
Jeff McNeil added the comment: I entirely forgot I had signed up to look, my apologies. I'm going through this w/ what's lying on Mercurial's tip, I can't reproduce it at all. I can raise exceptions of various flavors from within the handle method of a StreamRequestHandler and there are no l

[issue11485] Default SDK value on MacOSX needs changing

2011-03-13 Thread Santoso Wijaya
Santoso Wijaya added the comment: > Running configure on a MacOSX system will set > MACOSX_DEPLOYMENT_TARGET to 10.4, which is probably not optimal > for anyone on a recentish system. What's more, when I first tried to compile Python on Mac OS X, and I have MacPorts' version of Python as the d

[issue11369] Add caching for the isEnabledFor() computation

2011-03-13 Thread William Hart
William Hart added the comment: Vinay: No, I haven't tried this in multi-threaded applications. You're correct that this would require locks around the global data. --Bill On Thu, Mar 10, 2011 at 3:16 AM, Vinay Sajip wrote: > > Vinay Sajip added the comment: > > Bill, > > I was looking at

[issue11491] dbm.open(..., flag="n") raises dbm.error if file exists and is rejected by whichdb

2011-03-13 Thread Denver Coneybeare
New submission from Denver Coneybeare : dbm.open() with flag="n" raises dbm.error if the given file exists but whichdb doesn't recognize it. In the documentation for dbm.open() the "n" flag is documented to "Always create a new, empty database, open for reading and writing". To me, this impl

<    1   2