diff options
author | Guido van Rossum <guido@python.org> | 2005-07-27 00:00:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2005-07-27 00:00:44 (GMT) |
commit | 755149fb979034e0546c87ba14559a9f79d1b315 (patch) | |
tree | 00ca4983e570eb9c349fce4f7a81ebd5f589c96a | |
parent | 49a4b68b8b5dde8773247c4a2c8677a9455d8558 (diff) | |
download | cpython-755149fb979034e0546c87ba14559a9f79d1b315.zip cpython-755149fb979034e0546c87ba14559a9f79d1b315.tar.gz cpython-755149fb979034e0546c87ba14559a9f79d1b315.tar.bz2 |
Ouch, move that comment to the right place.
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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". |