Closed
Bug 1467849
Opened 7 years ago
Closed 7 years ago
Add support for Python 3 to blessings
Categories
(Firefox Build System :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
In order to run tests against packages that want to support Python 3, we need to update blessings to support Python 3 itself. At the moment it uses 2to3, but this requires installation of the package.
Assignee | ||
Comment 1•7 years ago
|
||
I've submitted a pull request: https://github.com/erikrose/blessings/pull/132
Assignee | ||
Comment 2•7 years ago
|
||
My patch was merged and blessings 1.7 has been released: https://pypi.org/project/blessings/1.7/
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•