Ram Rachum added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22515>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to