commit | 6d7f9375a5181925f561720cdbce0a618a57606a | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Jul 02 22:08:29 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Jul 02 22:08:29 2008 +0000 |
tree | 560d86ec456aa84563192b38a197c3e4b83fc6ff | |
parent | b15bdf7f7a736f49f783ab75904e6b2438449743 [diff] [blame] |
Backport of r64677.
diff --git a/Misc/NEWS b/Misc/NEWS index ebaefd4..c8fbedf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -117,6 +117,8 @@ Tests ----- +- Issue #3261: test_cookielib had an improper file encoding specified. + - Patch #2232: os.tmpfile might fail on Windows if the user has no permission to create files in the root directory.