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 bmwiedemann
Recipients bmwiedemann, brett.cannon, ezio.melotti, mrabarnett, pitrou, r.david.murray
Date 2015-12-15.16:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450197714.57.0.859913083792.issue25870@psf.upfronthosting.co.za>
In-reply-to
Content
should probably be

   lines = [x[n*64:(n+1)*64] for n in range(((len(x)-1)//64)+1)]

to avoid an empty line added when the last line is full
which once again shows why people prefer to use standard libraries
for this kind of work
History
Date User Action Args
2015-12-15 16:41:54bmwiedemannsetrecipients: + bmwiedemann, brett.cannon, pitrou, ezio.melotti, mrabarnett, r.david.murray
2015-12-15 16:41:54bmwiedemannsetmessageid: <1450197714.57.0.859913083792.issue25870@psf.upfronthosting.co.za>
2015-12-15 16:41:54bmwiedemannlinkissue25870 messages
2015-12-15 16:41:54bmwiedemanncreate