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 terry.reedy
Recipients Al.Sweigart, python-dev, terry.reedy
Date 2015-05-14.23:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431645231.34.0.441746728111.issue23184@psf.upfronthosting.co.za>
In-reply-to
Content
I got hg working and pushed the patch I had in January as a980da5f79f9, 5386aedf3ac9, 15701e89d710, and 3fa58e779308. Having forgotten that this issue was on the tracker (rather than just idle-sig post), I omitted the issue number and acknowledgement for the initial patch.  I will add both when I add a new entry.

I am working on another patch to include maxOsSupport and other changes found by pyflakes. I will add in the 'frame' change, the double use *is* confusing.

pyflakes identifies files with * imports with a note that this prevents checks.  I try to removed them when adding tests.  I might do more just to make files checkable.
History
Date User Action Args
2015-05-14 23:13:51terry.reedysetrecipients: + terry.reedy, python-dev, Al.Sweigart
2015-05-14 23:13:51terry.reedysetmessageid: <1431645231.34.0.441746728111.issue23184@psf.upfronthosting.co.za>
2015-05-14 23:13:51terry.reedylinkissue23184 messages
2015-05-14 23:13:51terry.reedycreate