]> granicus.if.org Git - python/commit
test(): Avoid a UnboundLocalError when a method is missing from both the string
authorFinn Bock <bckfnn@worldonline.dk>
Sun, 9 Dec 2001 16:06:29 +0000 (16:06 +0000)
committerFinn Bock <bckfnn@worldonline.dk>
Sun, 9 Dec 2001 16:06:29 +0000 (16:06 +0000)
commited69aeedb9031d632c169c8c570777426842dce0
tree442ecba07c9735a0b27e48efc8feb0374bc00b00
parentd08011a0e1ec2f3eeaa089ba69eb9ba68941277f
test(): Avoid a UnboundLocalError when a method is missing from both the string
module and from string methods.

This closes patch "[ #490811 ] Jython and test_string".
Lib/test/test_string.py