Hi, I was wondering what's the status of PEP 382. Is anyone (MvL?) is going to start to work on its implementation for Python 2.7/3.2 inclusion ? Regards Tarek
Tarek Ziadé wrote:
I was wondering what's the status of PEP 382. Is anyone (MvL?) is going to start to work on its implementation for Python 2.7/3.2 inclusion ?
If Martin isn't interested in doing it, I'll take a try at it. But I'll need some rough guidance on the implementation approach. Eric.
I was wondering what's the status of PEP 382. Is anyone (MvL?) is going to start to work on its implementation for Python 2.7/3.2 inclusion ?
I'll be working on an implementation, but contributions are welcome. Unfortunately, I'm really short on free software time recently (and keep hoping that this will improve). One thing that I always wondered about is the status of importlib. Will that be used in 3.2? In addition, I still owe a few answers to comments from the previous discussion. Regards, Martin
2009/11/11 "Martin v. Löwis" <martin@v.loewis.de>:
I was wondering what's the status of PEP 382. Is anyone (MvL?) is going to start to work on its implementation for Python 2.7/3.2 inclusion ?
I'll be working on an implementation, but contributions are welcome. Unfortunately, I'm really short on free software time recently (and keep hoping that this will improve).
One thing that I always wondered about is the status of importlib. Will that be used in 3.2?
I doubt I will get to that as I suspect most people would rather I spent my time on getting the Hg conversion to happen or trying to help ramp up 3to2. So importlib will more than likely stay just a standard library package for 3.2 (unfortunately as that means making this work requires changes in two places, although prototyping in importlib should be the easiest thing to get working). -Brett
In addition, I still owe a few answers to comments from the previous discussion.
Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/brett%40python.org
participants (4)
-
"Martin v. Löwis"
-
Brett Cannon
-
Eric Smith
-
Tarek Ziadé