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 Douman
Recipients Douman, alex, r.david.murray
Date 2015-01-15.17:05:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421341544.18.0.931443219397.issue23245@psf.upfronthosting.co.za>
In-reply-to
Content
I made additional experiments and now i'm confused
When i tried to execute urlopen in python interpeter it worked fine.
But it fails for me when i attempt to do so via some helper function in search engine of qBittorent it throw exception

https://github.com/qbittorrent/qBittorrent/blob/master/src/searchengine/nova/helpers.py

What is curious... all exceptions should be passed without notices, but for some reason python does throw exception even though all are catched and passed
History
Date User Action Args
2015-01-15 17:05:44Doumansetrecipients: + Douman, alex, r.david.murray
2015-01-15 17:05:44Doumansetmessageid: <1421341544.18.0.931443219397.issue23245@psf.upfronthosting.co.za>
2015-01-15 17:05:44Doumanlinkissue23245 messages
2015-01-15 17:05:43Doumancreate