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

index 45a62ef63896112e99d744c9441be524e40b5838..cbc6dc146e3fc557f1c44644e9bf464555ba10b5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,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().