commit | 25497a1fa1b112759fce48eeb3711fcae382871c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jun 01 19:20:27 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jun 01 19:20:27 2007 +0000 |
tree | 02f64cee1aa767104b5793983383149f6b1532a8 | |
parent | a5ea68905a6ad2486827de35a49e2f25da4a8ee8 [diff] [blame] |
Fix wrong issue number.
diff --git a/Misc/NEWS b/Misc/NEWS index ade26da..29dd488 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,7 +12,7 @@ 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__.)