[issue33645] Importing bs4 fails with -3 option in Python 2.7.15

Florian Schulze report at bugs.python.org
Fri May 25 14:27:07 EDT 2018


Florian Schulze <mail at florian-schulze.net> added the comment:

You are right, this actually happens with Python 2.7.14 as well. I was fooled by a warnings.filterwarnings matching to a path in my codebase. That one did match for my Python 2.7.15 testing but didn't for my Python 2.7.14 testing, because those were done in a temporary path which didn't match. I should have tried to narrow it down further first.

I'm glad you found the necessary -We option.

Thanks for looking into this and for the patch!

I'm currently unable to test the patch though.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33645>
_______________________________________


More information about the Python-bugs-list mailing list