summaryrefslogtreecommitdiffstats
path: root/Doc/library/grp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/grp.rst')
-rw-r--r--Doc/library/grp.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/grp.rst b/Doc/library/grp.rst
index fabc22e..14af744 100644
--- a/Doc/library/grp.rst
+++ b/Doc/library/grp.rst
@@ -45,9 +45,8 @@ It defines the following items:
Return the group database entry for the given numeric group ID. :exc:`KeyError`
is raised if the entry asked for cannot be found.
- .. deprecated:: 3.6
- Since Python 3.6 the support of non-integer arguments like floats or
- strings in :func:`getgrgid` is deprecated.
+ .. versionchanged:: 3.10
+ :exc:`TypeError` is raised for non-integer arguments like floats or strings.
.. function:: getgrnam(name)