diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-26 12:58:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-26 12:58:16 (GMT) |
commit | fccfb824e60ad5871f76d889159bd1ff4a16b81b (patch) | |
tree | 297850c3979bfa22c4f0e30b356b35990ead3a22 /Misc | |
parent | 711c37076a954bb9a6109f0a150da369749ae0e8 (diff) | |
parent | dbc5f8c39bdc2a6b16ef59125f9fa872e765b327 (diff) | |
download | cpython-fccfb824e60ad5871f76d889159bd1ff4a16b81b.zip cpython-fccfb824e60ad5871f76d889159bd1ff4a16b81b.tar.gz cpython-fccfb824e60ad5871f76d889159bd1ff4a16b81b.tar.bz2 |
merge 3.3 (#17550)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1148,6 +1148,8 @@ Tests Build ----- +- Issue #17550: Fix the --enable-profiling configure switch. + - Issue #17425: Build with openssl 1.0.1d on Windows. - Issue #16754: Fix the incorrect shared library extension on linux. Introduce |