Merge 3.1

This commit is contained in:
Éric Araujo 2011-04-27 16:27:38 +02:00
commit 944d16c6c4
4 changed files with 4 additions and 9 deletions

View file

@ -29,7 +29,7 @@ Each statement in :file:`__future__.py` is of the form::
where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are
5-tuples of the same form as ``sys.version_info``::
5-tuples of the same form as :data:`sys.version_info`::
(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
PY_MINOR_VERSION, # the 1; an int

View file

@ -549,8 +549,8 @@ always available.
This is called ``hexversion`` since it only really looks meaningful when viewed
as the result of passing it to the built-in :func:`hex` function. The
``version_info`` value may be used for a more human-friendly encoding of the
same information.
struct sequence :data:`sys.version_info` may be used for a more human-friendly
encoding of the same information.
The ``hexversion`` is a 32-bit number with the following layout

View file

@ -690,7 +690,7 @@ input, output, and error streams.
.. attribute:: BaseHandler.wsgi_file_wrapper
A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
attribute is the :class:`FileWrapper` class from :mod:`wsgiref.util`.
attribute is the :class:`wsgiref.util.FileWrapper` class.
.. method:: BaseHandler.sendfile()