[issue1702681] Prevent textwrap from breaking words at hyphens

2008-06-03 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: "Duplicate" of issue2659 -- nosy: +gpolo resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue1702681] Prevent textwrap from breaking words at hyphens

2008-06-03 Thread Sylvain Fourmanoit
Sylvain Fourmanoit <[EMAIL PROTECTED]> added the comment: > That being said, I'm +1 on adding a keyword argument treating hyphens > as non-breaking It's now in Python 2.6: http://bugs.python.org/issue2659 This issue should probably be closed. -- nosy: +fourmanoit _