diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-28 15:37:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-28 15:37:31 (GMT) |
commit | fd9633ed36f4bbf6a975497009a87314f8550368 (patch) | |
tree | 0f38cbd8350686fdb1142eead3159c38dcfc0257 /Misc/NEWS | |
parent | cc928de44f9d3d731f86aecb834c94d975c95282 (diff) | |
download | cpython-fd9633ed36f4bbf6a975497009a87314f8550368.zip cpython-fd9633ed36f4bbf6a975497009a87314f8550368.tar.gz cpython-fd9633ed36f4bbf6a975497009a87314f8550368.tar.bz2 |
fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -204,6 +204,8 @@ Tools/Demos Build ----- +- Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds. + - Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs". - Issue #4289: Remove Cancel button from AdvancedDlg. |