summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-02-26 21:35:59 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-02-26 21:35:59 +0000
commitf7a74403451bc88478fd8367b34b95e6298ea26b (patch)
tree84f25f01345762e97f37b5674d68c690a4383e61
parenta980f3d2ef986ceb1530d9daee120247419e9878 (diff)
downloadcpython-f7a74403451bc88478fd8367b34b95e6298ea26b.tar.gz
raw_input() really was removed, only input() was resurrected.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4eb2f47b90..6821e3c235 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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