diff options
author | Georg Brandl <georg@python.org> | 2008-07-16 12:58:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-16 12:58:29 (GMT) |
commit | 6ea420be258a9cae2ace06bd44946b55a3bbfc4f (patch) | |
tree | f1c2364e5a5afbb5d0685f91b74b2030972c21a5 /Doc | |
parent | 2ee470f7f99f78348baa1e7a13007540d89d9c92 (diff) | |
download | cpython-6ea420be258a9cae2ace06bd44946b55a3bbfc4f.zip cpython-6ea420be258a9cae2ace06bd44946b55a3bbfc4f.tar.gz cpython-6ea420be258a9cae2ace06bd44946b55a3bbfc4f.tar.bz2 |
Merged revisions 64982-64983,65004 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64982 | georg.brandl | 2008-07-16 01:59:15 +0200 (Wed, 16 Jul 2008) | 2 lines
Move label to correct heading.
........
r64983 | georg.brandl | 2008-07-16 02:00:04 +0200 (Wed, 16 Jul 2008) | 2 lines
Keep sorted.
........
r65004 | martin.v.loewis | 2008-07-16 07:28:26 +0200 (Wed, 16 Jul 2008) | 2 lines
Add Antoine.
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 40417d8..47bf42c 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -421,9 +421,6 @@ Notes: overflow check. -.. _typeiter: - - Additional Methods on Float --------------------------- @@ -488,6 +485,8 @@ hexadecimal string representing the same number:: '0x1.d380000000000p+11' +.. _typeiter: + Iterator Types ============== |