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 eric.smith
Recipients eric.smith, paul.moore, steve.dower, tim.golden, varada86, zach.ware
Date 2018-06-09.18:16:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528568181.1.0.592728768989.issue33815@psf.upfronthosting.co.za>
In-reply-to
Content
To elaborate on Zach's comment:

Notice that your first example repeats 0 19 times. The second example repeats nothing 19 times.

If you first example returned a list with [0] repeated 19 (that is: [[0], [0], [0], ..., [0]]), then you're correct the second example should produce a list of 19 empty lists. But that's not the case here.
History
Date User Action Args
2018-06-09 18:16:21eric.smithsetrecipients: + eric.smith, paul.moore, tim.golden, zach.ware, steve.dower, varada86
2018-06-09 18:16:21eric.smithsetmessageid: <1528568181.1.0.592728768989.issue33815@psf.upfronthosting.co.za>
2018-06-09 18:16:21eric.smithlinkissue33815 messages
2018-06-09 18:16:21eric.smithcreate