chiark
/
gitweb
/
~mdw
/
pyke
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
68ec53f
)
Reorganization: split out utilities; mapping methods
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 28 Jan 2006 18:46:07 +0000
(18:46 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 28 Jan 2006 18:46:07 +0000
(18:46 +0000)
* 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.
No differences found