# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:identifier "$Id: Changes,v 1.2 2007/08/28 02:40:20 asc Exp $" ; dc:description "Python classe for parsing machine tags" ; dcterms:references . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.1" ; doap:created "2007-08-28" ; ]; asc:changes [ asc:addition "Added is_numeric object method" ; asc:update "The object constructor now tries to determine whether the MT value is numeric and ensure that it is assigned as either an int or a float" ; asc:update "Added pydoc" ; ] . dcterms:isVersionOf ; doap:Version [ doap:revision "1.0" ; doap:created "2007-08-26" ; ]; asc:changes [ asc:commit "Initial public release." ; ] . a doap:Project ; doap:download-page "http://aaronland.info/python/machinetag/" ; doap:download-mirror "" .