summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-03 07:30:12 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-03 07:30:12 (GMT)
commit649f8e7de2ad8fc42748b56e8e64574478d2d7fe (patch)
tree740d59f0b6fa4754093eb7c2f4165688c4f68642 /Misc
parentb370059233f0833dc2768422aee93a728eebbf26 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ebc9b0d..8a2d504 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.