[issue17420] bdist_wininst does not play well with unicode descriptions

2020-05-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Python 2.7 is no longer supported. -- nosy: +serhiy.storchaka resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___

[issue17420] bdist_wininst does not play well with unicode descriptions

2013-03-15 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> eric.araujo components: +Distutils nosy: +eric.araujo, tarek ___ Python tracker ___ ___ Pyth

[issue17420] bdist_wininst does not play well with unicode descriptions

2013-03-14 Thread Martin v . Löwis
Martin v. Löwis added the comment: > I'd like to, but I really have no clue on bdist_wininst That's perfectly fine. If people make feature requests, it's often uncertain whether they lack time or knowledge, or are merely to shy/uncertain to propose a patch. So somebody else needs to volunteer to

[issue17420] bdist_wininst does not play well with unicode descriptions

2013-03-14 Thread Sergio Callegari
Sergio Callegari added the comment: On 14/03/2013 18:15, Martin v. Löwis wrote: > Martin v. Löwis added the comment: > > Would you like to work on a patch? > > -- > nosy: +loewis > > ___ > Python tracker > >

[issue17420] bdist_wininst does not play well with unicode descriptions

2013-03-14 Thread Martin v . Löwis
Martin v. Löwis added the comment: Would you like to work on a patch? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mai

[issue17420] bdist_wininst does not play well with unicode descriptions

2013-03-14 Thread Sergio Callegari
New submission from Sergio Callegari: When creating an installer with bdist_wininst, any unicode characters in the description and long_description fields get mangled when running the installer. -- messages: 184172 nosy: Sergio.Callegari priority: normal severity: normal status: open ti