We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb86dd commit f534f69Copy full SHA for f534f69
1 file changed
pep-0675.rst
@@ -537,8 +537,8 @@ Backwards Compatibility
537
this doesn't require any changes to the Python runtime itself. :pep:`586`
538
already backports ``Literal``, so this PEP does not need to change it.
539
540
-As :pep:`PEP 586 mentions
541
-<586#backwards-compatibility>`,
+As PEP 586 `mentions
+<https://www.python.org/dev/peps/pep-0586/#backwards-compatibility>`_,
542
type checkers "should feel free to experiment with more sophisticated
543
inference techniques". So, if the type checker infers a literal string
544
type for an unannotated variable that is initialized with a literal
0 commit comments