commit | b44c9f357da700e5a7b985d222b384939928109d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Apr 27 15:29:26 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Apr 27 15:29:26 2009 +0000 |
tree | bc4e383c141bd663485169b955220cd047aee1c3 | |
parent | 16a57f6a343d7bacd85e79c3edb64cd832d8a9ac [diff] [blame] |
Demote warnings to notices, part 2: stuff that is 2.x-only.
diff --git a/Doc/library/autogil.rst b/Doc/library/autogil.rst index 938bf56..1c25cb1 100644 --- a/Doc/library/autogil.rst +++ b/Doc/library/autogil.rst
@@ -13,9 +13,9 @@ automatically locks and unlocks Python's :term:`Global Interpreter Lock` when running an event loop. -.. warning:: +.. note:: - This module has been removed in 3.0. + This module has been removed in Python 3.x. .. exception:: AutoGILError