[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1378, Sun Aug 31 00:23:04 2003 UTC version 1391, Tue Sep 9 23:46:28 2003 UTC
Line 2 
Line 2 
   
  Changed, Enhanced, or Newly Deprecated Features   Changed, Enhanced, or Newly Deprecated Features
   
    - A list or tuple of 'IComponentKey' instances is now treated as a single
      component key, that returns a tuple of the values returned by each
      constituent component key.  This means that 'binding.bindTo()' and
      'lookupComponent()' can now accept a list or tuple of component keys.  This
      makes 'bindSequence()' obsolete, so 'bindSequence()' is now DEPRECATED.
      'binding.bindSequence(key1,key2,...)' can now be replaced with
      'binding.bindTo([key1,key,...])', and will produce the same results.
   
  - 'naming.IBasicContext.lookup()' and 'naming.lookup()' now accept a 'default'   - 'naming.IBasicContext.lookup()' and 'naming.lookup()' now accept a 'default'
    argument, similar to that used by 'lookupComponent()' and most other     argument, similar to that used by 'lookupComponent()' and most other
    lookup-like APIs in PEAK.  This change was made so that component lookups     lookup-like APIs in PEAK.  This change was made so that component lookups


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help