[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1075, Sat May 3 12:33:36 2003 UTC version 1077, Sat May 3 14:32:24 2003 UTC
Line 1 
Line 1 
 Fixes and Enhancements since Version 0.5 alpha 1  Fixes and Enhancements since Version 0.5 alpha 1
   
    - Added 'binding.metamethod()' wrapper for metaclass methods that might
      not be accessible from their instances if the instances (classes) also
      defined the method for *their* instances.  You must now use this wrapper
      on any such metaclass-defined methods, as PEAK no longer works around
      this via the 'x.__class__.foo(x,...)' trick that was used previously.
      In particular, if you have metaclass definitions of 'getParentComponent',
      '_getConfigData', 'getComponentName', or 'notifyUponAssembly', you need
      to wrap them with 'binding.metamethod' now.
   
  - Fixed 'mof2py' generator script not working   - Fixed 'mof2py' generator script not working
   
  - Fixed model.Element not getting parent component set when passed as a   - Fixed model.Element not getting parent component set when passed as a


Generate output suitable for use with a patch program
Legend:
Removed from v.1075  
changed lines
  Added in v.1077

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help