Closed ssato closed 9 years ago
WIP on the next branch
commit 9a0eea1 (deprecation of anyconfig.backend.base.Parser.{load*,dump}_impl and addition of new methods: {load_from,dump_to}_stream) and actual {load_from,dump_to}_stream implementation in each concrete backend modules may resolve this, I guess.
Current implementation of anyconfig.{load,dump} accepts file path of target configuration files. On the other hand, json.{load,dump} can process file objects. anyconfig.{load,dump} should accept them as needed.