diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 12:23:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 12:23:18 (GMT) |
commit | fa94e80f3b2c88d4cdcc809c8e1931e289373e84 (patch) | |
tree | b333dc0a53e75f15d346e19000489c0af27f5982 /Misc | |
parent | fd42f3099112b8de50c9145af4a43c1cf35887a3 (diff) | |
download | cpython-fa94e80f3b2c88d4cdcc809c8e1931e289373e84.zip cpython-fa94e80f3b2c88d4cdcc809c8e1931e289373e84.tar.gz cpython-fa94e80f3b2c88d4cdcc809c8e1931e289373e84.tar.bz2 |
Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -418,6 +418,9 @@ Core and Builtins Library ------- +- Issue #6218: io.StringIO and io.BytesIO instances are now picklable with + protocol 2. + - Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. - Issue #7099: Decimal.is_normal now returns True for numbers with exponent |