Message 301795 - Python tracker

Message301795

Author r.david.murray
Recipients jpc, r.david.murray, veky
Date 2017-09-09.23:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504999154.02.0.82237136795.issue31401@psf.upfronthosting.co.za>
In-reply-to
Content
This is indeed not a bug, it it a consequence of the scoping rules.

What surprises me is that it works without passing in an explicit scope in in 3.7.  I'm not sure what we changed that makes that true.
History
Date User Action Args
2017-09-09 23:19:14r.david.murraysetrecipients: + r.david.murray, veky, jpc
2017-09-09 23:19:14r.david.murraysetmessageid: <1504999154.02.0.82237136795.issue31401@psf.upfronthosting.co.za>
2017-09-09 23:19:14r.david.murraylinkissue31401 messages
2017-09-09 23:19:13r.david.murraycreate