diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-19 09:24:20 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-19 09:24:20 (GMT) |
commit | ba45c2b6a70745a8d19cefaf6fb4e5e7d4b8e1e0 (patch) | |
tree | f62322b081b1701726057daf0aaba7ce865f34fd /Misc | |
parent | 490014ba4d3422fdfd4dba5fe0b85cd820a12c80 (diff) | |
download | cpython-ba45c2b6a70745a8d19cefaf6fb4e5e7d4b8e1e0.zip cpython-ba45c2b6a70745a8d19cefaf6fb4e5e7d4b8e1e0.tar.gz cpython-ba45c2b6a70745a8d19cefaf6fb4e5e7d4b8e1e0.tar.bz2 |
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -197,6 +197,8 @@ Tests Build ----- +- Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) + - Issue #9810: Compile bzip2 source files in python's project file directly. It used to be built with bzip2's makefile. |