diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 09:11:51 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 09:11:51 (GMT) |
commit | ba2f8be4c6ff755c79d4aeb6805de6bdd0354726 (patch) | |
tree | a60f530a5a64fa66089df677795a3d5d10077969 /Misc | |
parent | ce654f48aac8c060ee3188f597e4fb78b2839abb (diff) | |
download | cpython-ba2f8be4c6ff755c79d4aeb6805de6bdd0354726.zip cpython-ba2f8be4c6ff755c79d4aeb6805de6bdd0354726.tar.gz cpython-ba2f8be4c6ff755c79d4aeb6805de6bdd0354726.tar.bz2 |
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,12 @@ Library - Issue #15535: Fix namedtuple pickles which were picking up the OrderedDict instead of just the underlying tuple. +Tests +----- + +- Issue #17843: Removed bz2 test data file that was triggering false-positive + virus warnings with certain antivirus software. + What's New in Python 3.2.4? =========================== |