]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
*** empty log message ***
authorGeorg Brandl <georg@python.org>
Wed, 14 Sep 2005 20:53:32 +0000 (20:53 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Sep 2005 20:53:32 +0000 (20:53 +0000)
Misc/NEWS

index 855a95cde2346731d3eb3736353730e5018a8042..f63d7118ed66bb6360f159fb283f486ba9496e3a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,9 @@ Core and builtins
 Extension Modules
 -----------------
 
+- Bug #1007046: os.startfile() did not accept unicode strings encoded in
+  the file system encoding.
+
 - Patch #756021: Special-case socket.inet_aton('255.255.255.255') for
   platforms that don't have inet_aton().