Comment 4 for bug 242156

Revision history for this message
Andrea Gasparini (gaspa) wrote :

The Impact of that bug involve all people that have installed python-m2crypto and use m2urllib2.py
Direct Reverse Depends are only: python-pyxmpp
but could exists also packages that recommend it, as clive.
(if m2crypto is installed, clive use it by default and for all url, so it won't work anymore)

I don't see any regression possible, as it's only an import of a standard library module.
And it doesn't pollute python namespace, as it's "import inspect", and not "from inspect blabla".