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 serhiy.storchaka
Recipients pfalcon, serhiy.storchaka
Date 2014-04-08.17:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396977143.45.0.165471586827.issue21180@psf.upfronthosting.co.za>
In-reply-to
Content
>>> array.array('i', [0]) * 3
array('i', [0, 0, 0])
History
Date User Action Args
2014-04-08 17:12:23serhiy.storchakasetrecipients: + serhiy.storchaka, pfalcon
2014-04-08 17:12:23serhiy.storchakasetmessageid: <1396977143.45.0.165471586827.issue21180@psf.upfronthosting.co.za>
2014-04-08 17:12:23serhiy.storchakalinkissue21180 messages
2014-04-08 17:12:23serhiy.storchakacreate