Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21574a commit 44bf05eCopy full SHA for 44bf05e
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