summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-01-02 14:10:20 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-01-02 14:10:20 (GMT)
commit0238497e931f439ff4e1ebe268f31ce23c15407f (patch)
treec62c49a7d4905def8e111b8f65d8f1ea67ce9758 /Misc
parent8c95484cff12e96356f67d31e3fa5e5aa7dbd5ca (diff)
downloadcpython-0238497e931f439ff4e1ebe268f31ce23c15407f.zip
cpython-0238497e931f439ff4e1ebe268f31ce23c15407f.tar.gz
cpython-0238497e931f439ff4e1ebe268f31ce23c15407f.tar.bz2
Fix for issue1594
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f35697c..3e82146 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -224,6 +224,9 @@ Library
- Issue #4730: Fixed the cPickle module to handle correctly astral characters
when protocol 0 is used.
+- Issue #1594: MacOS.GetCreatorAndType now always returns a big-endian result,
+ to be consistent with Apple tools.
+
Tools/Demos
-----------