[Python-checkins] r54403 - peps/trunk/pep-3115.txt

guido.van.rossum python-checkins at python.org
Fri Mar 16 01:47:17 CET 2007


Author: guido.van.rossum
Date: Fri Mar 16 01:47:10 2007
New Revision: 54403

Modified:
   peps/trunk/pep-3115.txt
Log:
Fix layout glitch in References section.


Modified: peps/trunk/pep-3115.txt
==============================================================================
--- peps/trunk/pep-3115.txt	(original)
+++ peps/trunk/pep-3115.txt	Fri Mar 16 01:47:10 2007
@@ -278,20 +278,16 @@
 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/


More information about the Python-checkins mailing list