When using Python\'s textwrap library, how can I turn this:
short line, long line xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It looks like it doesn't support that. This code will extend it to do what I need though:
http://code.activestate.com/recipes/358228/