2to3 bug and question

H

Helmut Jarausch

Hi,

is this the right group to ask / report problems with python3.0 ?

The question:
Is it possible to tell 2to3 to replace, say,
#!/usr/bin/python

by

#!/usr/local/bin/python3.0

?

Here the bug:

While 2to3 keeps the first line
#!/usr/bin/python

it removes the first line if it was

#!/usr/bin/python -O

Is this a bug or a feature?

Thanks for hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
 
C

Christian Heimes

Helmut said:
Hi,

is this the right group to ask / report problems with python3.0 ?

While the general Python list is the right place to discuss bugs it's
not sensible to report them here. Most Python core developers except
Martin, me and a few more aren't reading this list at all. The bug
tracker at http://bugs.python.org/ as a category for 2to3 bugs and
feature requests.

Grüße von der anderen Seite Aachens

Christian
 
T

Terry Reedy

Helmut said:
is this the right group to ask / report problems with python3.0 ?

It is certainly a place. Given the number of bogus bug reports on
bugs.python.org, asking here is often a good idea. In this and your
other post, the problems you report look like probable bugs to me, so go
ahead and report them on the bug list unless someone else has an
explanation (within a day, say).

2to3 had probably been less well tested and debugged than either of the
new releases, so testing it now is helpful.

tjr
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top