commit | e1177d9d17aa5ec9c1953e37fbb39f97b0a6f2ec | [log] [tgz] |
---|---|---|
author | Tarek Ziade <tarek@ziade.org> | Mon May 23 19:07:56 2011 +0200 |
committer | Tarek Ziade <tarek@ziade.org> | Mon May 23 19:07:56 2011 +0200 |
tree | 5364264a1f45e08315c493139281e471f347c0ed | |
parent | fabc30833f9bab8d1d028c1295259d85be96a789 [diff] |
Issue #12125: fixed the failures under Solaris due to improper test cleanup.
diff --git a/Misc/NEWS b/Misc/NEWS index 9e2c14d..01b95e2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -153,6 +153,8 @@ Library ------- +- Issue #12125: fixed the failures under Solaris due to improper test cleanup. + - Issue #6501: os.device_encoding() returns None on Windows if the application has no console.