[mod_python] mod_python 3.4.0 alpha available for testing.

Grisha Trubetskoy grisha at modpython.org
Wed Sep 25 21:48:56 UTC 2013


A new mod_python version 3.4.0 is available for testing, and we
really need your help!

Anyone reading this can test and provide feedback to this list, me
directly or on github. Any feedback is be very much appreciated!

Instructions:

1. There is no tar file this time, to get the source code simply:

  $ git clone https://github.com/grisha/mod_python.git
  $ git checkout -b 3.4.x origin/3.4.x

2. Compile and run tests:

  $ ./configure
  $ make
  $ sudo make install
  $ make test

3. If tests produce errors, please send those as part of your feedback.

4. Please remember to include the output of

  $ mod_python version

Your feedback could be submitted to the mailing list as a reply to this
message or as a new post to mod_python at modpython.org, you can
email me directly or post a comment on the following issue:

https://github.com/grisha/mod_python/issues/4

For changes in this release from the previous version, please see:

http://modpython.org/live/mod_python-3.4.0/doc-html/changes.html#changes-from-version-3-3-1

Thank you!

Grisha


More information about the mod_python mailing list