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 SilentGhost
Recipients SilentGhost, carandraug
Date 2018-11-28.15:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543418651.76.0.788709270274.issue35338@psf.upfronthosting.co.za>
In-reply-to
Content
You can write your code like this:

   set().union(*sequence)

as well as: a.union(b, c) if you already have a set object available.
History
Date User Action Args
2018-11-28 15:24:11SilentGhostsetrecipients: + SilentGhost, carandraug
2018-11-28 15:24:11SilentGhostsetmessageid: <1543418651.76.0.788709270274.issue35338@psf.upfronthosting.co.za>
2018-11-28 15:24:11SilentGhostlinkissue35338 messages
2018-11-28 15:24:11SilentGhostcreate