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 ysj.ray
Recipients ajaksu2, amaury.forgeotdarc, chris.jerdonek, ezio.melotti, r.david.murray, ysj.ray
Date 2010-07-22.12:45:10
SpamBayes Score 0.015869603
Marked as misclassified No
Message-id <1279802738.41.0.44358358584.issue8297@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury:

Thanks for reviewing! I quite appreciate your ideas. I was not quite familiar with python source code convention at that time. Here I worked out a new patch based on your ideas. 

Since py2.7 has released, this feature can only go to py3k. So my new patch is against py3k.

Hoping somebody could review it. Thanks all!

By the way, I feel if module object's getattr can be customized, other types, like the super object, also needs this.
History
Date User Action Args
2010-07-22 12:45:39ysj.raysetrecipients: + ysj.ray, amaury.forgeotdarc, ajaksu2, ezio.melotti, r.david.murray, chris.jerdonek
2010-07-22 12:45:38ysj.raysetmessageid: <1279802738.41.0.44358358584.issue8297@psf.upfronthosting.co.za>
2010-07-22 12:45:14ysj.raylinkissue8297 messages
2010-07-22 12:45:13ysj.raycreate