]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884)
authorSaiyang Gou <gousaiyang@163.com>
Sat, 8 Feb 2020 00:48:06 +0000 (16:48 -0800)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2020 00:48:06 +0000 (16:48 -0800)
commit0edc2c7678266c39a7ceb2df885cb050f887e32b
treea46e1ab857a83cd18ca6dfe673a254552fac0be4
parent9a978ddb93bf5eaa519916d9a40c4fa4edf5d854
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884)

Minor fix in documentation:

- `sys.__unraisablehook__` is new in version 3.8
- Optional `sep` and `bytes_per_sep` parameters for `bytearray.hex` is also supported in Python 3.8 (just like `bytes.hex`)
Doc/library/stdtypes.rst
Doc/library/sys.rst