Commit e2921886 authored by Jason Madden's avatar Jason Madden

Minor doc tweaks.

parent 3255b75a
......@@ -36,7 +36,7 @@ You can use pip to install gevent::
pip install gevent
.. tip:: You need Pip 8.0 or later to install the binary wheels for 1.1.
.. tip:: You need Pip 8.0 or later to install the binary wheels.
Download the latest release from `Python Package Index`_ or clone `the repository`_.
......
......@@ -112,7 +112,7 @@ File objects
and generally only exposes methods appropriate to the mode it is in.
- ``FileObjectPosix`` supports a *bufsize* of 0 in binary write modes.
Reported in :issue:`840` by Mike Lang.
- Python 3: meth:`gevent.socket.connect_ex` was letting
- Python 3: :meth:`gevent.socket.connect_ex` was letting
``BlockingIOError`` (and possibly others) get raised instead of
returning the errno due to the refactoring of the exception
hierarchy in Python 3.3. Now the errno is returned. Reported in
......
......@@ -6,9 +6,6 @@
mkdir /tmp/gevent/
# 2.6 is provided by Apple, builds a 10_11_intel wheel
# no python.org build available
./geventrel.sh /usr/bin/python2.6
# 2.7 is a python.org build, builds a 10_6_intel wheel
./geventrel.sh /usr/local/bin/python2.7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment