diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-02-02 15:32:22 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-02-02 15:32:22 (GMT) |
commit | bc186a87ccd09a62339492cfca794841cab07087 (patch) | |
tree | d5e4b2879ff98a6cd04207cf7a6a32506d565903 /Misc | |
parent | 49db063323c109a854234ccde95f27f1f7e18ad9 (diff) | |
download | cpython-bc186a87ccd09a62339492cfca794841cab07087.zip cpython-bc186a87ccd09a62339492cfca794841cab07087.tar.gz cpython-bc186a87ccd09a62339492cfca794841cab07087.tar.bz2 |
Merged revisions 69205 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69205 | martin.v.loewis | 2009-02-02 15:23:16 +0100 (Mo, 02 Feb 2009) | 1 line
Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -375,6 +375,8 @@ Tools/Demos Build ----- +- Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. + - Issue #4895: Use _strdup on Windows CE. - Issue #4472: "configure --enable-shared" now works on OSX |