Message307120
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. |
|
| Date |
User |
Action |
Args |
| 2017-11-28 14:03:17 | vstinner | set | recipients:
+ vstinner |
| 2017-11-28 14:03:17 | vstinner | set | messageid: <1511877797.63.0.213398074469.issue32155@psf.upfronthosting.co.za> |
| 2017-11-28 14:03:17 | vstinner | link | issue32155 messages |
| 2017-11-28 14:03:17 | vstinner | create | |
|