diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-02-18 17:33:18 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-02-18 17:33:18 (GMT) |
commit | 9e5a9876ad3b666390f77aadfb02b303ff2748bd (patch) | |
tree | d4915d363c587c8a63bd1c027e6e424560f812ac /Misc | |
parent | cefe6b34dee64de176e7c871df6576634ecdc0a9 (diff) | |
download | cpython-9e5a9876ad3b666390f77aadfb02b303ff2748bd.zip cpython-9e5a9876ad3b666390f77aadfb02b303ff2748bd.tar.gz cpython-9e5a9876ad3b666390f77aadfb02b303ff2748bd.tar.bz2 |
Issue #20609: Fix building 64-bit binaries on 32-bit Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -131,6 +131,12 @@ Documentation - Issue #20488: Importlib is no longer *an* implementation of import, it's *the* implementation. +Build +----- + +- Issue #20609: Restored the ability to build 64-bit Windows binaries on + 32-bit Windows, which was broken by the change in issue #19788. + What's New in Python 3.3.4? =========================== |