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 brett.cannon
Recipients brett.cannon, pitrou
Date 2010-09-03.21:05:18
SpamBayes Score 0.0039429427
Marked as misclassified No
Message-id <1283547920.41.0.620395144944.issue9766@psf.upfronthosting.co.za>
In-reply-to
Content
"defaultaction" and "default_action" is in the same situation. I think there may have been a circular import/ref problem as _warnings pulls from warnings the objects to use for the variables in question. Or at least that's what makes sense. =)

That means the _warnings versions should simply be renamed to "_onceregistry" and "_defaultaction" instead of their current names. Work for you?
History
Date User Action Args
2010-09-03 21:05:20brett.cannonsetrecipients: + brett.cannon, pitrou
2010-09-03 21:05:20brett.cannonsetmessageid: <1283547920.41.0.620395144944.issue9766@psf.upfronthosting.co.za>
2010-09-03 21:05:18brett.cannonlinkissue9766 messages
2010-09-03 21:05:18brett.cannoncreate