diff options
author | Georg Brandl <georg@python.org> | 2005-08-03 07:30:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-03 07:30:12 (GMT) |
commit | 649f8e7de2ad8fc42748b56e8e64574478d2d7fe (patch) | |
tree | 740d59f0b6fa4754093eb7c2f4165688c4f68642 /Misc | |
parent | b370059233f0833dc2768422aee93a728eebbf26 (diff) | |
download | cpython-649f8e7de2ad8fc42748b56e8e64574478d2d7fe.zip cpython-649f8e7de2ad8fc42748b56e8e64574478d2d7fe.tar.gz cpython-649f8e7de2ad8fc42748b56e8e64574478d2d7fe.tar.bz2 |
patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -178,6 +178,9 @@ Extension Modules 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. |