]> granicus.if.org Git - python/commit
Issue #10818: Remove deprecated pydoc.serve() function
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 23:41:22 +0000 (01:41 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 23:41:22 +0000 (01:41 +0200)
commit6daa33c8acf47bcc41ea827e7b3dbcc5fae9f771
treeb7994a38067ed110625c77321601d93ddd1b2c51
parent383c3fc6b41475884f717fea85611e9b423d6fa1
Issue #10818: Remove deprecated pydoc.serve() function

The pydoc module has a new enhanced web server.
Doc/whatsnew/3.3.rst
Lib/pydoc.py
Misc/NEWS