[issue13178] Need tests for Unicode handling in install_distinfo and install_data

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue13178] Need tests for Unicode handling in install_distinfo and install_data

2012-12-23 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue13178] Need tests for Unicode handling in install_distinfo and install_data

2011-10-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue13178] Need tests for Unicode handling in install_distinfo and install_data

2011-10-14 Thread Éric Araujo
New submission from Éric Araujo : Currently, packaging code opens dist-info files (RECORD, RESOURCES) for writing without giving an explicit encoding. We need to add tests and probably to explicitly specify UTF-8 when writing an reading. -- assignee: tarek components: Distutils2 keywo