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 Rhamphoryncus
Recipients
Date 2007-04-03.07:00:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The test_stackoverflow_message test I added causes warnings.py to use sys.__warningregistry__ rather than test_warnings.__warningregistry__.  This circumvents this self-declared hack of deleting test_warnings.__warningregistry__ to allow regrtest -R to run.

This version of the patch uses a more general solution to allowing regrtest -R to run.  Probably doesn't qualify as a hack anymore...
File Added: python2.6-warningfilename2.diff
History
Date User Action Args
2007-08-23 15:57:52adminlinkissue1692664 messages
2007-08-23 15:57:52admincreate