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: ``from sys import stdin,`` doesn't raise a SyntaxError
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, logistix
Priority: normal Keywords:

Created on 2005-04-26 06:11 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg25130 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-04-26 06:11
Python 2.4 raises a SyntaxError: "trailing comma not
allowed without surrounding parentheses".

Detected by test_compile.
msg25131 - (view) Author: Grant Olson (logistix) Date: 2005-05-04 23:14
Logged In: YES 
user_id=699438

Patch 1194895 fixes this.
msg25132 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-07-11 03:31
Logged In: YES 
user_id=357491

Patch #1194895 was accepted and checked in; closing as fixed.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41901
2005-04-26 06:11:36brett.cannoncreate