summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-08-14 21:04:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-08-14 21:04:30 (GMT)
commit11ec65d82b2ea685fd668a0783273a0763771dbf (patch)
tree427b67275969d36061469ad6009715e46efdc270 /Misc
parent63d325e8c45bd37672fd6a16e98d190656fc1cc1 (diff)
downloadcpython-11ec65d82b2ea685fd668a0783273a0763771dbf.zip
cpython-11ec65d82b2ea685fd668a0783273a0763771dbf.tar.gz
cpython-11ec65d82b2ea685fd668a0783273a0763771dbf.tar.bz2
Issue #3476: make BufferedReader and BufferedWriter thread-safe
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 5349c55..70a06ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and Builtins
Library
-------
+- Issue #3476: binary buffered reading through the new "io" library is now
+ thread-safe.
+
- Silence the DeprecationWarning of rfc822 when it is imported by mimetools
since mimetools itself is deprecated. Because modules are cached, all
subsequent imports of rfc822 will not raise a visible DeprecationWarning.