commit | 92058d29334fcb4d01ae2ab7c165aba2ef6da2af | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 20 13:08:37 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 20 13:08:37 2008 +0000 |
tree | 582241ab556f1c425b52e646568d559e93c66e6a | |
parent | 440f2fff14f549f1deb8c9d1a9f52444acb1aad1 [diff] [blame] |
#652749: document the constants added to the builtins by site.py.
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 665b865..227b0fc 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -511,6 +511,8 @@ topic, and a help page is printed on the console. If the argument is any other kind of object, a help page on the object is generated. + This function is added to the built-in namespace by the :mod:`site` module. + .. versionadded:: 2.2