summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-05 21:47:02 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-05 21:47:02 (GMT)
commit0daf2f38cba2276c9a25613b47c46a17db614d6c (patch)
tree5606053ff1dcfc3531f8b2e7152301081b20cbfe /Misc
parenta65e33089c0e3f753b7ca3101b4fddc3dd0d82d8 (diff)
downloadcpython-0daf2f38cba2276c9a25613b47c46a17db614d6c.zip
cpython-0daf2f38cba2276c9a25613b47c46a17db614d6c.tar.gz
cpython-0daf2f38cba2276c9a25613b47c46a17db614d6c.tar.bz2
Merged revisions 71280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71280 | tarek.ziade | 2009-04-05 23:44:08 +0200 (Sun, 05 Apr 2009) | 1 line Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test ........
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 d99814f..a77e14f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,6 +100,9 @@ Core and Builtins
Library
-------
+- Issue #1491431: Fixed distutils.filelist.glob_to_re for edge cases.
+ Initial fix by Wayne Davison.
+
- Issue 5471: Fix os.path.expanduser() for $HOME set to '/'.
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.