This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients larry, mdk
Date 2016-11-20.17:08:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479661688.31.0.162179880656.issue28754@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-20 17:08:08larrysetrecipients: + larry, mdk
2016-11-20 17:08:08larrysetmessageid: <1479661688.31.0.162179880656.issue28754@psf.upfronthosting.co.za>
2016-11-20 17:08:08larrylinkissue28754 messages
2016-11-20 17:08:08larrycreate