From 8ed9a8069dbef331d6097dcd2895f7cbf012897e Mon Sep 17 00:00:00 2001
From: Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Date: Thu, 1 Jan 2009 16:09:52 +0000
Subject: [PATCH] News fix. On py3k, `str' is unicode. should use `bytes'.

---
 Misc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Misc/NEWS b/Misc/NEWS
index c97dacadb0..419a2c227e 100644
--- 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.
-- 
2.40.0