[issue7748] unicode supported in distutils register but not distutils upload

2010-01-23 Thread Tarek Ziadé
Tarek Ziadé added the comment: fixed in r77717, r77719 Under Py3, we will just use utf8 strings. Thanks! -- status: open -> closed versions: -Python 3.1, Python 3.2 ___ Python tracker __

[issue7748] unicode supported in distutils register but not distutils upload

2010-01-23 Thread R. David Murray
Changes by R. David Murray : -- priority: -> normal stage: -> needs patch type: crash -> behavior ___ Python tracker ___ ___ Python-b

[issue7748] unicode supported in distutils register but not distutils upload

2010-01-23 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- resolution: -> accepted type: -> crash versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ _

[issue7748] unicode supported in distutils register but not distutils upload

2010-01-21 Thread dholth
New submission from dholth : # -*- encoding: utf-8 -*- # Will not 'python setup.py upload': setup(name='acute_e', version='0.1', description=u'é') It looks like someone fixed this for register but forgot to copy it into upload: +# Build up the MIME payload for the POST data bou