diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-06 19:28:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-06 19:28:03 (GMT) |
commit | 388a8c26fae0c9fdce06fcf69223b7b43cb25acf (patch) | |
tree | cc2a9648cb71a5680524c0786b8a178671d66d09 /Misc | |
parent | b9aa7ea66017a9829455e0c2c10d383a53b46873 (diff) | |
download | cpython-388a8c26fae0c9fdce06fcf69223b7b43cb25acf.zip cpython-388a8c26fae0c9fdce06fcf69223b7b43cb25acf.tar.gz cpython-388a8c26fae0c9fdce06fcf69223b7b43cb25acf.tar.bz2 |
Properly generate logical file ids. Fixes #1515998.
Also correct typo in Control.mapping.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ Core and builtins Library ------- +- Bug #1515998: Properly generate logical ids for files in bdist_msi. + - warnings.py now ignores ImportWarning by default - Patch #1517790: It is now possible to use custom objects in the ctypes |