Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Since adding new operator is a syntax-level change, it needs a PEP. It is 
better to start with discussing on the Python-ideas mailing list 
(https://mail.python.org/mailman3/lists/python-ideas.python.org/). Let's see if 
this idea will be accepted favorably.

BTW, the ceiling division can be expressed as -(-a // b) or -(a // -b).

----------
nosy: +serhiy.storchaka

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

Reply via email to