[Python-checkins] cpython (3.3): link to GIL as a term

benjamin.peterson python-checkins at python.org
Fri Dec 21 03:25:19 CET 2012


http://hg.python.org/cpython/rev/ccafaabe1a7f
changeset:   80964:ccafaabe1a7f
branch:      3.3
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Dec 20 20:24:37 2012 -0600
summary:
  link to GIL as a term

Patch from Jeff Knupp.

files:
  Doc/library/hashlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -40,7 +40,7 @@
 
 .. note::
 
-   For better multithreading performance, the Python GIL is released for
+   For better multithreading performance, the Python :term:`GIL` is released for
    strings of more than 2047 bytes at object creation or on update.
 
 .. note::

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list