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 loewis
Recipients eric.araujo, loewis, r.david.murray, vinay.sajip
Date 2012-03-04.20:51:30
SpamBayes Score 0.010266128
Marked as misclassified No
Message-id <1330894291.49.0.346973220812.issue14168@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of calling _ensure_attributes (which creates the attribute dictionaries), getAttribute should return "" immediately if there are no attributes at all, to avoid creating those dictionaries.

I'll do a patch shortly, unless somebody beats me.
History
Date User Action Args
2012-03-04 20:51:31loewissetrecipients: + loewis, vinay.sajip, eric.araujo, r.david.murray
2012-03-04 20:51:31loewissetmessageid: <1330894291.49.0.346973220812.issue14168@psf.upfronthosting.co.za>
2012-03-04 20:51:30loewislinkissue14168 messages
2012-03-04 20:51:30loewiscreate