mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Remove the undocumented private float.__set_format__() method, previously known as float.__set_format__() in Python 3.7. Its docstring said: "You probably don't want to use this function. It exists mainly to be used in Python's test suite."
This commit is contained in:
parent
4060111f9d
commit
5ab745fc51
7 changed files with 15 additions and 214 deletions
|
@ -574,6 +574,12 @@ Removed
|
|||
because it was not used and added by mistake in previous versions.
|
||||
(Contributed by Nikita Sobolev in :issue:`46483`.)
|
||||
|
||||
* Remove the undocumented private ``float.__set_format__()`` method, previously
|
||||
known as ``float.__setformat__()`` in Python 3.7. Its docstring said: "You
|
||||
probably don't want to use this function. It exists mainly to be used in
|
||||
Python's test suite."
|
||||
(Contributed by Victor Stinner in :issue:`46852`.)
|
||||
|
||||
Porting to Python 3.11
|
||||
======================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue