diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-03 18:17:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-03 18:17:04 (GMT) |
commit | 3610286f8c6777435a68c9e53b9d6aac5e6cfaa3 (patch) | |
tree | 82e3974a14449a3f1cb2fa3f39024e227e3afa29 /Misc | |
parent | f6d0aeeadce3f1aea240b900da5e1fbb430257b2 (diff) | |
parent | 78fa5e38a9cb03181f4bc53d06d41e453fd7077c (diff) | |
download | cpython-3610286f8c6777435a68c9e53b9d6aac5e6cfaa3.zip cpython-3610286f8c6777435a68c9e53b9d6aac5e6cfaa3.tar.gz cpython-3610286f8c6777435a68c9e53b9d6aac5e6cfaa3.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -306,6 +306,8 @@ Tools/Demos Build ----- +- Issue #16067: Add description into MSI file to replace installer's temporary name. + - Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. |