diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-07-02 15:42:47 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-07-02 15:42:47 (GMT) |
commit | 5bdae3bb7c7ab9e85453698972fa5fa926f012f3 (patch) | |
tree | ed140d49cc67ee21d563cccb2b2f47fdebd8763e /Misc | |
parent | a4a04069fd93395369b6061ed07f471e53f1c7a1 (diff) | |
download | cpython-5bdae3bb7c7ab9e85453698972fa5fa926f012f3.zip cpython-5bdae3bb7c7ab9e85453698972fa5fa926f012f3.tar.gz cpython-5bdae3bb7c7ab9e85453698972fa5fa926f012f3.tar.bz2 |
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.1 release candidate 2? Core and Builtins ----------------- +- Issue #12291: You can now load multiple marshalled objects from a stream, + with other data interleaved between marshalled objects. + - Issue #12084: os.stat on Windows now works properly with relative symbolic links when called from any directory. |