summaryrefslogtreecommitdiffstats
path: root/Doc/library/nis.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-01 13:51:09 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-01 13:51:09 (GMT)
commit55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch)
treea0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/nis.rst
parent1617457cff847fed9fadb01f1acf6ba8bb621726 (diff)
downloadcpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip
cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz
cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/nis.rst')
-rw-r--r--Doc/library/nis.rst17
1 files changed, 6 insertions, 11 deletions
diff --git a/Doc/library/nis.rst b/Doc/library/nis.rst
index 77684bf..1281e3f 100644
--- a/Doc/library/nis.rst
+++ b/Doc/library/nis.rst
@@ -26,9 +26,8 @@ The :mod:`nis` module defines the following functions:
Note that *mapname* is first checked if it is an alias to another name.
- .. versionchanged:: 2.5
- The *domain* argument allows to override the NIS domain used for the lookup. If
- unspecified, lookup is in the default NIS domain.
+ The *domain* argument allows to override the NIS domain used for the lookup. If
+ unspecified, lookup is in the default NIS domain.
.. function:: cat(mapname[, domain=default_domain])
@@ -39,29 +38,25 @@ The :mod:`nis` module defines the following functions:
Note that *mapname* is first checked if it is an alias to another name.
- .. versionchanged:: 2.5
- The *domain* argument allows to override the NIS domain used for the lookup. If
- unspecified, lookup is in the default NIS domain.
+ The *domain* argument allows to override the NIS domain used for the lookup. If
+ unspecified, lookup is in the default NIS domain.
.. function:: maps([domain=default_domain])
Return a list of all valid maps.
- .. versionchanged:: 2.5
- The *domain* argument allows to override the NIS domain used for the lookup. If
- unspecified, lookup is in the default NIS domain.
+ The *domain* argument allows to override the NIS domain used for the lookup. If
+ unspecified, lookup is in the default NIS domain.
.. function:: get_default_domain()
Return the system default NIS domain.
- .. versionadded:: 2.5
The :mod:`nis` module defines the following exception:
-
.. exception:: error
An error raised when a NIS function returns an error code.