diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-06-05 18:37:53 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-06-05 18:37:53 (GMT) |
commit | 2400e93057d284f65e062e03df92b2f5e57179ee (patch) | |
tree | 7310ad70bbf475f7d73a610a2d4883651ebf404b /Misc | |
parent | 58fc5d08134470f6e5d9458c820c3c971e2634fb (diff) | |
download | cpython-2400e93057d284f65e062e03df92b2f5e57179ee.zip cpython-2400e93057d284f65e062e03df92b2f5e57179ee.tar.gz cpython-2400e93057d284f65e062e03df92b2f5e57179ee.tar.bz2 |
SF #877165: Give an info about what C++ compiler command should be
used in cygwin and mingw32. (Reported by Michael Droettboom)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -322,6 +322,9 @@ Extension modules Library ------- +- Fixed #877165: distutils now picks the right C++ compiler command + on cygwin and mingw32. + - urllib.urlopen().readline() now handles HTTP/0.9 correctly. - refactored site.py into functions. Also wrote regression tests for the |