summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-02-26 21:42:55 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-02-26 21:42:55 (GMT)
commit81fe3415083b4736b848519294270801ab53d59a (patch)
tree8434f85d5b00ca30cc2fad24082ba454a43a4409 /Misc/NEWS
parent3f54feaec004038bb0033ff161f3f94a5efb2f31 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6821e3c..4eb2f47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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