[Python-checkins] r54971 - peps/trunk/pep-3141.txt (original) (raw)
guido.van.rossum python-checkins at python.org
Wed Apr 25 22:45:46 CEST 2007
- Previous message: [Python-checkins] r54970 - peps/trunk/pep-0000.txt peps/trunk/pep-3141.txt
- Next message: [Python-checkins] r54972 - peps/trunk/pep-3119.txt peps/trunk/pep-3141.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?:: +
def neg(self): """Must define this or sub().""" AdditiveGroup, continued
- Previous message: [Python-checkins] r54970 - peps/trunk/pep-0000.txt peps/trunk/pep-3141.txt
- Next message: [Python-checkins] r54972 - peps/trunk/pep-3119.txt peps/trunk/pep-3141.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]