diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-04 15:25:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-04 15:25:28 (GMT) |
commit | 8b274265f0ba3158900d34f42c12ad41144db938 (patch) | |
tree | eb5273c2d947674b564f994acd840b13affc9ffa /Misc | |
parent | 36126c424a9b7c2c46596c096d0c944ce190d86d (diff) | |
download | cpython-8b274265f0ba3158900d34f42c12ad41144db938.zip cpython-8b274265f0ba3158900d34f42c12ad41144db938.tar.gz cpython-8b274265f0ba3158900d34f42c12ad41144db938.tar.bz2 |
Add MSVC8 project files to create wininst-8.exe.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ Core and builtins Library ------- +- Support for MSVC 8 was added to bdist_wininst. + - Bug #1446043: correctly raise a LookupError if an encoding name given to encodings.search_function() contains a dot. |