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 mark.dickinson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, lemburg, mark.dickinson, pitrou, rhettinger
Date 2009-01-03.12:48:18
SpamBayes Score 9.779384e-05
Marked as misclassified No
Message-id <1230986900.42.0.910046093886.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
[Georg Brandl, on spark.py]
> This is used by asdl_c.py which generates Python-ast.c -- it should be
> updated.

The only issue here is a single comment, which reads:

#  GenericASTMatcher.  AST nodes must have "__getitem__" and "__cmp__"

Still, I'm reluctant to remove or alter the comment without
understanding why it was there in the first place.  If someone more
familiar with AST stuff can confirm that __cmp__ is definitely no
longer needed, I'll remove the mention of it from the comment.

> Misc/cheatsheet
>
>  This needs a general overhaul.

I'll open a separate issue for this, if that's okay with everyone.  
Presumably 3.0.1 doesn't need to wait for Misc/cheatsheet to be updated.
History
Date User Action Args
2009-01-03 12:48:20mark.dickinsonsetrecipients: + mark.dickinson, lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, christian.heimes, benjamin.peterson
2009-01-03 12:48:20mark.dickinsonsetmessageid: <1230986900.42.0.910046093886.issue1717@psf.upfronthosting.co.za>
2009-01-03 12:48:19mark.dickinsonlinkissue1717 messages
2009-01-03 12:48:18mark.dickinsoncreate