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 terry.reedy
Recipients kbk, markroseman, ned.deily, roger.serwy, terry.reedy
Date 2015-07-31.02:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438308618.83.0.471816358363.issue24750@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, the problem with maxsize = constant is occasionally losing a trailing digit or two.  For instance, if one enters 8**2222, one might be interested in the number of digits and put cursor at end of wrapped line.  But trailing 7 of 2007 is missing.  Is there any (sensible) way to have min with no max, like printf and python formatting?
>>> '%3d' % 1111
'1111'
History
Date User Action Args
2015-07-31 02:10:18terry.reedysetrecipients: + terry.reedy, kbk, ned.deily, roger.serwy, markroseman
2015-07-31 02:10:18terry.reedysetmessageid: <1438308618.83.0.471816358363.issue24750@psf.upfronthosting.co.za>
2015-07-31 02:10:18terry.reedylinkissue24750 messages
2015-07-31 02:10:18terry.reedycreate