classification
Title: distutils.dir_utils.mkpath to support unicode
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: camarajm, loewis
Priority: high Keywords: patch

Created on 2005-03-21 16:55 by camarajm, last changed 2005-08-24 14:56 by loewis. This issue is now closed.

Files
File name Uploaded Description Edit
patch_for_1121494.txt camarajm, 2005-03-21 16:55 patch_for_1121494
Messages (3)
msg48039 - (view) Author: John M. Camara (camarajm) Date: 2005-03-21 16:55
path for bug 1121494

for distutils.dir_utils.mkpath(name... function

changed name argument to support unicode
msg48040 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-03-22 00:04
Logged In: YES 
user_id=21627

The patch is fine. I'll apply it after 2.4.1 is released.
msg48041 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-08-24 14:56
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

NEWS 1.1347
dir_util.py 1.16
dir_util.py 1.15.2.1
NEWS 1.1193.2.83
History
Date User Action Args
2005-03-21 16:55:56camarajmcreate