[issue2635] textwrap: bug in 'fix_sentence_endings' option

2008-04-20 Thread Giuseppe Scelsi
Giuseppe Scelsi <[EMAIL PROTECTED]> added the comment: Mark, I am not familiar with the process and at this particular time I am quite busy. I am happy to do it if it not urgent, but that might mean after I come back from overseas in June. Otherwise please go ahead with the change

[issue2635] textwrap: bug in 'fix_sentence_endings' option

2008-04-14 Thread Giuseppe Scelsi
New submission from Giuseppe Scelsi <[EMAIL PROTECTED]>: >>> textwrap.fill('File stdio.h is nice.', ... fix_sentence_endings=True) 'File stdio.h is nice.' ^-- wrong double space! The problem is with the compiled regexp 'sentence_end_re&