Re: [ZODB-Dev] Zodb with Yaml

2006-03-19 Thread Dieter Maurer
Chris McDonough wrote at 2006-3-18 20:58 -0500: If yaml (or pysyck) supports all of the features of pickle, it's theoretically possible. You would need to track down all of the places in ZODB where the code serializes and deserializes data from pickle format and write alternate

Re: [ZODB-Dev] Zodb with Yaml

2006-03-19 Thread Chris McDonough
Hmm. A scan of the files in ZODB and persistence also turn up the conflict resolution code, the import/export machinery, and FileStorage. And a bunch of tests. And maybe the pickle cache and cPersistence.c (although I haven't looked closely enough at that code to know if it would need