]> granicus.if.org Git - python/commit
Invalid patterns to substitute and safe_substitute would crash since pattern
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 17 Oct 2004 16:27:18 +0000 (16:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 17 Oct 2004 16:27:18 +0000 (16:27 +0000)
commit6627a9670541f33ae55f6ba8df6b6ce7264c3f34
tree7e39af74a2fe4eaa76bc2cb339481d8d9079276e
parent1338946c7bd0f6545d1dcde5d0bd62ff7a7db510
Invalid patterns to substitute and safe_substitute would crash since pattern
is not a local variable.  Add a test case.
Lib/string.py
Lib/test/test_pep292.py