[Python-Dev] import exceptions
Neal Norwitz
nnorwitz at gmail.com
Thu Sep 1 01:36:54 CEST 2005
More information about the Python-Dev mailing list
Thu Sep 1 01:36:54 CEST 2005
- Previous message: [Python-Dev] String views (was: Re: Proof of the pudding:str.partition())
- Next message: [Python-Dev] import exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there any reason to import exceptions? It's only done in 4 places: Lib/asyncore.py, Lib/shutil.py, Lib/idlelib/PyShell.py, and Lib/test/test_exceptions.py. I can understand the one in test, but should the other 3 be removed since exceptions are builtin? n
- Previous message: [Python-Dev] String views (was: Re: Proof of the pudding:str.partition())
- Next message: [Python-Dev] import exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list