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
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://
"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
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
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
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.
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