[Pysys-commits] SF.net SVN: pysys:[926] branches/py23
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-05-31 11:25:43
|
Revision: 926 http://sourceforge.net/p/pysys/code/926 Author: ben-spiller Date: 2018-05-31 11:25:38 +0000 (Thu, 31 May 2018) Log Message: ----------- fix isinstance(..., basestring) occurrances by abstracting out to an isstring() method that conveys the desired semantics; added small pycompat module to hold compatibility (expecting this to be a lot smaller than the commonly used "six" module) Modified Paths: -------------- branches/py23/pysys/basetest.py branches/py23/pysys/process/commonwrapper.py branches/py23/pysys/process/user.py branches/py23/pysys/utils/logutils.py branches/py23/pysys/utils/perfreporter.py branches/py23/pysys-dist/pysys-release.txt Added Paths: ----------- branches/py23/pysys/utils/pycompat.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |