[svn r57429] merging/porting the release branch changes and

cleanups to trunk.

svn merge -r 56716:HEAD ../release/0.9.x/ to trunk

--HG--
branch : trunk
This commit is contained in:
hpk
2008-08-18 17:08:39 +02:00
parent 013cbb52a1
commit 4115e975d1
23 changed files with 1086 additions and 146 deletions

20
README.txt Normal file
View File

@@ -0,0 +1,20 @@
The py lib is a Python development support library featuring
the following tools and modules:
* py.test: popular python testing tool
* py.execnet: ad-hoc distributed execution
* py.magic.greenlet: micro-threads
* py.path: uniform local and svn path objects
It includes code and contributions from several people,
listed in the LICENSE file.
For questions, please see py/doc/index.txt, refer to the website
http://pylib.org or come to the #pylib IRC freenode channel or subscribe to
http://codespeak.net/mailman/listinfo/py-dev .
have fun,
holger krekel, holger at merlinux eu
$Id: README.txt 57429 2008-08-18 15:08:39Z hpk $