python / cpython

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

Document forward compatibility for `suggest_on_error` #127134

Open savannahostrowski opened 13 hours ago

savannahostrowski commented 13 hours ago

Support for suggest_on_error was added in https://github.com/python/cpython/pull/124456. There's been some demand to document how users can opportunistically add this to their code.

Linked PRs