This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients berker.peksag, ezio.melotti, larry, michael.foord, python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-12-11.08:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141211083606.20695.88177@psf.io>
In-reply-to
Content
New changeset b6e6a86a92a7 by Serhiy Storchaka in branch 'default':
Issue #22823: Use set literals instead of creating a set from a list.
https://hg.python.org/cpython/rev/b6e6a86a92a7

New changeset 86a694781bee by Serhiy Storchaka in branch '3.4':
Issue #22823: Fixed an output of sets in examples.
https://hg.python.org/cpython/rev/86a694781bee
History
Date User Action Args
2014-12-11 08:36:23python-devsetrecipients: + python-dev, rhettinger, terry.reedy, larry, ezio.melotti, michael.foord, berker.peksag, serhiy.storchaka
2014-12-11 08:36:23python-devlinkissue22823 messages
2014-12-11 08:36:22python-devcreate