Message 206296 - Python tracker (original) (raw)

Message206296

Author ncoghlan
Recipients Olivier.Grisel, brett.cannon, eric.snow, larry, ncoghlan, pitrou, python-dev, sbt
Date 2013-12-16.12:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1387196994.66.0.3414897424.issue19946@psf.upfronthosting.co.za
In-reply-to
Content
I created a test suite to ensure that all the various cases were handled correctly by the eventual patch (it doesn't test some of the namespace package related edge cases, but they devolve to normal module execution in terms of the final state of __main__, and that's covered by these tests).
History
Date User Action Args
2013-12-16 12:29:54 ncoghlan set recipients: + ncoghlan, brett.cannon, pitrou, larry, python-dev, sbt, eric.snow, Olivier.Grisel
2013-12-16 12:29:54 ncoghlan set messageid: 1387196994.66.0.3414897424.issue19946@psf.upfronthosting.co.za
2013-12-16 12:29:54 ncoghlan link issue19946 messages
2013-12-16 12:29:54 ncoghlan create