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 yselivanov
Recipients larry, ncoghlan, serhiy.storchaka, yselivanov
Date 2014-02-03.17:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391449188.04.0.386466942063.issue20489@psf.upfronthosting.co.za>
In-reply-to
Content
> One way, albeit ugly, would be to further extend 
> __text_signature__ format, to allow something like:
>
>   sig=(...);module=zlib

OR

   sig=zlib.Compress.flush(...)
History
Date User Action Args
2014-02-03 17:39:48yselivanovsetrecipients: + yselivanov, ncoghlan, larry, serhiy.storchaka
2014-02-03 17:39:48yselivanovsetmessageid: <1391449188.04.0.386466942063.issue20489@psf.upfronthosting.co.za>
2014-02-03 17:39:48yselivanovlinkissue20489 messages
2014-02-03 17:39:47yselivanovcreate