STINNER Victor <victor.stin...@haypocalc.com> added the comment:

pkginfo_utf8.patch: distutils uses UTF-8 to write PKG-INFO and .egg-info, 
instead of the locale encoding. It should be applied to 2.7, 3.2 and 3.3.

packaging_pkginfo_utf8.patch: packaging tests use UTF-8 to write PKG-INFO 
files, instead of the locale encoding (cosmetic change, the file content is an 
empty string :-)). It should only be applied to 3.3 (packaging has been 
introduced in Python 3.3).

----------
keywords: +patch
versions:  -Python 3.1
Added file: http://bugs.python.org/file22523/pkginfo_utf8.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9561>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to