Message322781
I have no opinion on the change in the master branch, but I agree with Christian that the 3.7 change should be reverted since it breaks the backward compatibility.
Serhiy modified int() in Python 3.7 to convert its first parameter to positional only parameter. IMHO it's ok to do such change. Moreover, the change has been documented in What's New in Python 3.7:
https://docs.python.org/dev/whatsnew/3.7.html#api-and-feature-removals
If you decide to keep the change in the master branch, it should be documented in What's New in Python 3.8, no? |
|
Date |
User |
Action |
Args |
2018-07-31 14:25:08 | vstinner | set | recipients:
+ vstinner, christian.heimes, docs@python, serhiy.storchaka, Juuso Lehtivarjo, xtreak |
2018-07-31 14:25:07 | vstinner | set | messageid: <1533047107.99.0.56676864532.issue33729@psf.upfronthosting.co.za> |
2018-07-31 14:25:07 | vstinner | link | issue33729 messages |
2018-07-31 14:25:07 | vstinner | create | |
|