[Python-checkins] r54971 - peps/trunk/pep-3141.txt

guido.van.rossum python-checkins at python.org
Wed Apr 25 22:45:46 CEST 2007


Author: guido.van.rossum
Date: Wed Apr 25 22:45:43 2007
New Revision: 54971

Modified:
   peps/trunk/pep-3141.txt
Log:
Tiny formatting tweak.


Modified: peps/trunk/pep-3141.txt
==============================================================================
--- peps/trunk/pep-3141.txt	(original)
+++ peps/trunk/pep-3141.txt	Wed Apr 25 22:45:43 2007
@@ -120,8 +120,10 @@
 	    """Associative commutative operation, whose inverse is negation."""
 	    raise NotImplementedError
 
-    # **Open issue:** Do we want to give people a choice of which of the
-    # following to define, or should we pick one arbitrarily?::
+**Open issue:** Do we want to give people a choice of which of the
+following to define, or should we pick one arbitrarily?::
+
+    # AdditiveGroup, continued
 
 	def __neg__(self):
 	    """Must define this or __sub__()."""


More information about the Python-checkins mailing list