|
From: Joel B. <jo...@ca...> - 2016-05-06 03:33:11
|
This release begins to distance itself from Python 2.5 support by moving the sample applications from py25/py27 syntax to py27/p34 syntax. The library itself is still supported, but without being supported by the _nose_ and _tox_ testing tools and without a collection of sample applications, it will be harder to make sure it stays current. * the samples have moved from py25 to py27/py34 * the project metadata has moved from the setup.py file to the init.py files * verify the object identifier is well-formed This release is titled Ready To Move because the next round of changes will be more significant. Joel |