mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Use Python 3 instead of 3.0.
This commit is contained in:
parent
e5d3bc4700
commit
510ff54324
76 changed files with 125 additions and 125 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
.. note::
|
||||
The :mod:`CGIHTTPServer` module has been merged into :mod:`http.server` in
|
||||
Python 3.0. The :term:`2to3` tool will automatically adapt imports when
|
||||
converting your sources to 3.0.
|
||||
Python 3. The :term:`2to3` tool will automatically adapt imports when
|
||||
converting your sources to Python 3.
|
||||
|
||||
|
||||
The :mod:`CGIHTTPServer` module defines a request-handler class, interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue