[Python-checkins] r68140 - python/branches/py3k/Misc/NEWS

hirokazu.yamamoto python-checkins at python.org
Thu Jan 1 17:09:52 CET 2009


Author: hirokazu.yamamoto
Date: Thu Jan  1 17:09:52 2009
New Revision: 68140

Log:
News fix. On py3k, `str' is unicode. should use `bytes'.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Jan  1 17:09:52 2009
@@ -13,7 +13,7 @@
 -----------------
 
 - Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
-  file with `str' filename on Windows.
+  file with `bytes' filename on Windows.
 
 - Issue #3680: Reference cycles created through a dict, set or deque iterator
   did not get collected.


More information about the Python-checkins mailing list