Обсуждение: python - ip: Bump version to 0.3 and add python.py module.
python - ip: Bump version to 0.3 and add python.py module.
От
jwp@pgfoundry.org (James William Pye)
Дата:
Log Message:
-----------
Bump version to 0.3 and add python.py module.
python.py provides basic functionality for creating a *_python command. It
provides interface laying and module invokation with the attempts to be mostly
inline with the basic functionality of the standard python command.
Additionally, add a subclass check to test/abstract.py and create test/'s
__init__ file.
Modified Files:
--------------
ip:
setup.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/setup.py.diff?r1=1.2&r2=1.3)
ip/test:
abstract.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/test/abstract.py.diff?r1=1.1&r2=1.2)
Added Files:
-----------
ip/src:
python.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py?rev=1.1&content-type=text/x-cvsweb-markup)
ip/src/test:
__init__.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/__init__.py?rev=1.1&content-type=text/x-cvsweb-markup)