Commit Graph

56 Commits

Author SHA1 Message Date
Brett Cannon a584e413a0 Remove __cmp__ mention.
Add about list comps being syntactic sugar for genexps to list().  Reword
mention of stdlib reorg.  Mention comparisons other than == and != between
disparate types will raise an error unless excplicitly allowed.
2004-08-27 18:43:32 +00:00
David Goodger 4957e14b72 markup 2004-08-27 13:16:31 +00:00
Brett Cannon c9ab70af1c Mention Python 3000 name.
Fix bullet points under things to return iterators.

Mention true division, True, False, and as becoming keywords and the removal of
__cmp__ .
2004-08-27 05:24:03 +00:00
Andrew M. Kuchling 9fc1f84f6f Add <> operator 2004-08-23 18:07:06 +00:00
David Goodger 13a33836fb markup, wrapping 2004-08-20 15:05:39 +00:00
Andrew M. Kuchling b5815e3e63 Add PEP 3000 2004-08-20 12:43:19 +00:00