diff options
author | Petri Lehtinen <petri@digip.org> | 2012-09-01 11:22:36 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-09-01 11:22:36 (GMT) |
commit | 1c371b255ff15971f2aac1f1ff4a248718744af3 (patch) | |
tree | 547147176ba9914297f8546f980d24845daee5d7 /Misc/NEWS | |
parent | 6fb8fb17bff87fdd5e738430502f34f8729766e3 (diff) | |
download | cpython-1c371b255ff15971f2aac1f1ff4a248718744af3.zip cpython-1c371b255ff15971f2aac1f1ff4a248718744af3.tar.gz cpython-1c371b255ff15971f2aac1f1ff4a248718744af3.tar.bz2 |
#15802: Fix test logic in TestMaildir.test_create_tmp
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -457,6 +457,9 @@ Extension Modules Tests ----- +- Issue #15802: Fix test logic in TestMaildir.test_create_tmp. Patch + by Serhiy Storchaka. + - Issue #15747: ZFS always returns EOPNOTSUPP when attempting to set the UF_IMMUTABLE flag (via either chflags or lchflags); refactor affected tests in test_posix.py to account for this. |