summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 09:11:51 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 09:11:51 (GMT)
commitba2f8be4c6ff755c79d4aeb6805de6bdd0354726 (patch)
treea60f530a5a64fa66089df677795a3d5d10077969 /Misc
parentce654f48aac8c060ee3188f597e4fb78b2839abb (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a062175..8710c10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================