[py-svn] r37252 - py/dist/py/doc

guido at codespeak.net guido at codespeak.net
Wed Jan 24 10:47:41 CET 2007


Author: guido
Date: Wed Jan 24 10:47:39 2007
New Revision: 37252

Modified:
   py/dist/py/doc/misc.txt
Log:
Added some source links.


Modified: py/dist/py/doc/misc.txt
==============================================================================
--- py/dist/py/doc/misc.txt	(original)
+++ py/dist/py/doc/misc.txt	Wed Jan 24 10:47:39 2007
@@ -85,6 +85,11 @@
 Support for interaction with system utilities/binaries
 ======================================================
 
+sources:
+
+  * :source:`py/process/`
+  * :source:`py/path/local/`
+
 Currently, the py lib offers two ways to interact with
 system executables. :api:`py.process.cmdexec()` invokes
 the shell in order to execute a string.  The other
@@ -174,6 +179,11 @@
 Python version compatibility helpers
 =====================================
 
+sources: 
+
+  * :source:`py/compat/`
+  * :source:`py/builtin/`
+
 The py-lib contains some helpers that make writing scripts that work on various
 Python versions easier.
 



More information about the pytest-commit mailing list