DH> It's a conflict between python's syntax for regex back references
    DH> and octal number literals.  Probably wasn't noticed until way too
    DH> late, and now it will never change.

I suspect it comes from Perl, since Python's regular expression engine tries
pretty hard to be compatible with Perl's, at least for the basics.

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to