kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Add ibmi platform #47

Closed abmusse closed 3 years ago

abmusse commented 3 years ago

Fixes up many test cases only failures remaining are ftplib abort test case and random permission failures.

kadler commented 3 years ago

Seems odd to check if the platform is in a list of one (also, some of the lists aren't actually lists, but just parenthesis). While having the "in" syntax already set up for adding more platforms, I suspect most of these are going to be unique to IBM i anyway, so equality is fine.

kadler commented 3 years ago

Of course, if there is consistent use of single item tuples throughout the code then we could leave them be.

kadler commented 3 years ago

Also, can you add commit the readme you've been working on as Misc/Readme.IBM_i?