commit | 80f4553d56e88c002a0085afdc8a33b9d0bf0202 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Sep 01 14:25:48 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Sat Sep 01 14:25:48 2012 +0300 |
tree | 3aea39fc19fb30913b8085e3cc44269a9048adde | |
parent | f9e1f1128b1d040cabb519ab18f770aa0c456744 [diff] [blame] |
#15802: Fix test logic in TestMaildir.test_create_tmp
diff --git a/Misc/NEWS b/Misc/NEWS index 13e8b00..0a35f0e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -352,6 +352,9 @@ Tests ----- +- Issue #15802: Fix test logic in TestMaildir.test_create_tmp. Patch + by Serhiy Storchaka. + - Issue #15765: Extend a previous fix to Solaris and OpenBSD for quirky getcwd() behaviour (issue #9185) to NetBSD as well.