]> granicus.if.org Git - python/commitdiff
Ouch, move that comment to the right place.
authorGuido van Rossum <guido@python.org>
Wed, 27 Jul 2005 00:00:44 +0000 (00:00 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 27 Jul 2005 00:00:44 +0000 (00:00 +0000)
Misc/NEWS

index 44ea538e9a8e02b985a9e76a0aeb6d91a2bd8df3..f168fa1ab145a7a44ab3c5f1cf52b737d52ca689 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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".