python/dist/src/Misc NEWS,1.1323,1.1324
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18021 Modified Files: NEWS Log Message: Fix a problem in Tkinter introduced by SF patch #869468 (checked in as 1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1323 retrieving revision 1.1324 diff -u -d -r1.1323 -r1.1324 --- NEWS 26 Jul 2005 02:29:20 -0000 1.1323 +++ NEWS 26 Jul 2005 23:57:46 -0000 1.1324 @@ -12,6 +12,10 @@ 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
participants (1)
-
gvanrossumļ¼ users.sourceforge.net