Fix layout glitch in References section.

This commit is contained in:
Guido van Rossum 2007-03-16 00:47:10 +00:00
parent 4c5f90cb3e
commit ad1e48dbf1
1 changed files with 4 additions and 8 deletions

View File

@ -278,20 +278,16 @@ Backwards Compatibility
References
[1] [Python-3000] Metaclasses in Py3K (original proposal)
http://mail.python.org/pipermail/python-3000/2006-December/005030.html
http://mail.python.org/pipermail/python-3000/2006-December/005030.html
[2] [Python-3000] Metaclasses in Py3K (Guido's suggested syntax)
http://mail.python.org/pipermail/python-3000/2006-December/005033.html
http://mail.python.org/pipermail/python-3000/2006-December/005033.html
[3] [Python-3000] Metaclasses in Py3K (Objections to two-phase init)
http://mail.python.org/pipermail/python-3000/2006-December/005108.html
http://mail.python.org/pipermail/python-3000/2006-December/005108.html
[4] [Python-3000] Metaclasses in Py3K (Always use an ordered dict)
http://mail.python.org/pipermail/python-3000/2006-December/005118.html
http://mail.python.org/pipermail/python-3000/2006-December/005118.html
[5] PEP 359: The 'make' statement -
http://www.python.org/dev/peps/pep-0359/