[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.82, 1.1193.2.83

loewis@users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 24 16:55:53 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19638/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.82
retrieving revision 1.1193.2.83
diff -u -d -r1.1193.2.82 -r1.1193.2.83
--- NEWS	24 Aug 2005 08:39:46 -0000	1.1193.2.82
+++ NEWS	24 Aug 2005 14:55:42 -0000	1.1193.2.83
@@ -68,6 +68,8 @@
 Library
 -------
 
+- Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings.
+
 - Bug #1178484: Return complete lines from codec stream readers
   even if there is an exception in later lines, resulting in
   correct line numbers for decoding errors in source code. 



More information about the Python-checkins mailing list