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: pysetup fails on non-ascii filenames
Type: behavior Stage: resolved
Components: Distutils2 Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: alexis, eric.araujo, tarek
Priority: normal Keywords:

Created on 2012-05-16 13:00 by tarek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg160856 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2012-05-16 13:00
Pyramid contains this file: pyramid/tests/fixtures/static/h\xc3\xa9h\xc3\xa9.html

and "pysetup install pyramid" chokes on it when creating the RECORD file, because the csv writer is given a wrong encoded value in util._write_record_file.

The record file orginally created by the install command seem to be in the wrong encoding
History
Date User Action Args
2022-04-11 14:57:30adminsetgithub: 59035
2014-03-13 06:55:13eric.araujosetstatus: open -> closed
resolution: out of date
stage: resolved
2012-05-16 13:00:21tarekcreate