I&#39;ve just committed some more changes to my branch.&nbsp; Noteworthy are the folowing changes:<br><br>- FTLogical is now also supported as a Python Bool.<br>- When using shapes with a measurement M value, None is also accepted as input to represent the no-data.&nbsp; Internally it is stored as zero.&nbsp; ESRI defines any M value smaller than 1e-38 as no-data.&nbsp; On the &quot;output&quot; side, the zero is not converted to None again though.&nbsp; the original shapelib doesn&#39;t seem to be no-data aware and messes up the extents, so there&#39;s troubles there anyway.
<br>- where appropriate, added name and mode keywords to mimic Python&#39;s file() behaviour.<br>- reformatted the doc strings a bit so it gets a standard look and feel when the module is parsed through pydoc.<br><br>I guess where getting close to bumping up the version, merging back with the main branch (after testing of course ;), and doing a seperate release of pyshapelib.&nbsp; Unless we still want to do something about the internal Unicode support (currently it&#39;s still ASCII only, dbf specs don&#39;t really support Unicode, see other thread).&nbsp; And I also need to restore the &quot;legal&quot; headers =)
<br><br>Bram<br>