cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-114099: Add documentation for iOS platform

Open freakboy3742 opened this issue 1 year ago • 1 comments

Part of the PEP 730 work to add iOS support.

Adds an iOS usage guide (including documentation of how to add iOS to your own Xcode project), and flags modules in the standard library that aren't available on iOS.

Fixes #115977.


📚 Documentation preview 📚: https://cpython-previews--117057.org.readthedocs.build/

  • Issue: gh-114099

freakboy3742 avatar Mar 20 '24 04:03 freakboy3742

The linting check is currently picking up a missing link to platform.ios_ver(); this method is added (and documented) in #117052.

freakboy3742 avatar Mar 20 '24 05:03 freakboy3742