summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-01-12 20:54:44 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-01-12 20:54:44 (GMT)
commite1ceb50cdf597c292f76099ef606fce75770f5d9 (patch)
tree0d066c4786cba9ae7e5ff1aaf52dfd49cf14a388 /Misc
parent457a2292caf46435ad544f865777a017e71a780a (diff)
downloadcpython-e1ceb50cdf597c292f76099ef606fce75770f5d9.zip
cpython-e1ceb50cdf597c292f76099ef606fce75770f5d9.tar.gz
cpython-e1ceb50cdf597c292f76099ef606fce75770f5d9.tar.bz2
Issue #16923: Fix ResourceWarnings in test_ssl.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76f71b4..d09406b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -434,6 +434,8 @@ Library
Tests
-----
+- Issue #16923: Fix ResourceWarnings in test_ssl.
+
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
- Issue #16925: test_configparser now works with unittest test discovery.