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 rhettinger
Recipients rhettinger, vajrasky
Date 2013-10-02.19:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380743013.43.0.913466153833.issue19145@psf.upfronthosting.co.za>
In-reply-to
Content
The preferred behavior is that a negative number always means 0.

That is what lists do:

    >>> [1] * (-5)
    []
History
Date User Action Args
2013-10-02 19:43:33rhettingersetrecipients: + rhettinger, vajrasky
2013-10-02 19:43:33rhettingersetmessageid: <1380743013.43.0.913466153833.issue19145@psf.upfronthosting.co.za>
2013-10-02 19:43:33rhettingerlinkissue19145 messages
2013-10-02 19:43:33rhettingercreate