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 corona10
Recipients chepner, corona10, rhettinger
Date 2018-07-21.00:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532134778.13.0.56676864532.issue34169@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, when I first read this issue, it seemed very clear that it should not work. However, after reading the documentation I misunderstood that it can be worked because the pseudocode specifies NoneType. 

IMHO, in that case, we should let users through documentation know that this code is just pseudo-code and that the actual counts parameter should be passed as an integer type.
History
Date User Action Args
2018-07-21 00:59:38corona10setrecipients: + corona10, rhettinger, chepner
2018-07-21 00:59:38corona10setmessageid: <1532134778.13.0.56676864532.issue34169@psf.upfronthosting.co.za>
2018-07-21 00:59:38corona10linkissue34169 messages
2018-07-21 00:59:37corona10create