A 'Box' Function

Terry Reedy tjreedy at udel.edu
Mon Apr 17 21:53:07 EDT 2006


<mikelaskey at gmail.com> wrote in message 
news:1145321497.261653.62130 at g10g2000cwb.googlegroups.com...
> The word-wrapping function I'm working with is

I have never used this, but it might help you

>>> import textwrap
>>> dir(textwrap)
['TextWrapper', '__all__', '__builtins__', '__doc__', '__file__', 
'__name__', '__revision__', '_whitespace', 'dedent', 'fill', 're', 
'string', 'wrap']

tjr







More information about the Python-list mailing list