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 pitrou
Recipients christian.heimes, eric.araujo, nadeem.vawda, pitrou
Date 2012-09-25.12:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348576018.5.0.484135278928.issue15955@psf.upfronthosting.co.za>
In-reply-to
Content
You don't need to know the final size. You just need to be able to pass an output size limit. This would be an easy feature to add to functions like zlib.decompress(), since they already handle sizing of the output buffer.
History
Date User Action Args
2012-09-25 12:26:58pitrousetrecipients: + pitrou, christian.heimes, nadeem.vawda, eric.araujo
2012-09-25 12:26:58pitrousetmessageid: <1348576018.5.0.484135278928.issue15955@psf.upfronthosting.co.za>
2012-09-25 12:26:57pitroulinkissue15955 messages
2012-09-25 12:26:57pitroucreate