Skip to content

Commit 097d76a

Browse files
authored
PEP 3115: Resolve unreferenced footnotes (#3258)
1 parent ff775aa commit 097d76a

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

pep-3115.txt

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
PEP: 3115
22
Title: Metaclasses in Python 3000
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Talin <viridia@gmail.com>
64
Status: Final
75
Type: Standards Track
@@ -297,29 +295,19 @@ the new syntax.
297295
References
298296
==========
299297

300-
.. [1] [Python-3000] Metaclasses in Py3K (original proposal)
301-
https://mail.python.org/pipermail/python-3000/2006-December/005030.html
298+
[1] [Python-3000] Metaclasses in Py3K (original proposal)
299+
\ https://mail.python.org/pipermail/python-3000/2006-December/005030.html
302300

303-
.. [2] [Python-3000] Metaclasses in Py3K (Guido's suggested syntax)
304-
https://mail.python.org/pipermail/python-3000/2006-December/005033.html
301+
[2] [Python-3000] Metaclasses in Py3K (Guido's suggested syntax)
302+
\ https://mail.python.org/pipermail/python-3000/2006-December/005033.html
305303

306-
.. [3] [Python-3000] Metaclasses in Py3K (Objections to two-phase init)
307-
https://mail.python.org/pipermail/python-3000/2006-December/005108.html
304+
[3] [Python-3000] Metaclasses in Py3K (Objections to two-phase init)
305+
\ https://mail.python.org/pipermail/python-3000/2006-December/005108.html
308306

309-
.. [4] [Python-3000] Metaclasses in Py3K (Always use an ordered dict)
310-
https://mail.python.org/pipermail/python-3000/2006-December/005118.html
307+
[4] [Python-3000] Metaclasses in Py3K (Always use an ordered dict)
308+
\ https://mail.python.org/pipermail/python-3000/2006-December/005118.html
311309

312310
Copyright
313311
=========
314312

315313
This document has been placed in the public domain.
316-
317-
318-
..
319-
Local Variables:
320-
mode: indented-text
321-
indent-tabs-mode: nil
322-
sentence-end-double-space: t
323-
fill-column: 70
324-
coding: utf-8
325-
End:

0 commit comments

Comments
 (0)