Fix wrong issue number.

This commit is contained in:
Georg Brandl 2007-06-01 19:20:27 +00:00
parent a5ea68905a
commit 25497a1fa1
1 changed files with 1 additions and 1 deletions

View File

@ -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__.)