diff options
author | Georg Brandl <georg@python.org> | 2007-09-07 14:15:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-07 14:15:41 (GMT) |
commit | 96593ed348078403eb30fd5d2767fc96c17e913a (patch) | |
tree | f1221b6a26fb84fc1159ead1f4064fb7dc59a354 /Doc/reference/toplevel_components.rst | |
parent | 44fa8f650f3a69318afe37874e82c6688f88e311 (diff) | |
download | cpython-96593ed348078403eb30fd5d2767fc96c17e913a.zip cpython-96593ed348078403eb30fd5d2767fc96c17e913a.tar.gz cpython-96593ed348078403eb30fd5d2767fc96c17e913a.tar.bz2 |
Continue going through the language reference, bringing it up-to-date.
In particular, document the new comprehensions and remove mentions of long integers.
Fix a bunch of related things in the lib ref.
Diffstat (limited to 'Doc/reference/toplevel_components.rst')
-rw-r--r-- | Doc/reference/toplevel_components.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/reference/toplevel_components.rst b/Doc/reference/toplevel_components.rst index 2149311..276005b 100644 --- a/Doc/reference/toplevel_components.rst +++ b/Doc/reference/toplevel_components.rst @@ -106,13 +106,6 @@ string argument to :func:`eval` must have the following form: .. productionlist:: eval_input: `expression_list` NEWLINE* -.. index:: builtin: input - -The input line read by :func:`input` must have the following form: - -.. productionlist:: - input_input: `expression_list` NEWLINE - .. index:: object: file single: input; raw |