summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-06-01 19:20:27 (GMT)
committerGeorg Brandl <georg@python.org>2007-06-01 19:20:27 (GMT)
commit25497a1fa1b112759fce48eeb3711fcae382871c (patch)
tree02f64cee1aa767104b5793983383149f6b1532a8 /Misc
parenta5ea68905a6ad2486827de35a49e2f25da4a8ee8 (diff)
downloadcpython-25497a1fa1b112759fce48eeb3711fcae382871c.zip
cpython-25497a1fa1b112759fce48eeb3711fcae382871c.tar.gz
cpython-25497a1fa1b112759fce48eeb3711fcae382871c.tar.bz2
Fix wrong issue number.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ade26da..29dd488 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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__.)