diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |