|
Loading...
|
python-dev@python.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] requirements for moving __import__ over to importlib? Éric Araujo Wed Feb 22 17:00:31 2012
Hi Brett, I think this message went unanswered, so here’s a late reply: Le 07/02/2012 23:21, Brett Cannon a écrit : > On Tue, Feb 7, 2012 at 15:28, Dirkjan Ochtman <[EMAIL PROTECTED]> wrote: >> [...] >> Anyway, I think there was enough of a python3 port for Mercurial (from >> various GSoC students) that you can probably run some of the very >> simple commands (like hg parents or hg id), which should be enough for >> your purposes, right? > > Possibly. Where is the code? # get Mercurial from a repo or tarball hg clone http://selenic.com/repo/hg/ cd hg # convert files in place (don’t commit after this :) python3.2 contrib/setup3k.py # the makefile is not py3k-aware, need to run manually # the current stable head fails with a TypeError for me PYTHONPATH=. python3.2 build/scripts-3.2 Cheers _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Barry Warsaw 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Dirkjan Ochtman 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Éric Araujo 2012/02/11
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Éric Araujo 2012/02/22 <=
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/23
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/07
Re: [Python-Dev] requirements for moving __import__ over to importlib? Antoine Pitrou 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Paul Moore 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Barry Warsaw 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Antoine Pitrou 2012/02/07
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Brett Cannon 2012/02/08
- Re: [Python-Dev] requirements for moving __import__ over to importlib? Antoine Pitrou 2012/02/08