diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-12 20:54:44 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-01-12 20:54:44 (GMT) |
commit | e1ceb50cdf597c292f76099ef606fce75770f5d9 (patch) | |
tree | 0d066c4786cba9ae7e5ff1aaf52dfd49cf14a388 /Misc | |
parent | 457a2292caf46435ad544f865777a017e71a780a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |