Bug 1593778 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The `ProjectInterpreters` object could also serve as a consolidated point for the "minimum Python version" magic number.  I see the value `3.5.0` scattered through the codebase in various representations (string, tuple, `LooseVersion`, `StrictVersion`).  It would be nice to consolidate that magic constant at a single location in the codebase.

This change would make a good follow-up bug.
The `ProjectInterpreters` object could also serve as a consolidated point for the "minimum Python version" magic number.  I see the value `3.5.0` scattered through the codebase in various representations (string, tuple, `LooseVersion`, `StrictVersion`).  It would be nice to consolidate that magic constant at a single location in the codebase.

That change would make a good follow-up bug.

Back to Bug 1593778 Comment 1