commit | 649f8e7de2ad8fc42748b56e8e64574478d2d7fe | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 03 07:30:12 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 03 07:30:12 2005 +0000 |
tree | 740d59f0b6fa4754093eb7c2f4165688c4f68642 | |
parent | b370059233f0833dc2768422aee93a728eebbf26 [diff] [blame] |
patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.
diff --git a/Misc/NEWS b/Misc/NEWS index ebc9b0d..8a2d504 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -178,6 +178,9 @@ Library ------- +- Patch #1105730: Apply the new implementation of commonprefix in posixpath + to ntpath, macpath, os2emxpath and riscospath. + - Fix a problem in Tkinter introduced by SF patch #869468: delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd.