Message217391
> So I'd suggest, instead of using an hardcoded value, to simply reuse io.DEFAULT_BUFFER_SIZE.
> That way, if some day we decide to change it, all user code wil benefit from the change.
I don't think io.DEFAULT_BUFFER_SIZE makes much sense as a heuristic for the gzip module (or compressed files in general). Perhaps gzip should get its own DEFAULT_BUFFER_SIZE? |
|
| Date |
User |
Action |
Args |
| 2014-04-28 18:22:01 | pitrou | set | recipients:
+ pitrou, skip.montanaro, nadeem.vawda, ezio.melotti, neologix, serhiy.storchaka, tiwilliam |
| 2014-04-28 18:22:01 | pitrou | set | messageid: <[email protected]> |
| 2014-04-28 18:22:01 | pitrou | link | issue20962 messages |
| 2014-04-28 18:22:01 | pitrou | create | |
|