Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 3104: Resolve unreferenced footnotes #3256

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions pep-3104.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
PEP: 3104
Title: Access to Names in Outer Scopes
Version: $Revision$
Last-Modified: $Date$
Author: Ka-Ping Yee <[email protected]>
Status: Final
Type: Standards Track
Expand Down Expand Up @@ -482,8 +480,8 @@ References
.. [14] Explicit Lexical Scoping (pre-PEP?) (Guido van Rossum)
https://mail.python.org/pipermail/python-dev/2006-July/066991.html

.. [15] Explicit Lexical Scoping (pre-PEP?) (Guido van Rossum)
https://mail.python.org/pipermail/python-dev/2006-July/066995.html
[15] Explicit Lexical Scoping (pre-PEP?) (Guido van Rossum)
\ https://mail.python.org/pipermail/python-dev/2006-July/066995.html

.. [16] Lexical scoping in Python 3k (Guido van Rossum)
https://mail.python.org/pipermail/python-dev/2006-July/066968.html
Expand Down Expand Up @@ -519,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
Expand All @@ -547,13 +545,3 @@ Copyright
=========

This document has been placed in the public domain.


..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: