[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib exceptions.py,1.18,1.19
M.-A. Lemburg
mal@lemburg.com
Fri, 26 May 2000 10:37:53 +0200
> Update of /cvsroot/python/python/dist/src/Lib
> In directory slayer.i.sourceforge.net:/tmp/cvs-serv25262
>
> Modified Files:
> exceptions.py
> Log Message:
> For backwards compatibility, simply import everything from the
> _exceptions module, including __doc__.
Hmm, wasn't _exceptions supposed to be a *fall back* solution for
the case where the exceptions.py module is not found ? It now
looks like _exceptions replaces exceptions.py...
--
Marc-Andre Lemburg
______________________________________________________________________
Business: http://www.lemburg.com/
Python Pages: http://www.lemburg.com/python/