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 berker.peksag, larry, serhiy.storchaka
Date 2014-01-22.13:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390396270.76.0.363099640794.issue20293@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that is how it must work.  This is symmetric with pure Python functions:

    >>> import inspect
    >>> import zlib
    >>> def foo(a=zlib.Z_DEFAULT_COMPRESSION): pass
    ... 
    >>> str(inspect.signature(foo))
    '(a=-1)'
History
Date User Action Args
2014-01-22 13:11:10larrysetrecipients: + larry, berker.peksag, serhiy.storchaka
2014-01-22 13:11:10larrysetmessageid: <1390396270.76.0.363099640794.issue20293@psf.upfronthosting.co.za>
2014-01-22 13:11:10larrylinkissue20293 messages
2014-01-22 13:11:10larrycreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.