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 remi.lapeyre
Recipients Phil Dream, remi.lapeyre
Date 2019-02-06.10:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549447632.59.0.129662107107.issue35910@roundup.psfhosted.org>
In-reply-to
Content
Hi @Phil Dream, you reuse i in your inner loop, in the for statement.

By the way, I suggest you look at range() to replace your while loop: https://docs.python.org/3/library/functions.html#func-range.


For your others questions, the mailing list are more appropriate than the bug tracker.

Have a nice day!
History
Date User Action Args
2019-02-06 10:07:14remi.lapeyresetrecipients: + remi.lapeyre, Phil Dream
2019-02-06 10:07:12remi.lapeyresetmessageid: <1549447632.59.0.129662107107.issue35910@roundup.psfhosted.org>
2019-02-06 10:07:12remi.lapeyrelinkissue35910 messages
2019-02-06 10:07:12remi.lapeyrecreate