[pypy-commit] pypy default: Replace outdated, insecure greenlet link with readthedocs link

krono pypy.commits at gmail.com
Sat Feb 4 08:44:40 EST 2017


Author: Tobias Pape <tobias at netshed.de>
Branch: 
Changeset: r89919:3c6cc7fcc1ed
Date: 2017-02-04 14:44 +0100
http://bitbucket.org/pypy/pypy/changeset/3c6cc7fcc1ed/

Log:	Replace outdated, insecure greenlet link with readthedocs link

diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -190,7 +190,7 @@
 from GC issues: if the program "forgets" an unfinished greenlet, it will
 always be collected at the next garbage collection.
 
-.. _documentation of the greenlets: http://packages.python.org/greenlet/
+.. _documentation of the greenlets: https://greenlet.readthedocs.io/
 
 
 Unimplemented features


More information about the pypy-commit mailing list