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 rupole
Recipients
Date 2006-08-29.07:27:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Once a warning has already been issued, 
warnings.filterwarnings('error',...) will not cause an 
error to be raised.  When the attached script is run, 
the warning is printed the first time thru the loop, 
but no error is raised the 2nd time thru.  Likewise, 
warnings.filterwarnings('always',...) will not cause 
the warning to be printed again.

History
Date User Action Args
2007-08-23 14:42:25adminlinkissue1548371 messages
2007-08-23 14:42:25admincreate