Message365763
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. |
|
| Date |
User |
Action |
Args |
| 2020-04-04 12:44:19 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka |
| 2020-04-04 12:44:19 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2020-04-04 12:44:19 | serhiy.storchaka | link | issue40178 messages |
| 2020-04-04 12:44:19 | serhiy.storchaka | create | |
|