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 cool-RR
Recipients cool-RR, eric.smith, ethan.furman, josh.r, pitrou, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano
Date 2014-10-01.16:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412181726.55.0.303386085738.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see why it's so hard to imagine how this will be used. Say I have a counter signifying how many of each product I have in my warehouse, and I have another counter saying how many of each product a client wants. I may use `counter2 <= counter1` to check whether there are enough products in stock. Sounds straightforward to me.
History
Date User Action Args
2014-10-01 16:42:06cool-RRsetrecipients: + cool-RR, rhettinger, pitrou, eric.smith, steven.daprano, r.david.murray, ethan.furman, serhiy.storchaka, josh.r
2014-10-01 16:42:06cool-RRsetmessageid: <1412181726.55.0.303386085738.issue22515@psf.upfronthosting.co.za>
2014-10-01 16:42:06cool-RRlinkissue22515 messages
2014-10-01 16:42:06cool-RRcreate