diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:43:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-01-11 09:43:55 (GMT) |
commit | eefda27e97271f61b669410f7f6554466045f52a (patch) | |
tree | c27662b0bde1e40b10317f71808a67705e9513cc /Misc | |
parent | b3b7d859b3c282ee3b573899ba831852642bb18d (diff) | |
download | cpython-eefda27e97271f61b669410f7f6554466045f52a.zip cpython-eefda27e97271f61b669410f7f6554466045f52a.tar.gz cpython-eefda27e97271f61b669410f7f6554466045f52a.tar.bz2 |
Issue #4895: Use _strdup on Windows CE.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -297,6 +297,8 @@ Tools/Demos Build ----- +- Issue #4895: Use _strdup on Windows CE. + - Issue #4472: "configure --enable-shared" now works on OSX - Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds. |