[Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server (original) (raw)
Georg Brandl g.brandl at gmx.net
Sun Jul 8 10:12:37 CEST 2012
- Previous message: [Python-Dev] cpython (3.2): Fix issue14826 - make urllib.request.Request quoted url consistent with
- Next message: [Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 07.07.2012 23:29, senthil.kumaran wrote:
http://hg.python.org/cpython/rev/34e705fa4da4 changeset: 77983:34e705fa4da4 user: Senthil Kumaran <senthil at uthcode.com> date: Sat Jul 07 14:29:58 2012 -0700 summary: Fix 5931 - Python runtime hardcoded in wsgiref.simpleserver - Now it specifies an implementation specific term.
files: Doc/library/wsgiref.rst | 5 +++++ Lib/test/testwsgiref.py | 10 ++++++++-- Lib/wsgiref/simpleserver.py | 3 ++- Misc/NEWS | 3 +++ 4 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst --- a/Doc/library/wsgiref.rst +++ b/Doc/library/wsgiref.rst @@ -609,6 +609,11 @@ as :class:
BaseCGIHandler
and :class:CGIHandler
) that are not HTTP origin servers. + .. versionchanged:: 3.3 + + The term "Python" is replaced with implementation specific term like + "CPython", "Jython" etc.
Please fix the markup: no blank line, but indented. E.g.
.. versionchanged:: 3.3 Blah, blah.
Georg
- Previous message: [Python-Dev] cpython (3.2): Fix issue14826 - make urllib.request.Request quoted url consistent with
- Next message: [Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]