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 tzot
Recipients alex, rhettinger, terry.reedy, tzot
Date 2010-10-23.06:41:11
SpamBayes Score 0.0032567964
Marked as misclassified No
Message-id <1287816077.83.0.656699651921.issue10160@psf.upfronthosting.co.za>
In-reply-to
Content
A newer version of the patch with the following changes:

- single loop in the ag->attr setup phase of attrgetter_new; interning of the stored attribute names
- added two more tests of invalid attrgetter parameters (".attr", "attr.")
History
Date User Action Args
2010-10-23 06:41:18tzotsetrecipients: + tzot, rhettinger, terry.reedy, alex
2010-10-23 06:41:17tzotsetmessageid: <1287816077.83.0.656699651921.issue10160@psf.upfronthosting.co.za>
2010-10-23 06:41:16tzotlinkissue10160 messages
2010-10-23 06:41:15tzotcreate