Issue 17420: bdist_wininst does not play well with unicode descriptions (original) (raw)

Created on 2013-03-14 16:59 by Sergio.Callegari, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg184172 - (view) Author: Sergio Callegari (Sergio.Callegari) Date: 2013-03-14 16:59
When creating an installer with bdist_wininst, any unicode characters in the description and long_description fields get mangled when running the installer.
msg184176 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2013-03-14 17:15
Would you like to work on a patch?
msg184185 - (view) Author: Sergio Callegari (Sergio.Callegari) Date: 2013-03-14 20:06
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 <report@bugs.python.org> > <http://bugs.python.org/issue17420> > _______________________________________ I'd like to, but I really have no clue on bdist_wininst since I develop on Linux and only occasionally I need to package something so that it can be installed in Win. In my linux machine which is ubuntu based bdist_ininst does not even work since some piece of it is apparently not installed in debian :-( Sergio
msg184200 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2013-03-14 22:10
> 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 work on this.
msg370435 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-05-31 12:55
Python 2.7 is no longer supported.
History
Date User Action Args
2022-04-11 14:57:42 admin set github: 61622
2020-05-31 12:55:44 serhiy.storchaka set status: open -> closednosy: + serhiy.storchakamessages: + resolution: out of datestage: resolved
2013-03-16 01:41:29 eric.araujo set assignee: eric.araujocomponents: + Distutilsnosy: + eric.araujo, tarek
2013-03-14 22:10:58 loewis set messages: +
2013-03-14 20:06:03 Sergio.Callegari set messages: +
2013-03-14 17:15:53 loewis set nosy: + loewismessages: +
2013-03-14 16:59:41 Sergio.Callegari create