[PyPerSyst-Devel] tiny patch
Brought to you by:
pobrien
|
From: Matthew S. <gld...@us...> - 2004-06-21 22:07:40
|
Yet another tiny patch for Pat to peruse when he has a chance this week :-)
In pypersyst.entity.extent._sync, does it make sense to add the
following to go along with the _attrSpec and _altkeySpec copying?
if hasattr(EntityClass, '_fieldSpec'):
self._fieldSpec = EntityClass._fieldSpec.copy()
For now, I'm patching this in to my local copy so that some code based
on the wx.Table subclass you made for sandbox/pobrien/browser/browser.py
can know how to display "human friendly" labels for fields when possible.
...and I'm posting this kind of stuff here so that other subscribers to
this list can have some introspection into PyPerSyst changes beyond the
pypersyst-cvs commit messages, however descriptive they may be. :)
- Matthew
|