[Python-checkins] python/dist/src/Misc NEWS,1.1324,1.1325

gvanrossum@users.sourceforge.net gvanrossum at users.sourceforge.net
Wed Jul 27 02:00:52 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18697

Modified Files:
	NEWS 
Log Message:
Ouch, move that comment to the right place.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1324
retrieving revision 1.1325
diff -u -d -r1.1324 -r1.1325
--- NEWS	26 Jul 2005 23:57:46 -0000	1.1324
+++ NEWS	27 Jul 2005 00:00:44 -0000	1.1325
@@ -12,10 +12,6 @@
 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 @@
 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".
 



More information about the Python-checkins mailing list