New submission from Serhiy Storchaka <storch...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14497>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to