[issue14830] pysetup fails on non-ascii filenames

2014-03-12 Thread Éric Araujo

Changes by Éric Araujo :


--
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14830] pysetup fails on non-ascii filenames

2012-05-16 Thread Tarek Ziadé

New submission from Tarek Ziadé :

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

--
assignee: eric.araujo
components: Distutils2
messages: 160856
nosy: alexis, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: pysetup fails on non-ascii filenames
type: behavior
versions: Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com