From: David G. <go...@py...> - 2002-12-19 01:07:14
|
David Abrahams wrote: > I can think of one way to beautify cases like this: introduce a kind > of quotation which removes all spaces in what it surrounds as a > postprocessing step. > > ''*re* ``Structured`` *Text'' > > This would be analogous to re.VERBOSE, if memory serves. I'll add it to the character processing discussion in the To Do list, but I doubt the feature is worth the cost. -- David Goodger go...@py... |