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 pje
Recipients ncoghlan, paul.moore, pje
Date 2008-03-21.13:51:36
SpamBayes Score 0.079843216
Marked as misclassified No
Message-id <20080321135134.701413A40B0@sparrow.telecommunity.com>
In-reply-to <1206104826.09.0.760131605711.issue2439@psf.upfronthosting. co.za>
Content
Why does it need to be a valid loader?  It's a mock, not a real 
loader.  But if it really bothers you, have it increment a global in 
the module or something, and put the assertion in the test 
proper.  Heck, have it update a counter in the module it returns, 
making it into a loader that keeps track of how many times you reload 
the same module.  Then it's a useful example loader.  :)
History
Date User Action Args
2008-03-21 13:51:37pjesetspambayes_score: 0.0798432 -> 0.079843216
recipients: + pje, paul.moore, ncoghlan
2008-03-21 13:51:36pjelinkissue2439 messages
2008-03-21 13:51:36pjecreate