| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @ezio-melotti, @Haypo, @doerwalter and @loewis to be potential reviewers. |
Sorry, something went wrong.
|
|
||
| - bpo-24037: Argument Clinic now uses the converter `bool(accept={int})` rather | ||
| of `int` for semantical booleans. This allows to not repeat the default | ||
| value for Python and C and will help in converting to `bool` in future. |
There was a problem hiding this comment.
rather of → rather than
This allows to not repeat . . . → This avoids repeating . . . [see earlier changes I made regarding “allows to”: https://bugs.python.org/issue26304]
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
It is used for semantical booleans using 'i' format unit. This allows to not repeat the default value for Python and C and will help in converting to bool in future.