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 asvetlov
Recipients George.Dhoore, asvetlov, ned.deily, roger.serwy, terry.reedy
Date 2012-03-31.16:57:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333213038.52.0.745524266297.issue11437@psf.upfronthosting.co.za>
In-reply-to
Content
I reproduced the bug.

Roger Serwy, your patch looks working, but can you describe:
1. Why do you need `self.known_invalid` list?
2. Why do you always extend that list (`known_invalid` variable is 
just shared alias for `self.known_invalid` member, not list copy).

I'm a bit confusing with that logic.
History
Date User Action Args
2012-03-31 16:57:18asvetlovsetrecipients: + asvetlov, terry.reedy, ned.deily, roger.serwy, George.Dhoore
2012-03-31 16:57:18asvetlovsetmessageid: <1333213038.52.0.745524266297.issue11437@psf.upfronthosting.co.za>
2012-03-31 16:57:17asvetlovlinkissue11437 messages
2012-03-31 16:57:17asvetlovcreate