We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc3964 commit 7fdda1aCopy full SHA for 7fdda1a
Doc/library/grp.rst
@@ -45,9 +45,8 @@ It defines the following items:
45
Return the group database entry for the given numeric group ID. :exc:`KeyError`
46
is raised if the entry asked for cannot be found.
47
48
- .. deprecated:: 3.6
49
- Since Python 3.6 the support of non-integer arguments like floats or
50
- strings in :func:`getgrgid` is deprecated.
+ .. versionchanged:: 3.10
+ :exc:`TypeError` is raised for non-integer arguments like floats or strings.
51
52
.. function:: getgrnam(name)
53
0 commit comments