commit | c4607aeedd19fad5e5fe1a6a72a0c79d014ee4e1 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jul 29 18:19:43 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jul 29 18:19:43 2011 -0500 |
tree | 7b854ccc3b42a80fdb62f6a3fa82ece2a394c281 | |
parent | 4f921c2e061507f6d93002c454e063db2acaf7ea [diff] [blame] |
make the types of None and Ellipsis callable
diff --git a/Misc/NEWS b/Misc/NEWS index 0b205ad..d1d13a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Make type(None) and type(Ellipsis) callable. They return the respective + singleton instances. + - Forbid summing bytes in sum(). - Verify the types of AST strings and identifiers provided by the user before