2017-11-13 17:40 GMT+01:00 Antoine Pitrou <solip...@pitrou.net>: > I would personally not add `-b` in those options. I think it was > useful while porting stuff to 3.x, but not so much these days.
You should consider youself as lucky if you completed to port all your code to Python 3. It's not my case yet :-) (I'm thinking to code that I have to port, not only code that I wrote myself.) I confirm that I usually use -b while I'm porting code from Python 2 to Python 3. So, usually I know that I will get Python 3 compatibility issues. Sometimes, you may still get Python 3 compatibility issues while the project is already tagged as "compatible with Python 3", just because you get into a code path which wasn't properyl tested before. Well, I don't have a strong opinion on -b. Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com