From c37459cd0b30c2e5688221eff2928556d4dd0a56 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:33:34 +0100 Subject: [PATCH] PEP 3104: Resolve unreferenced footnotes --- pep-3104.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-3104.txt b/pep-3104.txt index 62ad0d2507d..920b929a588 100644 --- a/pep-3104.txt +++ b/pep-3104.txt @@ -517,10 +517,10 @@ References https://mail.python.org/pipermail/python-3000/2006-November/004237.html .. [27] Global variable (version 2006-11-01T01:23:16) - http://en.wikipedia.org/wiki/Global_variable + https://en.wikipedia.org/w/index.php?title=Global_variable&oldid=85001451 .. [28] Ruby 2.0 block local variable - http://redhanded.hobix.com/inspect/ruby20BlockLocalVariable.html + https://web.archive.org/web/20070105131417/http://redhanded.hobix.com/inspect/ruby20BlockLocalVariable.html .. [29] Issue 4199: combining assignment with global & nonlocal (Guido van Rossum) https://mail.python.org/pipermail/python-dev/2013-June/127142.html