File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed
Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change 11PEP: 3115
22Title: Metaclasses in Python 3000
3- Version: $Revision$
4- Last-Modified: $Date$
53Author: Talin <viridia@gmail.com>
64Status: Final
75Type: Standards Track
@@ -297,29 +295,19 @@ the new syntax.
297295References
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
312310Copyright
313311=========
314312
315313This 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:
You can’t perform that action at this time.
0 commit comments