summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-12 08:39:08 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-12 08:39:08 (GMT)
commit41fe28220bf2790277f9a82446c73736709378c6 (patch)
tree646673b3a731026f57187d3157c84d4a38edb1cb /Misc
parent24448fa86e3a82b266b2abca2fae94f6d9340dae (diff)
downloadcpython-41fe28220bf2790277f9a82446c73736709378c6.zip
cpython-41fe28220bf2790277f9a82446c73736709378c6.tar.gz
cpython-41fe28220bf2790277f9a82446c73736709378c6.tar.bz2
Merged revisions 73975 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73975 | tarek.ziade | 2009-07-12 10:27:26 +0200 (Sun, 12 Jul 2009) | 1 line Fixed #6438: distutils.cygwinccompiler.get_versions was trying to use a re string pattern on a bytes ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a3aebf0..0009115 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,10 @@ Core and Builtins
Library
-------
+- Issue #6438: Fixed distutils.cygwinccompiler.get_versions : the regular
+ expression string pattern was trying to match against a bytes returned by
+ Popen. Tested under win32 to build the py-postgresql project.
+
- Issue #6258: Support AMD64 in bdist_msi.
- Issue #6195: fixed doctest to no longer try to read 'source' data from