Merge branch 'bugfix/pprint-set-ordering' of github.com:bbonenfant/cpython into bugfix/pprint-set-ordering
This commit is contained in:
commit
fec5042d0f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue