[issue12485] textwrap.wrap: new argument for more pleasing output

2015-05-17 Thread Arnon Yaari
Changes by Arnon Yaari : -- nosy: +wiggin15 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue12485] textwrap.wrap: new argument for more pleasing output

2015-04-13 Thread Gijsbert Anthony van der Linden
Gijsbert Anthony van der Linden added the comment: Updated the patch and added tests. Fixed a problem with the previous patch: result of map function was assumed to be list, however map in Python3 returns an interator. So I replaced it with a list comprehension. -- nosy: +gavanderlinde

[issue12485] textwrap.wrap: new argument for more pleasing output

2011-11-24 Thread Éric Araujo
Changes by Éric Araujo : -- stage: patch review -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12485] textwrap.wrap: new argument for more pleasing output

2011-07-12 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue12485] textwrap.wrap: new argument for more pleasing output

2011-07-11 Thread Tyler Romeo
Changes by Tyler Romeo : Removed file: http://bugs.python.org/file22573/textwrap.py-new-algorithm-2011-07-04_22-45-53_r71219+.diff ___ Python tracker ___ ___

[issue12485] textwrap.wrap: new argument for more pleasing output

2011-07-11 Thread Tyler Romeo
Tyler Romeo added the comment: OK, sorry to get back so late, but here's the updated patch without xrange. I saw the version change but forgot that I used xrange in the function (old habits I guess). -- Added file: http://bugs.python.org/file22626/textwrap.py-beautiful-2011-07-11_22-

[issue12485] textwrap.wrap: new argument for more pleasing output

2011-07-05 Thread Éric Araujo
Éric Araujo added the comment: xrange does not exist in Python 3, it’s called range. You should have seen yesterday that I changed the versions: as a new feature, this cannot go into stable releases, only into the next one. I’m adding Georg to nosy per http://docs.python.org/devguide/experts