[issue14497] Invalid syntax Python files in Python sources tree

Serhiy Storchaka report at bugs.python.org
Wed Apr 4 22:30:36 CEST 2012


New submission from Serhiy Storchaka <storchaka at gmail.com>:

I was very surprised to find in Python source code files that are not compatible with Python3. It turns out that this is not an exception, such files very much (see scanner script in attachment). Surely for many years no one had reached his hands run 2to3? These files need to be or to correct, or throw (when nobody needs them).

Python 3.2 detects significantly less invalid syntax files. But Python 3.3 has become more severe.

----------
assignee: ronaldoussoren
components: 2to3 (2.x to 3.x conversion tool), Demos and Tools, Library (Lib), Macintosh, Tests, Tkinter, Windows
files: scanpy.py
messages: 157501
nosy: ronaldoussoren, storchaka
priority: normal
severity: normal
status: open
title: Invalid syntax Python files in Python sources tree
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file25124/scanpy.py

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


More information about the Python-bugs-list mailing list