diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 21:42:55 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 21:42:55 (GMT) |
commit | 81fe3415083b4736b848519294270801ab53d59a (patch) | |
tree | 8434f85d5b00ca30cc2fad24082ba454a43a4409 /Misc/NEWS | |
parent | 3f54feaec004038bb0033ff161f3f94a5efb2f31 (diff) | |
download | cpython-81fe3415083b4736b848519294270801ab53d59a.zip cpython-81fe3415083b4736b848519294270801ab53d59a.tar.gz cpython-81fe3415083b4736b848519294270801ab53d59a.tar.bz2 |
The raw_input name was removed, but the implementation was moved to input.
So don't declare that it was removed, just leave the original description.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ Core and Builtins backticks (`x`), <> - Removed these Python builtins: - apply(), coerce(), raw_input() + apply(), coerce() - Removed these Python methods: {}.has_key |