diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-07-07 21:29:58 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-07-07 21:29:58 (GMT) |
commit | a5e0eaf2e1151b0e800809422a2c567efad9d556 (patch) | |
tree | c6855d94e166d69b3456fb7df52f207c4b55add1 /Doc/library/wsgiref.rst | |
parent | bc1a7ddc9b3840e0f5c04e4253b7cfcb25d9fb69 (diff) | |
download | cpython-a5e0eaf2e1151b0e800809422a2c567efad9d556.zip cpython-a5e0eaf2e1151b0e800809422a2c567efad9d556.tar.gz cpython-a5e0eaf2e1151b0e800809422a2c567efad9d556.tar.bz2 |
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
Diffstat (limited to 'Doc/library/wsgiref.rst')
-rw-r--r-- | Doc/library/wsgiref.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index 1fd3451..531f4e4 100644 --- a/Doc/library/wsgiref.rst +++ b/Doc/library/wsgiref.rst @@ -609,6 +609,11 @@ input, output, and error streams. 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. + .. method:: BaseHandler.get_scheme() |