Important: Python3.10 what's new
Hi everyone, Now that we are in the beta period for 3.10 is very important that we make sure that all improvements, new APIs and deprecations are reflected in the 3.10 what's New document. IMPORTANT!! If you have worked on: * Make a PEP that affects Python 3.10. * A new feature/class/function/argument/option... * Deprecating something. * Remove something. * Improve something important. Please, make sure is reflected on the What's new document for Python 3.10. Users normally don't read the changelog directly and learn about what's available from the What's New document so you *absolutely* want your work to be reflected there. *Small* tutorials and small code samples and descriptions are a fantastic thing to add as well. Specially for deprecations and removals, this is our public window to the world so that learn what's coming or how to port code to Python 3.10. Thanks for helping to make Python3.10 a great release. Regards from sunny London, Pablo Galindo Salgado
participants (1)
-
Pablo Galindo Salgado