Message 256251 - Python tracker
Message256251
| 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:01 | rhettinger | set | recipients: + rhettinger, r.david.murray, Kevin Shweh, Tijs Van Oevelen |
| 2015-12-12 02:52:01 | rhettinger | set | messageid: <1449888721.3.0.471700431419.issue25843@psf.upfronthosting.co.za> |
| 2015-12-12 02:52:01 | rhettinger | link | issue25843 messages |
| 2015-12-12 02:52:00 | rhettinger | create | |