Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
e2eb3e09
Commit
e2eb3e09
authored
Sep 07, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak docs about older versions of 3.3 not tested or working with SSL.
Fixes #856 [skip ci]
parent
dfeb0d02
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
README.rst
README.rst
+1
-1
doc/intro.rst
doc/intro.rst
+6
-0
No files found.
README.rst
View file @
e2eb3e09
...
@@ -27,7 +27,7 @@ Check out the detailed changelog_ for this version.
...
@@ -27,7 +27,7 @@ Check out the detailed changelog_ for this version.
Get gevent
Get gevent
==========
==========
Gevent runs on Python >= 2.7, Python >= 3.3, or PyPy >= 4.0.1
Gevent runs on Python >= 2.7, Python >= 3.3
.5
, or PyPy >= 4.0.1
(but not PyPy3) (*Note*: PyPy is not supported in Windows). On all
(but not PyPy3) (*Note*: PyPy is not supported in Windows). On all
platforms, installing setuptools is recommended (this is done
platforms, installing setuptools is recommended (this is done
automatically if working in a virtual environment).
automatically if working in a virtual environment).
...
...
doc/intro.rst
View file @
e2eb3e09
...
@@ -28,6 +28,12 @@ supported. (Users of older versions of Python 2 need to install gevent
...
@@ -28,6 +28,12 @@ supported. (Users of older versions of Python 2 need to install gevent
1.0.x (2.5) or 1.1.x (2.6); Python 3 is not supported by 1.0.) gevent requires the
1.0.x (2.5) or 1.1.x (2.6); Python 3 is not supported by 1.0.) gevent requires the
greenlet__ library.
greenlet__ library.
.. note:: For Python 3.3, version 3.3.5 or newer is required to use
the gevent's SSL support due to bugs in the standard library of older
versions. For Python 2, 2.7.9 or newer is recommended for
the best SSL support; 2.7.8 is also tested although it
offers a less-secure SSL module.
gevent 1.1 also runs on PyPy 2.6.1 and above, although 5.0 or above is
gevent 1.1 also runs on PyPy 2.6.1 and above, although 5.0 or above is
strongly recommended. On PyPy, there are no external dependencies.
strongly recommended. On PyPy, there are no external dependencies.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment