Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and
r86245 using the new source reST role added in #10334.
diff --git a/Doc/library/keyword.rst b/Doc/library/keyword.rst
index a4bfa50..4d8a1f1 100644
--- a/Doc/library/keyword.rst
+++ b/Doc/library/keyword.rst
@@ -19,3 +19,8 @@
keywords are defined to only be active when particular :mod:`__future__`
statements are in effect, these will be included as well.
+
+.. seealso::
+
+ Latest version of the :source:`keyword module Python source code
+ <Lib/keyword.py>`