Message78953
[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. |
|
Date |
User |
Action |
Args |
2009-01-03 12:48:20 | mark.dickinson | set | recipients:
+ mark.dickinson, lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, christian.heimes, benjamin.peterson |
2009-01-03 12:48:20 | mark.dickinson | set | messageid: <1230986900.42.0.910046093886.issue1717@psf.upfronthosting.co.za> |
2009-01-03 12:48:19 | mark.dickinson | link | issue1717 messages |
2009-01-03 12:48:18 | mark.dickinson | create | |
|