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 tzickel
Recipients benjamin.peterson, eric.snow, gregory.p.smith, meador.inge, ncoghlan, serhiy.storchaka, tzickel
Date 2017-10-21.09:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508579883.88.0.213398074469.issue25083@psf.upfronthosting.co.za>
In-reply-to
Content
Ignore the hash append / link at the start of each shell command (it's the output from docker, and not related to python commits).

BTW, forgot to mention, of course when doing the fault injection on the .py files, the error is bad as well, it should be I/O error, and instead it shows that it's an empty module:
AttributeError: 'module' object has no attribute 'parse'

(The patch actually fixes that).
History
Date User Action Args
2017-10-21 09:58:03tzickelsetrecipients: + tzickel, gregory.p.smith, ncoghlan, benjamin.peterson, meador.inge, eric.snow, serhiy.storchaka
2017-10-21 09:58:03tzickelsetmessageid: <1508579883.88.0.213398074469.issue25083@psf.upfronthosting.co.za>
2017-10-21 09:58:03tzickellinkissue25083 messages
2017-10-21 09:58:03tzickelcreate