Closed
Bug 1874280
Opened 1 year ago
Closed 1 year ago
AttributeError: module 'configparser' has no attribute 'SafeConfigParser' in web-platform/manifestupdate.py with Python 3.12
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox123 fixed)
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: alaskanemily, Assigned: alaskanemily)
References
Details
Attachments
(1 file)
Copying a similar fix as used for Bug 1851580 seems to fix it, though I'm unsure if this is the best solution.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → emcdonough
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9372351 -
Attachment description: Bug 1874280 - For Python 3.12, use ConfigParser instead of SafeConfigParser for manifestupdate.py → Bug 1874280 - use ConfigParser instead of SafeConfigParser for manifestupdate.py
Updated•1 year ago
|
Blocks: python3.12
Pushed by emcdonough@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abecba5f1754
use ConfigParser instead of SafeConfigParser for manifestupdate.py r=jgraham
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•