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.

Author anthonybaxter
Recipients
Date 2007-01-09.01:26:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following patch (for 2.6) issues a SyntaxWarning for backquotes/backticks in source code. I had to add the filename to struct compiling in Python/ast.c - this seems like the neatest way to get the filename passed around. (see also the XXX before ast_error)

Assigned to twouters, since it was his idea in the first place. 
History
Date User Action Args
2007-08-23 15:56:11adminlinkissue1631035 messages
2007-08-23 15:56:11admincreate