Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1117
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.139.MISMATCH!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <trubetskoy@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'handler': 0.05; 'interpreter': 0.05; 'subject:ANN': 0.07; 'http': 0.09; 'release,': 0.09; 'python': 0.11; 'bug': 0.12; 'apache': 0.15; 'filters,': 0.16; 'fixes.': 0.16; 'handlers': 0.16; 'internals,': 0.16; 'link,': 0.16; 'pause': 0.16; 'subject:mod_python': 0.16; 'to:addr:python-announce-list': 0.16; 'wsgi': 0.16; 'contributed': 0.16; 'language': 0.16; 'sender:addr:gmail.com': 0.17; 'module': 0.19; 'server.': 0.24; 'message-id:@mail.gmail.com': 0.30; 'everyone': 0.33; 'addresses': 0.33; 'announce': 0.33; 'at:': 0.34; 'connection': 0.35; 'objects': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'scalable': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'server': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'advanced': 0.63; 'information': 0.63; 'such': 0.63; 'more': 0.64; 'within': 0.65; 'license': 0.66; 'between': 0.67; 'six': 0.68; 'fast,': 0.84; 'possible!': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=e9qVClKzPw/OEIcjFbLLZq4XMJRW3V0gzusNVBprbTc=; b=ZIVAJ3bOJIY2ZDW75W3H0n/RXr0P+opxc5mTqa1HJBPGkhwQsybtllT3VKlmSGVBRr m51woptxWCyw4fi3hgyw6u+oImhXau1Luu3US68UqY8K3iFX88cLhgvxRLBkyPVuGXPL +wAImUVOGQAexcWxvDlcuDxfjyR47hvMffNuobCzNLpooPJT8mXNk5WCKbaqH6HOCdNs QHQC8j7OsKaVt67cLuq0WcsUMS0iiERi6NbGzyG8xH4cJXu3Z91pBN1NIa+KbGbSLCS5 1pypr8HHU2JlusgrxiAwxjRGA6GAoefy4zuRw947v8A5XMjS/rOFiW7NEoG4ZmUCOdWo HUnA== |
| X-Received | by 10.60.96.169 with SMTP id dt9mr5142329oeb.27.1382506798137; Tue, 22 Oct 2013 22:39:58 -0700 (PDT) |
| MIME-Version | 1.0 |
| Sender | trubetskoy@gmail.com |
| From | Grisha Trubetskoy <grisha@modpython.org> |
| Date | Wed, 23 Oct 2013 01:39:38 -0400 |
| X-Google-Sender-Auth | tfdzngMYv2DKfuYUDhPRXmKtleQ |
| Subject | ANN: mod_python 3.4.1 |
| To | python-announce-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Mailman-Approved-At | Wed, 23 Oct 2013 10:52:49 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.1401.1382518370.18130.python-announce-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1382518370 news.xs4all.nl 15940 [2001:888:2000:d::a6]:41399 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1117 |
Show key headers only | View raw
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
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
ANN: mod_python 3.4.1 Grisha Trubetskoy <grisha@modpython.org> - 2013-10-23 01:39 -0400
csiph-web