We need to support bootstrapping a Firefox development environment using Python 3. The Firefox source tree is currently targeting Python version 3.6+. When code needs to remain compatible with Python 2 as well we are targeting Python version 2.7. The bootstrap code should support running under either interpreter.
Bug 1568964 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We need to support bootstrapping a Firefox development environment using Python 3. The Firefox source tree is currently targeting Python version 3.6+. When code needs to remain compatible with Python 2 as well we are targeting Python version 2.7. The bootstrap code and documentation should support running under either interpreter.