8000 gh-96512: Update int_max_str docs to say 3.11 by gpshead · Pull Request #96942 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-96512: Update int_max_str docs to say 3.11 #96942

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

Merged
merged 2 commits into from
Sep 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove the auditing event text, not doing that.
  • Loading branch information
gpshead committed Sep 19, 2022
commit 661e990646ce2a69cc04c6f4b7a3f9d11253f716
7 changes: 0 additions & 7 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ Other Language Changes
mapping is hashable.
(Contributed by Serhiy Storchaka in :gh:`87995`.)

* Converting between :class:`int` and :class:`str` in bases other than 2
(binary), 4, 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now
generates an :ref:`auditing event <auditing>` whenever the estimated number
of digits is above :data:`sys.int_info.str_digits_check_threshold
<sys.int_info>`. See the :ref:`integer string conversion length limitation
<int_max_str_digits>` documentation.

* :class:`memoryview` now supports the half-float type (the "e" format code).
(Contributed by Dong-hee Na and Antoine Pitrou in :gh:`90751`.)

Expand Down
0