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 r.david.murray
Recipients jayvdb, r.david.murray
Date 2015-11-23.16:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448297642.7.0.50301986177.issue25699@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand what the problem is you are trying to solve.  Doctests are designed to run with a copy of the module global scope.  If pyflakes does not understand that, it is a pyflakes bug, but it doesn't sound like that's the issue.  It sounds like you want to use a different global scope, in which case I think the onus is on you to deal with it.

I'm -1 on this request.  I don't think the additional complexity is worthwhile.
History
Date User Action Args
2015-11-23 16:54:02r.david.murraysetrecipients: + r.david.murray, jayvdb
2015-11-23 16:54:02r.david.murraysetmessageid: <1448297642.7.0.50301986177.issue25699@psf.upfronthosting.co.za>
2015-11-23 16:54:02r.david.murraylinkissue25699 messages
2015-11-23 16:54:02r.david.murraycreate