From 532a525df4dbf235d418d93c9864e1c548b63cee Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Mon, 11 Apr 2022 13:51:44 -0400 Subject: [PATCH] Fix reference to PEP 489 As far as I can tell, PEP 484 is a typo and unrelated to this work. --- pep-0687.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0687.rst b/pep-0687.rst index c17ca317bd3..3de23a1f277 100644 --- a/pep-0687.rst +++ b/pep-0687.rst @@ -48,7 +48,7 @@ The body of :pep:`630` will be converted to a HOWTO in the Python documentation, and that PEP will be retired (marked Final). All extension modules in the standard library will be converted to multi-phase -initialization introduced in :pep:`484`. +initialization introduced in :pep:`489`. All stdlib extension modules will be *isolated*. That is: