diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2022-07-24 21:33:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 21:33:06 (GMT) |
commit | 9007dec606b790c05e158e588b696f3c210c2795 (patch) | |
tree | 6a6feda40a91ad683746f0fa714cddc8c012dcb1 /Doc/whatsnew | |
parent | 0c6f898005099be189ee65bcfda659f5fc13b802 (diff) | |
download | cpython-9007dec606b790c05e158e588b696f3c210c2795.zip cpython-9007dec606b790c05e158e588b696f3c210c2795.tar.gz cpython-9007dec606b790c05e158e588b696f3c210c2795.tar.bz2 |
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)
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 0bdf3d1..b7ec8ad 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1473,13 +1473,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`, |