This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: distutils.dir_utils not unicode compatible
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: camarajm, epcylon, loewis
Priority: normal Keywords:

Created on 2005-02-12 20:47 by epcylon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pythonbug epcylon, 2005-02-12 20:47 Demonstration of bug, in interpreter
Messages (3)
msg24290 - (view) Author: Morten Lied Johansen (epcylon) Date: 2005-02-12 20:47
When sourcefiles are passed in as unicodestrings, distutils.dir_utils.
mkpath will throw a DistutilsInternalError, as shown in the example 
attached.

Using:
Python 2.4 (#1, Feb 12 2005, 20:12:07) 
2.6.9-gentoo-r9 GNU/Linux
msg24291 - (view) Author: John M. Camara (camarajm) (Python triager) Date: 2005-03-21 17:01
Logged In: YES 
user_id=1242541

patch 1167716 submitted
msg24292 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-08-24 14:56
Logged In: YES 
user_id=21627

Fixed with said patch.
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41571
2005-02-12 20:47:05epcyloncreate