[Python-Dev] python-dev sprint at PyCon

Neal Norwitz nnorwitz at gmail.com
Tue Nov 1 19:34:29 CET 2005


On 11/1/05, Phillip J. Eby <pje at telecommunity.com> wrote:
> At 11:14 AM 11/1/2005 -0700, Guido van Rossum wrote:
> >I guess this ought to be recorded. :-(
> >
> >The issue has been beaten to death and my position remains firm:
> >rather than playing namespace games, consistent renaming is the right
> >thing to do here. This becomes a trivial source edit,
>
> Well, it's not trivial if you're (in my case) trying to support 2.3 and 2.4
> with the same code base.
>
> It'd be nice to have some other advice to offer people besides, "go edit
> your code".  Of course, if the feature hadn't already existed, I suppose a
> PEP to add it would have been shot down, so it's a reasonable decision.

Why can't you add your version's directory to sys.path before importing pyexpat?

n


More information about the Python-Dev mailing list