]> granicus.if.org Git - python/commit
-- tightened up parsing of octal numbers
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 2 Sep 2000 11:03:34 +0000 (11:03 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 2 Sep 2000 11:03:34 +0000 (11:03 +0000)
commit143328ba63deeef634544d2c612cafba61e6586d
treee68f19c569304ff455c86f4faf39584a97cde2ff
parent412f2460248b21e8d09a57afe98cdb33c16025bc
-- tightened up parsing of octal numbers

-- improved the SRE test harness: don't use asserts, test a few more
   things (including more boundary conditions)
Lib/sre_parse.py
Lib/test/output/test_sre
Lib/test/test_sre.py