New submission from Boštjan Mejak <[email protected]>: I hope I'm not too late for a Python 3.10 feature request. I love the fact that Python 3.x does floor division with the // operator.
We, however, don't have a ceil division operator, besides importing the math module and using its math.ceil() function. Is it possible we have /// as a ceil division operator in Python 3.10? I just wanted to put this thought out of my head if anyone becomes entertained by this idea. ---------- components: Library (Lib) messages: 387231 nosy: PedanticHacker, gvanrossum, rhettinger priority: normal severity: normal status: open title: Ceil division with /// operator type: enhancement versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43255> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
