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 JohnLeitch
Recipients JohnLeitch, benjamin.peterson, serhiy.storchaka
Date 2015-07-25.20:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437857912.6.0.781333823528.issue24613@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that updates array.fromstring to throw a ValueError when self is passed. It also updates the unit tests to cover this new behavior.
History
Date User Action Args
2015-07-25 20:58:32JohnLeitchsetrecipients: + JohnLeitch, benjamin.peterson, serhiy.storchaka
2015-07-25 20:58:32JohnLeitchsetmessageid: <1437857912.6.0.781333823528.issue24613@psf.upfronthosting.co.za>
2015-07-25 20:58:32JohnLeitchlinkissue24613 messages
2015-07-25 20:58:32JohnLeitchcreate