This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [AST] throw SyntaxError in "from x import y,"
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nascheme Nosy List: logistix, nascheme
Priority: normal Keywords: patch

Created on 2005-05-04 01:23 by logistix, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
import_from_trailing_comma.diff logistix, 2005-05-04 01:23 Trailing comma check
Messages (2)
msg48292 - (view) Author: Grant Olson (logistix) Date: 2005-05-04 01:23
This patch adds invalid trailing comma detection to the
compiler.  This is the root cause of one of the errors
currently thrown in test compile.

One down, one to go.
msg48293 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2005-06-02 05:35
Logged In: YES 
user_id=35752

Checked in as Python/ast.c 1.1.2.63.  Thanks for the patch.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41947
2005-05-04 01:23:31logistixcreate