diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 11:27:18 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 11:27:18 (GMT) |
commit | 14d99a14912343061463049e814a15127e79c69e (patch) | |
tree | 6d36d4a1a4c76ebb14dcae3240a367999a0daa80 /Misc/NEWS | |
parent | e6ef4622431d8a79d4dbe1313137e443d4dc7db5 (diff) | |
download | cpython-14d99a14912343061463049e814a15127e79c69e.zip cpython-14d99a14912343061463049e814a15127e79c69e.tar.gz cpython-14d99a14912343061463049e814a15127e79c69e.tar.bz2 |
Ignore X-Antivirus headers in test_nntplib
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -301,6 +301,9 @@ Extension Modules Tests ----- +- test_nntplib now tolerates being run from behind NNTP gateways that add + "X-Antivirus" headers to articles + - Issue #15043: test_gdb is now skipped entirely if gdb security settings block loading of the gdb hooks |