diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:42:14 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-03 07:42:14 (GMT) |
commit | 64c33ddab164740cee21559826fb4b062d2eb18c (patch) | |
tree | ef274a55365d9de35140a5fdd44484dc1c160854 /Misc/NEWS | |
parent | 532bc0375fbcdce74a95dda422b4460ed52455ea (diff) | |
download | cpython-64c33ddab164740cee21559826fb4b062d2eb18c.zip cpython-64c33ddab164740cee21559826fb4b062d2eb18c.tar.gz cpython-64c33ddab164740cee21559826fb4b062d2eb18c.tar.bz2 |
Mention that zlib is now builtin on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -631,6 +631,9 @@ Library Build ----- +- The sources of zlib are now part of the Python distribution (zlib 1.2.3). + The zlib module is now builtin on Windows. + - Use -xcode=pic32 for CCSHARED on Solaris with SunPro. - Bug #1189330: configure did not correctly determine the necessary |