some forgotten doc fixes

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-11-23 12:23:40 +01:00
parent 8292ff7d0f
commit 0e03ae1ee8
2 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@ py.test/pylib 1.1.0: Python3, Jython, advanced skipping, cleanups ...
Features: Features:
* compatible to Python3 (single py2/py3 source), `easy to install`_ * compatible to Python3 (single py2/py3 source), `easy to install`_
* generalized marking_: mark tests one a whole-class or whole-module basis
* conditional skipping_: skip/xfail based on platform/dependencies * conditional skipping_: skip/xfail based on platform/dependencies
* generalized marking_: mark tests one a whole-class or whole-module basis
Fixes: Fixes:

View File

@ -2,11 +2,11 @@
py.execnet: *elastic* distributed programming py.execnet: *elastic* distributed programming
============================================================================== ==============================================================================
Since pylib 1.1 "py.execnet" is separated out of hte lib and now Since pylib 1.1 "py.execnet" ceased to exist and is now available
available through the standalone `execnet standalone package`_. as a separately developed `execnet standalone package`_.
If you have usages of the "py.execnet.*" 1.0 API you can likely If you have previosly used "py.execnet.*" and the 1.0 API just
rename all occurences of the string ``py.execnet.`` with the rename all occurences of the string "``py.execnet.``" with the
string ``execnet.``. string "``execnet.``" as execnet-1.0 is API compatible.
.. _`execnet standalone package`: http://codespeak.net/execnet .. _`execnet standalone package`: http://codespeak.net/execnet