From cea9257fbb93a8b7c39cf81c7377c1652b163e6b Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 11 Feb 2007 12:52:44 +0100 Subject: [PATCH] [svn r38451] a draft release announcement --HG-- branch : trunk --- py/doc/release-0.9.0.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 py/doc/release-0.9.0.txt diff --git a/py/doc/release-0.9.0.txt b/py/doc/release-0.9.0.txt new file mode 100644 index 000000000..b4e0c0ecb --- /dev/null +++ b/py/doc/release-0.9.0.txt @@ -0,0 +1,30 @@ +py lib 0.9.0: py.test, distributed execution and dev support +====================================================================== + +Welcome to the 0.9.0 py lib (including py.test) release! +Main API/Tool Features: + +* py.test: cross-project testing tool with many advanced features +* py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes +* py.magic.greenlet: micro-threads on standard CPython ("stackless-light") +* py.path: path abstractions over local and subversion files +* rich documentation of py's exported API +* tested against Win32, Linux and OSX + +All these features and their API have extensive documentation, +generated with "apigen", which we intend to make accessible +for other python projects as well. + +Here is the entry point for installing the py lib: + + http://codespeak.net/py/XXX # figure out exact scheme + +and here is the main entry point into the documentation: + + http://codespeak.net/py/XXX # figure out exact scheme + +best and have fun and let us know what you think! + +holger krekel, Maciej Fijalkowski, +Guido Wesdorp, Carl Friedrich Bolz +