diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-07-20 20:05:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-07-20 20:05:01 (GMT) |
commit | e2d1e64a1ffd04a274e911c53fd9ee00a4943f6c (patch) | |
tree | 08b09630b15d00195b6d1be1919bcc64a0510a88 | |
parent | 0fb88f7c51cca016e6210e8058b5d5d271f79989 (diff) | |
download | cpython-e2d1e64a1ffd04a274e911c53fd9ee00a4943f6c.zip cpython-e2d1e64a1ffd04a274e911c53fd9ee00a4943f6c.tar.gz cpython-e2d1e64a1ffd04a274e911c53fd9ee00a4943f6c.tar.bz2 |
add #
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Library - Issue #22017: Correct reference counting errror in the initialization of the _warnings module. -- Issue 21044: tarfile.open() now handles fileobj with an integer 'name' +- Issue #21044: tarfile.open() now handles fileobj with an integer 'name' attribute. Based on patch by Martin Panter. - Issue #21151: Fixed a segfault in the _winreg module when ``None`` is passed |