]> granicus.if.org Git - python/commit
- No more 0L or similar.
authorMark Summerfield <list@qtrac.plus.com>
Tue, 1 Jul 2008 15:50:04 +0000 (15:50 +0000)
committerMark Summerfield <list@qtrac.plus.com>
Tue, 1 Jul 2008 15:50:04 +0000 (15:50 +0000)
commitbbfd71d7ac02bc2053a0ba494a3f055fbec8deee
treed2c01b006a11d4a223e23bba3cd06d9bdfceea36
parent4c29b47d3496e86b3cd6c4735231838f8ca4e942
- No more 0L or similar.
- Added cross-refs to fraction & decimal in numeric types.
- Moved str.isdecimal() & str.isnumeric() into alphabetical order like
  all the other str methods; also massaged the text a bit to make it
  more consistent with the similar methods' texts.

BTW The iterator.__iter__() docs seems to be out of step with
functions.rst (where it now has an extra parameter).
Doc/library/stdtypes.rst