[issue4163] textwrap wordsep_re Unicode

2008-12-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r67746 and r67747. Thanks for the patch! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue4163] textwrap wordsep_re Unicode

2008-10-22 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: I think it is an useful change indeed. Since it changes behaviour, I'm not sure it's ok for 2.6.1 or 2.5.3 though. -- nosy: +pitrou versions: +Python 3.1 -Python 2.5, Python 2.5.3, Python 2.6 ___ P

[issue4163] textwrap wordsep_re Unicode

2008-10-21 Thread Sebastian Kirsche
New submission from Sebastian Kirsche <[EMAIL PROTECTED]>: The attached patch makes textwrap work with strings containing dashes and Unicode alphabetic characters. In addition, it fixes the test case for issue 1149508, which no longer failed after temporarily undoing the corresponding change.