cpython/Doc/reference
Jeffrey Yasskin 9871d8fe22 Continue rolling back pep-3141 changes that changed behavior from 2.5. This
round included:
 * Revert round to its 2.6 behavior (half away from 0).
 * Because round, floor, and ceil always return float again, it's no
   longer necessary to have them delegate to __xxx___, so I've ripped
   that out of their implementations and the Real ABC. This also helps
   in implementing types that work in both 2.6 and 3.0: you return int
   from the __xxx__ methods, and let it get enabled by the version
   upgrade.
 * Make pow(-1, .5) raise a ValueError again.
2008-01-05 08:47:13 +00:00
..
compound_stmts.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
datamodel.rst Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just 2008-01-03 02:21:52 +00:00
executionmodel.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
expressions.rst Continue rolling back pep-3141 changes that changed behavior from 2.5. This 2008-01-05 08:47:13 +00:00
index.rst A bit of reordering, also show more subheadings in the lang ref index. 2007-09-18 07:24:40 +00:00
introduction.rst Remove duplication of "this". 2007-11-11 15:16:16 +00:00
lexical_analysis.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
simple_stmts.rst Some cleanup in the docs. 2007-12-29 10:57:00 +00:00
toplevel_components.rst Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00