Commit 84f323ea authored by Benjamin Peterson's avatar Benjamin Peterson

note that future_builtin's map is not quite like python 3's (closes #19363)

Patch by Gareth Rees.
parent 3bca761a
......@@ -50,6 +50,11 @@ Available builtins are:
Works like :func:`itertools.imap`.
.. note::
In Python 3, :func:`map` does not accept ``None`` for the
function argument.
.. function:: oct(object)
Works like the built-in :func:`oct`, but instead of :meth:`__oct__` it will
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment