On 07.07.2012 23:29, senthil.kumaran wrote:
http://hg.python.org/cpython/rev/34e705fa4da4
changeset: 77983:34e705fa4da4
user: Senthil Kumaran <sent...@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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com