[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1295, Thu Jul 31 23:34:59 2003 UTC version 1307, Fri Aug 1 21:10:09 2003 UTC
Line 11 
Line 11 
    interfaces.     interfaces.
   
  - When creating a 'PropertyName()', it's now possible to force conversion of   - When creating a 'PropertyName()', it's now possible to force conversion of
    invalid characters to '_', by supplying 'force=True'.  This doesn't address     invalid characters to '_', using the 'PropertyName.fromString()'
    syntactic issues (like having a non-terminating '*'), or character sets     constructor.  (Note that the input must be a plain-ASCII string.)  Unless
    (non-ASCII characters are still rejected).  But it's convenient for things     you request that wildcards ('?' and '*') be kept, they will also be
    like filenames or text that might contain spaces.     converted to '_' characters.  This can be convenient for converting things
      like filenames or text that might contain spaces, to property names.
   
  - It's now possible to declare an attribute as offering a wildcard property;   - It's now possible to declare an attribute as offering a wildcard property;
    such lookups now follow the same rules as other wildcard property lookups.     such lookups now follow the same rules as other wildcard property lookups.


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help