]> granicus.if.org Git - python/commit
Try an except: after an import into "except ImportError".
authorGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 15:37:12 +0000 (15:37 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 15:37:12 +0000 (15:37 +0000)
commit9c673f35d2f420ebcc8bc6e5c7f946722d4329aa
treec6d1fde0d653a27e54f784d419415aa17625ab10
parent90a72f8dcd0983d92d3740e332e80fc195da1d5b
Try an except: after an import into "except ImportError".

This came out of SF bug #411881.

Note that there's another unqualified except: still.
Lib/zipfile.py