[issue14497] Invalid syntax Python files in Python sources tree

R. David Murray report at bugs.python.org
Thu Apr 5 03:47:48 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Here's a run of your script against Python3.3  

I see nothing on this list that is a problem (after the recent fixes in Tools/scripts).  The Doc stuff can be ignored, that's a Python2 based toolchain checked out by the Doc 'make' file.  As I said, lib2to3 tests contain python2 code.  The other tests files are supposed to be bad syntax.  The PC build toolchain is also still Python2 (same comment applies to the msi tool, which is part of that toolchain).  I imagine the Mac buildscript is too, but Ned can comment on that.  The gdb script is also Python2 (that's what GDB links against).

So, I'm closing this issue.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
Added file: http://bugs.python.org/file25127/scan.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14497>
_______________________________________


More information about the Python-bugs-list mailing list