mirror of https://github.com/python/cpython
Add versionadded (3.2) tag to os.supports_bytes_environ documentation
This commit is contained in:
parent
b745a74c99
commit
8fddc9e788
|
@ -463,6 +463,8 @@ process and user.
|
|||
True if the native OS type of the environment is bytes (eg. False on
|
||||
Windows).
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. function:: umask(mask)
|
||||
|
||||
|
|
Loading…
Reference in New Issue