From: Mark Wooding Date: Sat, 28 Jan 2006 18:46:07 +0000 (+0000) Subject: Reorganization: split out utilities; mapping methods X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/pyke/commitdiff_plain/68ec53f32a22b0c38e3b7b53e03edf747c49e416?hp=68ec53f32a22b0c38e3b7b53e03edf747c49e416 Reorganization: split out utilities; mapping methods * Move non-project-specific Python utilities into a separate file. They might conceivably find their way into a new project some day. * Implement the standard mapping methods generically (i.e., in terms of basic Python mapping operations). * Use the mapping methods for the various key-object-related mappings. * Start fixing setter functions for null values. ---