[issue9597] mac: Install 2to3 in /usr/local/bin

2010-09-20 Thread Ned Deily
Ned Deily added the comment: All of the current installers create 2to3 or versioned 2to3 links only (for Python 3). The most recent change was for 2.7 in Issue9392. Please reopen if you find one that's missed. -- nosy: +ned.deily resolution: -> works for me status: open -> closed _

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-09-20 Thread Éric Araujo
Éric Araujo added the comment: I haven’t checked that *every* target containing pydoc contained 2to3 too. -- ___ Python tracker ___ __

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-09-20 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Ah, please close this then. I am not sure what I was thinking when reporting this bug. -- ___ Python tracker ___ __

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-09-20 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Macintosh ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-09-20 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Installation -2to3 (2.x to 3.0 conversion tool), Build, Macintosh ___ Python tracker ___ ___ P

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-09-20 Thread Éric Araujo
Éric Araujo added the comment: Which makefile target are you referring to? I see 2to3 listed alongside idle and other programs in some targets. Also, doesn’t this apply to 3.1? -- nosy: +eric.araujo ___ Python tracker

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-08-13 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue9597] mac: Install 2to3 in /usr/local/bin

2010-08-13 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : According to Mac/Makefile.in, scripts like pydoc, idle, smtpd.py and so on gets symlinked in /usr/local/bin but there is none for 2to3. Perhaps this was forgotten? -- assignee: ronaldoussoren components: 2to3 (2.x to 3.0 conversion tool), Build,