[py-svn] py-trunk commit 050edb3ab1a9: some forgotten doc fixes

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Nov 24 10:49:53 CET 2009


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1258975420 -3600
# Node ID 050edb3ab1a9568f2bed3bdebaafbbd0c1cb9660
# Parent a77479cc718174d122d679c45761ef19840d7bd8
some forgotten doc fixes

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

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



More information about the pytest-commit mailing list