diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 21:35:59 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 21:35:59 (GMT) |
commit | 3f54feaec004038bb0033ff161f3f94a5efb2f31 (patch) | |
tree | 679b593fa5cf37b52c4dbb02b93baa899f656d64 /Misc | |
parent | 0240b92a6c3a17fac38d93ee80fc8e8523388786 (diff) | |
download | cpython-3f54feaec004038bb0033ff161f3f94a5efb2f31.zip cpython-3f54feaec004038bb0033ff161f3f94a5efb2f31.tar.gz cpython-3f54feaec004038bb0033ff161f3f94a5efb2f31.tar.bz2 |
raw_input() really was removed, only input() was resurrected.
Diffstat (limited to 'Misc')
-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() + apply(), coerce(), raw_input() - Removed these Python methods: {}.has_key |