diff options
Diffstat (limited to 'Doc/library/new.rst')
-rw-r--r-- | Doc/library/new.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/new.rst b/Doc/library/new.rst index 6c5a4bf..832dca6 100644 --- a/Doc/library/new.rst +++ b/Doc/library/new.rst @@ -22,6 +22,8 @@ The :mod:`new` module defines the following functions: This function will return a method object, bound to *instance*. *function* must be callable. + .. XXX no unbound methods anymore + .. function:: function(code, globals[, name[, argdefs[, closure]]]) |