diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-01-02 14:10:20 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-01-02 14:10:20 (GMT) |
commit | 0238497e931f439ff4e1ebe268f31ce23c15407f (patch) | |
tree | c62c49a7d4905def8e111b8f65d8f1ea67ce9758 /Misc | |
parent | 8c95484cff12e96356f67d31e3fa5e5aa7dbd5ca (diff) | |
download | cpython-0238497e931f439ff4e1ebe268f31ce23c15407f.zip cpython-0238497e931f439ff4e1ebe268f31ce23c15407f.tar.gz cpython-0238497e931f439ff4e1ebe268f31ce23c15407f.tar.bz2 |
Fix for issue1594
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------- |