diff options
author | Guido van Rossum <guido@python.org> | 2007-05-24 02:27:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-05-24 02:27:17 (GMT) |
commit | c126e8aae30043792f6318a5c4318b8203e75b33 (patch) | |
tree | 3923813e334eb90161ebbbd8e9095df44fb7d0f6 /Misc | |
parent | c2f93dc2e42b48a20578599407b0bb51a6663d09 (diff) | |
download | cpython-c126e8aae30043792f6318a5c4318b8203e75b33.zip cpython-c126e8aae30043792f6318a5c4318b8203e75b33.tar.gz cpython-c126e8aae30043792f6318a5c4318b8203e75b33.tar.bz2 |
Merged revisions 55514-55544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk
........
r55526 | neal.norwitz | 2007-05-22 23:42:22 -0700 (Tue, 22 May 2007) | 1 line
reduce was removed a while ago
........
r55544 | guido.van.rossum | 2007-05-23 19:23:53 -0700 (Wed, 23 May 2007) | 2 lines
Fix test_inspect. It seems my previous "fix" was due to a stale .pyc file.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ Core and Builtins backticks (ie, `x`), <> - Removed these Python builtins: - apply(), callable(), coerce(), file() + apply(), callable(), coerce(), file(), reduce() - Removed these Python methods: {}.has_key |