[Python-checkins] r64680 - in python/branches/release25-maint: Lib/test/test_cookielib.py Misc/NEWS

brett.cannon python-checkins at python.org
Thu Jul 3 00:08:29 CEST 2008


Author: brett.cannon
Date: Thu Jul  3 00:08:29 2008
New Revision: 64680

Log:
Backport of r64677.

Modified:
   python/branches/release25-maint/Lib/test/test_cookielib.py
   python/branches/release25-maint/Misc/NEWS

Modified: python/branches/release25-maint/Lib/test/test_cookielib.py
==============================================================================
--- python/branches/release25-maint/Lib/test/test_cookielib.py	(original)
+++ python/branches/release25-maint/Lib/test/test_cookielib.py	Thu Jul  3 00:08:29 2008
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- coding: latin-1 -*-
 """Tests for cookielib.py."""
 
 import re, os, time

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Thu Jul  3 00:08:29 2008
@@ -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.
 


More information about the Python-checkins mailing list