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:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390398109.43.0.0864967963851.issue20293@psf.upfronthosting.co.za>
In-reply-to
Content
> This is because in pure Python functions we have no enough
> information. I  believe than origin expression is more useful
> in the help.

That doesn't matter.  inspect.Signature would have to change in order to provide the original expression, and it's not going to for 3.4.


In zlib.decompress, remove the "= unspecified".  You can have a c_default without a default value now.
History
Date User Action Args
2014-01-22 13:41:49larrysetrecipients: + larry, berker.peksag, serhiy.storchaka
2014-01-22 13:41:49larrysetmessageid: <1390398109.43.0.0864967963851.issue20293@psf.upfronthosting.co.za>
2014-01-22 13:41:49larrylinkissue20293 messages
2014-01-22 13:41:49larrycreate