]> granicus.if.org Git - python/commit
Patch by Marc-Andre Lemburg: use re module to compare test results.
authorGuido van Rossum <guido@python.org>
Mon, 14 Sep 1998 15:50:40 +0000 (15:50 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Sep 1998 15:50:40 +0000 (15:50 +0000)
commit7944ea523ed1da2cfa99c922509caa07114b4096
treec1c3383b033de2233cf1020dad0b3631f7a841bd
parent09eea820050afd4e61dce30d3248efd089bf8400
Patch by Marc-Andre Lemburg: use re module to compare test results.
This makes it possible to accept that on Linux %w returns "01" instead
of "1", for example.
Lib/test/test_strftime.py