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 serhiy.storchaka
Date 2020-04-04.12:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The problems which prevented their conversions before (in issue20170):

1. os.sendfile() had parameter names conflicting with Python keywords. Was solved in issue38378.

2. os.get_terminal_size() has an optional argument without default value. It was solved in a way similar to issue37206.

3. Some functions have platform-specific types of arguments. os.sendfile() has additional parameters. It was solved by using a preprocessor. We need to repeat most of the declaration and docstring, but it is the best that we can have now.
History
Date User Action Args
2020-04-04 12:44:19serhiy.storchakasetrecipients: + serhiy.storchaka
2020-04-04 12:44:19serhiy.storchakasetmessageid: <[email protected]>
2020-04-04 12:44:19serhiy.storchakalinkissue40178 messages
2020-04-04 12:44:19serhiy.storchakacreate