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 georg.brandl
Recipients brett.cannon, georg.brandl
Date 2008-06-20.20:41:31
SpamBayes Score 0.25809604
Marked as misclassified No
Message-id <1213994492.57.0.205261852669.issue3152@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree. The AST classes are auto-generated, the leading underscore
of _fields is there to avoid clashes with field names from the AST types.

This is similar to
http://docs.python.org/dev/library/collections#collections.somenamedtuple._fields
which shouldn't be renamed, but isn't private either.
History
Date User Action Args
2008-06-20 20:41:32georg.brandlsetspambayes_score: 0.258096 -> 0.25809604
recipients: + georg.brandl, brett.cannon
2008-06-20 20:41:32georg.brandlsetspambayes_score: 0.258096 -> 0.258096
messageid: <1213994492.57.0.205261852669.issue3152@psf.upfronthosting.co.za>
2008-06-20 20:41:32georg.brandllinkissue3152 messages
2008-06-20 20:41:31georg.brandlcreate