Message192189
On Jul 02, 2013, at 07:16 AM, Serhiy Storchaka wrote:
>If most user code should catch a ModuleNotFoundError exception, perhaps it
>will be better rename old ImportError to ImportlibError (or ImportingError,
>or ImportMachineryError, or BaseImportError) and new ModuleNotFoundError to
>ImportError. This will left most existing user code untouched.
I urge some caution here. I don't know that the above will cause problems,
but I do think you're walking into PEP territory. I would feel much more
comfortable with an analysis based on testing existing third party code. |
|
Date |
User |
Action |
Args |
2013-07-02 12:03:00 | barry | set | recipients:
+ barry, gvanrossum, brett.cannon, theller, pitrou, ezio.melotti, Arfrever, cvrebert, asvetlov, chris.jerdonek, python-dev, eric.snow, serhiy.storchaka, Guido.van.Rossum |
2013-07-02 12:03:00 | barry | link | issue15767 messages |
2013-07-02 12:03:00 | barry | create | |
|