Re: 2to3 bug and question

2008-06-23 Thread Terry Reedy
Helmut Jarausch wrote: 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

Re: 2to3 bug and question

2008-06-23 Thread Christian Heimes
Helmut Jarausch wrote: > 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.

2to3 bug and question

2008-06-23 Thread 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/bi