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 apolkosnik
Recipients Jim.Jewett, NewerCookie, amaury.forgeotdarc, apolkosnik, berker.peksag, chuck, ethan.furman, francismb, georg.brandl, gregory.p.smith, ncoghlan, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2014-05-02.15:19:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399043969.02.0.120285896664.issue6839@psf.upfronthosting.co.za>
In-reply-to
Content
Extraction works fine, the issue was that raise() was creating an exception, and stoping the whole extraction process. When replaced with a warning, everything works fine.
History
Date User Action Args
2014-05-02 15:19:29apolkosniksetrecipients: + apolkosnik, georg.brandl, terry.reedy, gregory.p.smith, ronaldoussoren, amaury.forgeotdarc, ncoghlan, NewerCookie, chuck, ethan.furman, francismb, berker.peksag, Jim.Jewett, serhiy.storchaka
2014-05-02 15:19:29apolkosniksetmessageid: <1399043969.02.0.120285896664.issue6839@psf.upfronthosting.co.za>
2014-05-02 15:19:29apolkosniklinkissue6839 messages
2014-05-02 15:19:28apolkosnikcreate