diff options
author | Georg Brandl <georg@python.org> | 2007-06-01 19:20:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-06-01 19:20:27 (GMT) |
commit | 25497a1fa1b112759fce48eeb3711fcae382871c (patch) | |
tree | 02f64cee1aa767104b5793983383149f6b1532a8 /Misc | |
parent | a5ea68905a6ad2486827de35a49e2f25da4a8ee8 (diff) | |
download | cpython-25497a1fa1b112759fce48eeb3711fcae382871c.zip cpython-25497a1fa1b112759fce48eeb3711fcae382871c.tar.gz cpython-25497a1fa1b112759fce48eeb3711fcae382871c.tar.bz2 |
Fix wrong issue number.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- -- Bug #1722484: remove docstrings again when running with -OO. +- Bug #1722485: remove docstrings again when running with -OO. - Add new attribute names for function objects. All the func_* become __*__ attributes. (Some already existed, e.g., __doc__ and __name__.) |