[Python-3000] Alternative to standard regular expressions

2008-09-27 Thread Giles Constant
unsure if this is the right place to voice my thoughts on such a thing, but given the idealism of python (particularly as an anti-thesis to much of the ideas of perl), after trying to fix a broken perl script late at night, It occurred to me that regular expressions are somewhat un-pythonic. I act

Re: [Python-3000] Alternative to standard regular expressions

2008-09-27 Thread Benjamin Peterson
On Sat, Sep 27, 2008 at 3:16 PM, Giles Constant <[EMAIL PROTECTED]> wrote: > unsure if this is the right place to voice my thoughts on such a thing, > but given the idealism of python (particularly as an anti-thesis to much of > the ideas of perl), after trying to fix a broken perl script late at >