Closed ssato closed 9 years ago
Now anyconfig.{load,dump} accept a file object as input/output in the next branch, and gzip.open-ed file object can be passed to them. Perhaps, it might be a kind of over engineering work to implement this function inside anyconfig.
The commit 7936c9d should help this. And I'm not goin' to implement in anyconfig itself as it may be over engineering for a while.
Close this now tentatively.
Now anyconfig.{load,dump} accept a file object as input/output in the next branch, and gzip.open-ed file object can be passed to them. Perhaps, it might be a kind of over engineering work to implement this function inside anyconfig.