From afd299ae133f1beada884d95b9f033f83f5b522f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 8 Jun 2001 20:50:31 +0000 Subject: [PATCH] I just figured out how to make automatic hyperlinks to other PEPs. --- pep-0252.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0252.txt b/pep-0252.txt index 78534aa39..aad9831b7 100644 --- a/pep-0252.txt +++ b/pep-0252.txt @@ -403,7 +403,7 @@ Implementation here, see the file Lib/test/test_descr.py. Note: the code in this branch goes beyond this PEP; it is also - on the way to implementing PEP 253 (Subtyping Built-in Types). + on the way to implementing pep-0253 (Subtyping Built-in Types). References