Message127008
> Interesting! If you are motivated, a further approach would be to expose
> the compressor and decompressor objects from the C extension, and write
> the file object in Python (as in Lib/gzip.py).
I had initially considered doing something that, but I decided not to for reasons that I can't quite remember. However, in hindsight it seems like it would have been a better approach than doing everything in C. I'll start on it ASAP.
>> On a related note, the 'buffering' argument to __init__() is ignored,
>> and I was wondering whether this should be documented explicitly?
> Yes, it should probably be deprecated if it's not useful anymore.
How would I go about doing this? Would it be sufficient to raise a DeprecationWarning if the argument is provided by the caller, and add a note to the docstring and documentation? |
|
Date |
User |
Action |
Args |
2011-01-25 13:51:03 | nadeem.vawda | set | recipients:
+ nadeem.vawda, rhettinger, niemeyer, pitrou, wrobell, eric.araujo, MizardX, antlong, xuanji |
2011-01-25 13:51:03 | nadeem.vawda | set | messageid: <1295963463.54.0.114375483836.issue5863@psf.upfronthosting.co.za> |
2011-01-25 13:51:00 | nadeem.vawda | link | issue5863 messages |
2011-01-25 13:51:00 | nadeem.vawda | create | |
|