Porting a Python 2.X based project to Python 3 [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I want to port a web application scanning framework from Python 2.6.5-2.7.3 to Python 3 without causing much harm to the compatibility with Python 2.6+ . I have read briefly about six: Python 2 and 3 Compatibility Library and python-modernize . The framework I am intending to port