diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-24 22:01:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 22:01:47 (GMT) |
commit | 88ea2b69524982cd61eb0b463c77da45fb6e7e2a (patch) | |
tree | ac1a2e33fd99c476c42fbe85f7ce715b0ca4ca73 /Doc/whatsnew | |
parent | 687dd507606d73b0bb23eba6dbcbbd29ee82a238 (diff) | |
download | cpython-88ea2b69524982cd61eb0b463c77da45fb6e7e2a.zip cpython-88ea2b69524982cd61eb0b463c77da45fb6e7e2a.tar.gz cpython-88ea2b69524982cd61eb0b463c77da45fb6e7e2a.tar.bz2 |
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176)
(cherry picked from commit 9007dec606b790c05e158e588b696f3c210c2795)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 87796d5..ec63403 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1478,13 +1478,6 @@ Changes in the Python API the ``'utf-8'`` encoding. (Contributed by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) in :issue:`41137`.) -* When sorting using tuples as keys, the order of the result may differ - from earlier releases if the tuple elements don't define a total - ordering (see :ref:`expressions-value-comparisons` for - information on total ordering). It's generally true that the result - of sorting simply isn't well-defined in the absence of a total ordering - on list elements. - * :mod:`calendar`: The :class:`calendar.LocaleTextCalendar` and :class:`calendar.LocaleHTMLCalendar` classes now use :func:`locale.getlocale`, instead of using :func:`locale.getdefaultlocale`, |