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