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 nedds
Recipients barry, benjamin.peterson, brett.cannon, collinwinter, nedds, orsenthil
Date 2008-07-16.03:58:05
SpamBayes Score 0.031306937
Marked as misclassified No
Message-id <1216180690.83.0.879683403342.issue3316@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a working version with tests. I believe it has all the desired
functionality, but correct me if I'm wrong Brett. Also, I did not model
MAPPING as suggested by Collin because order was important in generating
tests, so I didn't think using a dictionary would be appropriate. As for
star imports, right now they aren't supported, although I don't quite
understand why they couldn't be. Also, if this looks good, could
somebody commit it for me. I don't think I have write privileges. Sorry
this took me until so late tonight to submit, I hadn't realized the high
priority it had until this morning.
History
Date User Action Args
2008-07-16 03:58:11neddssetspambayes_score: 0.0313069 -> 0.031306937
recipients: + nedds, barry, brett.cannon, collinwinter, orsenthil, benjamin.peterson
2008-07-16 03:58:10neddssetspambayes_score: 0.0313069 -> 0.0313069
messageid: <1216180690.83.0.879683403342.issue3316@psf.upfronthosting.co.za>
2008-07-16 03:58:09neddslinkissue3316 messages
2008-07-16 03:58:08neddscreate