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 serhiy.storchaka
Recipients PedanticHacker, gvanrossum, rhettinger, serhiy.storchaka
Date 2021-02-18.14:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613659817.77.0.580648221603.issue43255@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2021-02-18 14:50:17serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, PedanticHacker
2021-02-18 14:50:17serhiy.storchakasetmessageid: <1613659817.77.0.580648221603.issue43255@roundup.psfhosted.org>
2021-02-18 14:50:17serhiy.storchakalinkissue43255 messages
2021-02-18 14:50:17serhiy.storchakacreate