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 berker.peksag, gvx, rhettinger
Date 2017-09-01.20:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504297368.22.0.454809247473.issue31325@psf.upfronthosting.co.za>
In-reply-to
Content
There was a typo in my previous message.  The instantiation code should be:

   entry.req_rate = RequestRate(int(numbers[0]), int(numbers[1]))
History
Date User Action Args
2017-09-01 20:22:48rhettingersetrecipients: + rhettinger, berker.peksag, gvx
2017-09-01 20:22:48rhettingersetmessageid: <1504297368.22.0.454809247473.issue31325@psf.upfronthosting.co.za>
2017-09-01 20:22:48rhettingerlinkissue31325 messages
2017-09-01 20:22:48rhettingercreate