[Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies
Georg Brandl
g.brandl at gmx.net
Sun Jul 8 10:12:37 CEST 2012
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.simple_server - Now it specifies an implementation specific term.
>
> files:
> Doc/library/wsgiref.rst | 5 +++++
> Lib/test/test_wsgiref.py | 10 ++++++++--
> Lib/wsgiref/simple_server.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
More information about the Python-Dev
mailing list