Changeset 4339 for waeup


Ignore:
Timestamp:
23 Jun 2009, 10:05:18 (15 years ago)
Author:
uli
Message:

Update docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/csvfile/README.txt

    r4337 r4339  
    134134     >>> toBool('TRUE')
    135135     True
     136
     137   If we pass in a boolean then this will be returned unchanged:
     138
     139     >>> toBool(True)
     140     True
     141
     142     >>> toBool(False)
     143     False
    136144
    137145Basic example
Note: See TracChangeset for help on using the changeset viewer.