-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 3115: Resolve unreferenced footnotes
- Loading branch information
Showing
1 changed file
with
8 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PEP: 3115 | ||
Title: Metaclasses in Python 3000 | ||
Version: $Revision$ | ||
Last-Modified: $Date$ | ||
Author: Talin <[email protected]> | ||
Status: Final | ||
Type: Standards Track | ||
|
@@ -297,29 +295,19 @@ the new syntax. | |
References | ||
========== | ||
|
||
.. [1] [Python-3000] Metaclasses in Py3K (original proposal) | ||
https://mail.python.org/pipermail/python-3000/2006-December/005030.html | ||
[1] [Python-3000] Metaclasses in Py3K (original proposal) | ||
\ https://mail.python.org/pipermail/python-3000/2006-December/005030.html | ||
|
||
.. [2] [Python-3000] Metaclasses in Py3K (Guido's suggested syntax) | ||
https://mail.python.org/pipermail/python-3000/2006-December/005033.html | ||
[2] [Python-3000] Metaclasses in Py3K (Guido's suggested syntax) | ||
\ https://mail.python.org/pipermail/python-3000/2006-December/005033.html | ||
|
||
.. [3] [Python-3000] Metaclasses in Py3K (Objections to two-phase init) | ||
https://mail.python.org/pipermail/python-3000/2006-December/005108.html | ||
[3] [Python-3000] Metaclasses in Py3K (Objections to two-phase init) | ||
\ https://mail.python.org/pipermail/python-3000/2006-December/005108.html | ||
|
||
.. [4] [Python-3000] Metaclasses in Py3K (Always use an ordered dict) | ||
https://mail.python.org/pipermail/python-3000/2006-December/005118.html | ||
[4] [Python-3000] Metaclasses in Py3K (Always use an ordered dict) | ||
\ https://mail.python.org/pipermail/python-3000/2006-December/005118.html | ||
|
||
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: |