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 6376433 commit 50bf5faCopy full SHA for 50bf5fa
1 file changed
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