Merge branch 'bugfix/pprint-set-ordering' of github.com:bbonenfant/cpython into bugfix/pprint-set-ordering

This commit is contained in:
Ben Bonenfant 2020-12-05 13:52:21 -05:00
commit fec5042d0f
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
Update the `pprint` module to always order the contents of `set` and `frozenset` objects.
Update the :mod:`pprint` module to always order the contents of :class:`set`
and :class:`frozenset` objects.