Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884) #18409

Merged
merged 1 commit into from
Feb 8, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 8, 2020

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)
    (cherry picked from commit 0edc2c7)

Co-authored-by: Saiyang Gou gousaiyang@163.com

Automerge-Triggered-By: @gpshead

….8 (pythonGH-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`)
(cherry picked from commit 0edc2c7)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
@miss-islington
Copy link
Contributor Author

@gousaiyang: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 0c915e6 into python:3.8 Feb 8, 2020
@miss-islington miss-islington deleted the backport-0edc2c7-3.8 branch February 8, 2020 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants