Re: [Python-Dev] failures in test_sqlite when entire test suite run

2007-06-01 Thread Brett Cannon
On 5/31/07, Brett Cannon <[EMAIL PROTECTED]> wrote: I have been getting failures from test_sqlite off the trunk when I run the entire test suite (as ``./python.exe Lib/test/regrtest.py``) with this error on OS X 10.4.9 and sqlite3 3.3.16: Traceback (most recent call last): File "/Users/drifty

Re: [Python-Dev] error in Misc/NEWS

2007-06-01 Thread Raghuram Devarakonda
On 6/1/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Raghuram Devarakonda schrieb: > > There is an entry in "Core and builtins" section of Misc/NEWS: > > > > "Bug #1722484: remove docstrings again when running with -OO.". > > > > The actual bug is 1722485. Incidentally, 1722484 appears to be spam.

Re: [Python-Dev] Minor ConfigParser Change

2007-06-01 Thread Fred L. Drake, Jr.
On Friday 01 June 2007, BJörn Lindqvist wrote: > Patches are applied once, but thousands of people read the code in the > standard library each month. The standard library should be as > readable as possible to make it as easy as possible to maintain. It is > just good software development meth

Re: [Python-Dev] error in Misc/NEWS

2007-06-01 Thread Georg Brandl
Raghuram Devarakonda schrieb: > There is an entry in "Core and builtins" section of Misc/NEWS: > > "Bug #1722484: remove docstrings again when running with -OO.". > > The actual bug is 1722485. Incidentally, 1722484 appears to be spam. Fixed, thanks for spotting (you really read the commit logs

Re: [Python-Dev] error in Misc/NEWS

2007-06-01 Thread Terry Reedy
"Raghuram Devarakonda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | There is an entry in "Core and builtins" section of Misc/NEWS: | | "Bug #1722484: remove docstrings again when running with -OO.". | | The actual bug is 1722485. Incidentally, 1722484 appears to be spam. Sure en

[Python-Dev] error in Misc/NEWS

2007-06-01 Thread Raghuram Devarakonda
There is an entry in "Core and builtins" section of Misc/NEWS: "Bug #1722484: remove docstrings again when running with -OO.". The actual bug is 1722485. Incidentally, 1722484 appears to be spam. ___ Python-Dev mailing list Python-Dev@python.org http://

Re: [Python-Dev] Minor ConfigParser Change

2007-06-01 Thread BJörn Lindqvist
Patches are applied once, but thousands of people read the code in the standard library each month. The standard library should be as readable as possible to make it as easy as possible to maintain. It is just good software development methodology. Many parts of the standard library are arcane an