commit | 54bd41d81b23eb5d7f7a5f71fa2ceec28fb60296 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Sep 02 04:01:42 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Sep 02 04:01:42 2008 +0000 |
tree | b3a716539809d01303911389ecc245e1900070b4 | |
parent | ec92e181fb912e9dc0935fc10bd61bfd4fb237d7 [diff] |
The _warnings module did not properly handle cases where strings were not being passed in as the message to use for a warning. Fixed along with making the code more robust against other errors where return values were not checked. Closes issue 3639. Code review by Benjamin Peterson.