gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section by CAM-Gerlach · Pull Request #98584 · python/cpython
Part of #95913
This PR copyedits, sorts and fixes the syntax of the Removed section of the What's New in Python 3.11 document. In particular, it:
- Orders the list alphabetically by module, with misc items (configure flags, macros, tools, etc) at the end
- Adds, fixes and refines Sphinx cross references
- Adds appropriate Sphinx roles and other constructs
- Tweaks the text to fix grammar/wording issues
- Uses consistent, direct phrasing for easier/quicker readability
No items were added in this PR, as searching/grepping the docs didn't reveal any missing removals (at least of whole functions/methods/classes/etc), and all significant changelog entries containing remove* for removing Python APIs were covered.