This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vanessa McHale
Recipients Vanessa McHale
Date 2017-06-09.05:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496987803.38.0.550172497498.issue30608@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, python computes string widths based on number of characters. However, this will not work in general because some languages have e.g. vowel markers: 'བོད' for instance is three characters but its width should be two. 

I have an example repo here: https://github.com/vmchale/argparse-min-example
History
Date User Action Args
2017-06-09 05:56:43Vanessa McHalesetrecipients: + Vanessa McHale
2017-06-09 05:56:43Vanessa McHalesetmessageid: <1496987803.38.0.550172497498.issue30608@psf.upfronthosting.co.za>
2017-06-09 05:56:43Vanessa McHalelinkissue30608 messages
2017-06-09 05:56:43Vanessa McHalecreate