commit | 2400e93057d284f65e062e03df92b2f5e57179ee | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Sat Jun 05 18:37:53 2004 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Sat Jun 05 18:37:53 2004 +0000 |
tree | 7310ad70bbf475f7d73a610a2d4883651ebf404b | |
parent | 58fc5d08134470f6e5d9458c820c3c971e2634fb [diff] [blame] |
SF #877165: Give an info about what C++ compiler command should be used in cygwin and mingw32. (Reported by Michael Droettboom)
diff --git a/Misc/NEWS b/Misc/NEWS index 7584d45..35a9c19 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -322,6 +322,9 @@ 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