diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-06-12 17:31:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-06-12 17:31:41 (GMT) |
commit | 83eacca7a601df925a36455119633167a9093cdb (patch) | |
tree | 785589536b458e5f095a98c08c1a5233689df15a /Misc/NEWS | |
parent | 58641defe45cd8b05c28dea31a8a189d7fb31ce0 (diff) | |
download | cpython-83eacca7a601df925a36455119633167a9093cdb.zip cpython-83eacca7a601df925a36455119633167a9093cdb.tar.gz cpython-83eacca7a601df925a36455119633167a9093cdb.tar.bz2 |
Merged revisions 73390 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73390 | martin.v.loewis | 2009-06-12 19:28:31 +0200 (Fr, 12 Jun 2009) | 3 lines
Support AMD64 in msilib. Set Win64 on reglocator.
Fixes #6258.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core and Builtins Library ------- +- Issue #6258: Support AMD64 in bdist_msi. + - Issue #6195: fixed doctest to no longer try to read 'source' data from binary files. |