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 rhettinger
Recipients Kevin Shweh, Tijs Van Oevelen, r.david.murray, rhettinger
Date 2015-12-12.02:52:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449888721.3.0.471700431419.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another variant (courtesy of Nick Coghlan):

python3.5 -c "seq1 = [1.0 for x in range(5)]; seq2 = [True for x in range(5)]; print(seq1); print(seq2)"
History
Date User Action Args
2015-12-12 02:52:01rhettingersetrecipients: + rhettinger, r.david.murray, Kevin Shweh, Tijs Van Oevelen
2015-12-12 02:52:01rhettingersetmessageid: <1449888721.3.0.471700431419.issue25843@psf.upfronthosting.co.za>
2015-12-12 02:52:01rhettingerlinkissue25843 messages
2015-12-12 02:52:00rhettingercreate