diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 06:55:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 06:55:21 (GMT) |
commit | a0d416f0d186b5ee6ea6a898418871157a55b4f6 (patch) | |
tree | 026f19318df96522ce2dcca993f74e3dfa5a2538 /Misc | |
parent | 841b930a41be90c6c05fb4bab8392f50e01d86b7 (diff) | |
download | cpython-a0d416f0d186b5ee6ea6a898418871157a55b4f6.zip cpython-a0d416f0d186b5ee6ea6a898418871157a55b4f6.tar.gz cpython-a0d416f0d186b5ee6ea6a898418871157a55b4f6.tar.bz2 |
Issue #26482: Allowed pickling recursive dequeues.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,6 +201,8 @@ Core and Builtins Library ------- +- Issue #26482: Allowed pickling recursive dequeues. + - Issue #26335: Make mmap.write() return the number of bytes written like other write methods. Patch by Jakub Stasiak. |