commit | 9ad6a563a781c193f003b1cf74e1ca1268373181 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Tue Oct 23 14:39:34 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Tue Oct 23 14:42:13 2012 +0300 |
tree | ecb5ccfed13923e37fa7ab69282c109a8cde25d1 | |
parent | e3d47128c5b1b10bc3c1e4b9fadfd9bcc08c844c [diff] [blame] |
#15040: Close files in mailbox tests for PyPy compatibility Original patch by Matti Picus.
diff --git a/Misc/NEWS b/Misc/NEWS index c5eaa9c..5052009 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -435,6 +435,9 @@ Tests ----- +- Issue #15040: Close files in mailbox tests for PyPy compatibility. + Original patch by Matti Picus. + - Issue #15802: Fix test logic in TestMaildir.test_create_tmp. Patch by Serhiy Storchaka.