Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1117 > unrolled thread

ANN: mod_python 3.4.1

Started byGrisha Trubetskoy <grisha@modpython.org>
First post2013-10-23 01:39 -0400
Last post2013-10-23 01:39 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: mod_python 3.4.1 Grisha Trubetskoy <grisha@modpython.org> - 2013-10-23 01:39 -0400

#1117 — ANN: mod_python 3.4.1

FromGrisha Trubetskoy <grisha@modpython.org>
Date2013-10-23 01:39 -0400
SubjectANN: mod_python 3.4.1
Message-ID<mailman.1401.1382518370.18130.python-announce-list@python.org>
After a six year pause in development, I am pleased to announce the
3.4.1 release of mod_python.

Mod_python is an Apache HTTP Server module that embeds the Python
language interpreter within the server. With mod_python you can write
web-based applications in Python that are fast, scalable have access
to advanced features such as ability to maintain objects between
requests, access to httpd internals, content filters, connection
handlers and more.

The 3.4.1 release mainly addresses compatibility with Python version
up to 2.7.5 and Apache HTTP Server 2.4.4, addition of a WSGI handler
as well as many bug fixes.

Mod_python 3.4.1 is released under the Apache License version 2.0.

Information about this release, download link, documentation and more
is available at:

http://www.modpython.org/

Many thanks to everyone who contributed to and helped test
this release, without your help it would not be possible!

Regards,

Gregory Trubetskoy

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web