Ouch, move that comment to the right place.

This commit is contained in:
Guido van Rossum 2005-07-27 00:00:44 +00:00
parent 49a4b68b8b
commit 755149fb97
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,6 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
- Fix a problem in Tkinter introduced by SF patch #869468: delete bogus
__hasattr__ and __delattr__ methods on class Tk that were breaking
Tkdnd.
- SF bug #1238681: freed pointer is used in longobject.c:long_pow().
- SF bug #1229429: PyObject_CallMethod failed to decrement some
@ -174,6 +170,10 @@ Extension Modules
Library
-------
- Fix a problem in Tkinter introduced by SF patch #869468: delete bogus
__hasattr__ and __delattr__ methods on class Tk that were breaking
Tkdnd.
- Bug #1015140: disambiguated the term "article id" in nntplib docs and
docstrings to either "article number" or "message id".