Message404130
I think it would help if we could enable some future feature globally by command line option or environment variable, without modifying all source files. It would allow users to quickly test their code base for compatibility with future changes. The problem currently is that nobody bothers to add "from __future__ import ...", so we have surprises every time when try to make it by default.
A tool which automatically adds or removes "from __future__ import ..." in files could help too. |
|
Date |
User |
Action |
Args |
2021-10-17 07:28:36 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, barry, brett.cannon, terry.reedy, eric.smith, steven.daprano, methane, lukasz.langa, veky, levkivskyi, Anthony Sottile, pablogsal, miss-islington, BTaskaya, gousaiyang |
2021-10-17 07:28:36 | serhiy.storchaka | set | messageid: <1634455716.92.0.937706635176.issue38605@roundup.psfhosted.org> |
2021-10-17 07:28:36 | serhiy.storchaka | link | issue38605 messages |
2021-10-17 07:28:36 | serhiy.storchaka | create | |
|