]> granicus.if.org Git - python/commit
mwh@sourceforge found that UnicodeError can be raised by compiling.
authorGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 18:13:35 +0000 (18:13 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 18:13:35 +0000 (18:13 +0000)
commit48450cf0a94765c010eddfbbfc5c85380e6a9a15
tree56db51c06c0e64fdffcebc2206f5b282911674a9
parenta770e866d6fa985cd056c9d955ef05307acf105c
mwh@sourceforge found that UnicodeError can be raised by compiling.
Its base class ValueError can be raised too, so catch that.
Lib/code.py