]> granicus.if.org Git - python/commitdiff
News fix. On py3k, `str' is unicode. should use `bytes'.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 1 Jan 2009 16:09:52 +0000 (16:09 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 1 Jan 2009 16:09:52 +0000 (16:09 +0000)
Misc/NEWS

index c97dacadb0644c34b23398805933508a1f187e2d..419a2c227ea337732468f7a88f41240fa22a9bda 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
 -----------------
 
 - 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.