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
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.
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