Larry Hastings added the comment:

There's special syntax to handle aliases.  From comments in clinic.py:

        # alternatively:
        #     modulename.fnname [as c_basename] = modulename.existing_fn_name
        # clones the parameters and return converter from that
        # function.  you can't modify them.  you must enter a
        # new docstring.

Sorry the docs are out of date--patches welcome.  And speaking of patches, 
thanks for the patch!  I'll review it when you say it's ready.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28754>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to