commit | 7e98bda43b60fc040b5662b53d73ebb18b589a85 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Jan 14 17:11:02 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Jan 14 17:11:02 1997 +0000 |
tree | c29894efb6f87a4f5f2a41cc0d14c7aa1934b6ec | |
parent | 6f72f97c036bcc0779dc597a935b7250c55d1e8d [diff] |
Raise ConversionError instances the new fangled way, e.g.: raise ConversionError, msg where `msg' is passed as the argument to the constructor.