summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2015-07-02 17:41:03 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2015-07-02 17:41:03 (GMT)
commit49c521fd5d3102916045551019368eae66dc7696 (patch)
treeb51dc93916098c3c58bf9c89807341c2f499bdc0 /Misc
parent44f323cb42418e6e2b83b7655146de66a7289dd4 (diff)
parentb7a688b3a40705ab4f7f7035d40ec026899c7052 (diff)
downloadcpython-49c521fd5d3102916045551019368eae66dc7696.zip
cpython-49c521fd5d3102916045551019368eae66dc7696.tar.gz
cpython-49c521fd5d3102916045551019368eae66dc7696.tar.bz2
Merge with 3.4: 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 359bde8..685ce41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,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