PEP: import version
A. Lloyd Flanagan
alloydflanagan at comcast.net
Fri May 14 10:17:36 EDT 2004
Christopher Barker <Chris.Barker at noaa.gov> wrote in message news:<c80v79$h2o$1 at news.nems.noaa.gov>...
> differences. A big one is that you could never use more than one version
> of wxPython in a single program, but you might very well be able to use
> multiple versions of other packages in the same program. So, while for
Using multiple versions in one program sounds like a recipe for
disaster to me, even with some sort of language support. Also, we
shouldn't make the normal single-version case more complex or less
efficient to support a case that should be extremely rare.
More information about the Python-list
mailing list