commit | 49b0ce06f01a27c98a61a1287ea1b8d40c0f2e51 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 27 10:10:46 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 27 10:10:46 2011 +0200 |
tree | 1ddf7a2cbc01a886e25603bcb4aae1705fc762d9 | |
parent | 8c05568e06794ecc81410cc42f07e0295c4727f2 [diff] [blame] |
Fix short file name generation in bdist_msi. Patch by Christoph Gohlke. Closes #7639.
diff --git a/Misc/NEWS b/Misc/NEWS index 3c590ac..f0b9a08 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,8 @@ Library ------- +- Issue #7639: Fix short file name generation in bdist_msi. + - Issue #11666: let help() display named tuple attributes and methods that start with a leading underscore.