Commit Graph

20 Commits

Author SHA1 Message Date
Brett Cannon 303740df18 Change reference for removing 'print' as a statement. Thanks Bill Janssen for
digging up the link.
2005-09-08 00:26:20 +00:00
Brett Cannon 5126f6dbf7 Create new "Atomic Types" section and add mention of removal of basestring.find
and friends.
2005-08-27 18:27:33 +00:00
Brett Cannon 9c2cb031b8 Mention plan to remove ``raise Exception, "message"`` style of raising
exceptions.
2005-08-06 23:13:59 +00:00
Brett Cannon 81ccba3725 Add mention of exceptions getting a traceback attribute. 2005-04-28 20:04:32 +00:00
Brett Cannon 3543af0fb0 Fill out some references for existing points. 2005-04-28 18:57:40 +00:00
Brett Cannon 3f7d8a1f10 Back out sum() change. 2005-03-15 19:43:34 +00:00
Brett Cannon 3da1186cdd sum()'s second argument is returned if the first argument is empty, otherwise
it is ignored.
2005-03-15 04:06:02 +00:00
Brett Cannon 72fcd5f394 Add references to Guido's "The fate of reduce() in Python 3000" blog entry for
the removal of 'map', 'filter', 'reduce', and 'lambda'.
2005-03-11 00:56:22 +00:00
Brett Cannon 86be15282b Add mention of trunc() and its companion, __trunc__(). 2005-03-05 19:38:42 +00:00
Brett Cannon 5b2de661f1 Make some very minor changes for consistency. 2005-03-05 19:32:57 +00:00
Brett Cannon b0a6a6680d Mention the planned removal of unbound methods. 2005-01-22 04:39:23 +00:00
David Goodger 3e1ef30d38 filled in the footnote number 2004-12-11 18:06:27 +00:00
Brett Cannon 3c2cb884f2 Add reference to python-dev thread discussing comparing heterogeneous types.
Also fix ref for removal of '<>'; syntactically missing trailing underscore.
2004-12-11 07:54:17 +00:00
Brett Cannon 90a5294752 Mention that making list comprehensions sugar for genexps will remove exposure
of the loop variable.
2004-09-02 19:10:13 +00:00
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