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 vstinner
Recipients vstinner
Date 2017-11-28.14:03:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511877797.63.0.213398074469.issue32155@psf.upfronthosting.co.za>
In-reply-to
Content
Using flake8, I found some bugs in the standard libraries and tools.

I already fixed another flake8 error:
---
commit 28e61650b23119b68cd7943ccc01b8b9af1b4103
Author: Victor Stinner <victor.stinner@gmail.com>
Date:   Tue Nov 28 00:34:08 2017 +0100

    bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594)
---

Attached patch fix 3 bugs found by the flake8 F841 warning.

Note: Python 2.7 is not impacted by the turtledemo bug, but it's impacted by the two other bugs.
History
Date User Action Args
2017-11-28 14:03:17vstinnersetrecipients: + vstinner
2017-11-28 14:03:17vstinnersetmessageid: <1511877797.63.0.213398074469.issue32155@psf.upfronthosting.co.za>
2017-11-28 14:03:17vstinnerlinkissue32155 messages
2017-11-28 14:03:17vstinnercreate