Use Python 3 instead of 3.0.

This commit is contained in:
Ezio Melotti 2012-05-03 19:21:40 +03:00
parent e5d3bc4700
commit 510ff54324
76 changed files with 125 additions and 125 deletions

View file

@ -8,8 +8,8 @@
.. note::
The :mod:`SimpleHTTPServer` 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:`SimpleHTTPServer` module defines a single class,