In message <e9213fb3- [email protected]>, 1x7y2z9 wrote:
> Not sure if this is defined in a later version, but it would be nice
> to define re.NONE = 0 in the re module.
Do so:
re.NONE = 0
Problem solved.
--
http://mail.python.org/mailman/listinfo/python-list
