[py-svn] py-trunk commit 4c8a950ce346: fix title to not mention distributed programming which

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Feb 2 11:32:38 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1265106741 -3600
# Node ID 4c8a950ce346d8f151fefac222dbfc7e91dae728
# Parent 0c6cafb6f4e6920baa63a0a86fd8113bfc2f07b1
fix title to not mention distributed programming which
is separated out into execnet.

--- a/doc/index.txt
+++ b/doc/index.txt
@@ -1,9 +1,9 @@
-py lib: testing and distributed programming library 
+py lib: testing and filesystem abstraction 
 ====================================================
 
-The ``py`` lib has several namespaces which help with testing,
-generating and distributing code across machines.  Here is 
-documentation on the most interesting ones:
+The ``py`` lib has several namespaces which help with automated testing,
+and with accessing filesystems.  Here is some documentation on the 
+core namespaces:
 
 `py.test`_ write and deploy unit- and functional tests to multiple machines.



More information about the pytest-commit mailing list