summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2015-07-02 17:38:38 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2015-07-02 17:38:38 (GMT)
commitb7a688b3a40705ab4f7f7035d40ec026899c7052 (patch)
treec61e60f49ff4a846603bbe805b1fb73c70d9be13 /Misc
parent3ef80587f01af27427fc1fcc05d8fd1726edd23d (diff)
downloadcpython-b7a688b3a40705ab4f7f7035d40ec026899c7052.zip
cpython-b7a688b3a40705ab4f7f7035d40ec026899c7052.tar.gz
cpython-b7a688b3a40705ab4f7f7035d40ec026899c7052.tar.bz2
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
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 19451c4..1ed181d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Core and Builtins
Library
-------
+- Issue #24514: tarfile now tolerates number fields consisting of only
+ whitespace.
+
- Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
A deprecation warning no longer issued by XMLParser subclass with default
doctype() method. Direct call of doctype() now issues a warning. Parser's