diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2002-08-12 03:33:32 (GMT) |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-08-12 03:33:32 (GMT) |
| commit | 6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff (patch) | |
| tree | 7972982f3a3f2ac5a4ba1c03e1d5ec1ca8888f6d | |
| parent | fc07e5684411a92580d92384e684c2e28c4f5885 (diff) | |
| download | cpython-6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff.zip cpython-6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff.tar.gz cpython-6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff.tar.bz2 | |
Revert what looks like a typo from the last checkin
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ Core and builtins as directory names. - The built-ins slice() and buffer() are now callable types. The -0 types classobj (formerly class), code, function, instance, and + types classobj (formerly class), code, function, instance, and instancemethod (formerly instance-method), which have no built-in names but are accessible through the types module, are now also callable. The type dict-proxy is renamed to dictproxy. |
