commit | 9ce635f7bde6a0e61737af87a3546de6fe55880a | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Mon Jun 02 16:01:16 2014 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Mon Jun 02 16:01:16 2014 -0500 |
tree | ca426cdaa64cc850b66ae9436250793e6cc7d6b6 | |
parent | f94686f6b887bd5b50ef60d5615f00e0fd8520da [diff] [blame] |
Issue #18492: Allow all resources when tests are not run by regrtest.py. This changeset also includes cleanup allowed by this behavior change.
diff --git a/Misc/NEWS b/Misc/NEWS index 8320b0e..4cf70a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Tests ----- +- Issue #18492: All resources are now allowed when tests are not run by + regrtest.py. + - Issue #21605: Added tests for Tkinter images. - Issue #21493: Added test for ntpath.expanduser(). Original patch by