Bug 627557
Summary: | ConfigParser changes in Python 2.7 causing regressions | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dwayne Bailey <dwayne> |
Component: | python | Assignee: | Dave Malcolm <dmalcolm> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | a.badger, dmalcolm, ivazqueznet, james.antill, jonathansteffan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-2.7-8.fc14.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-09-23 12:50:18 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 620817, 622061 |
Description
Dwayne Bailey
2010-08-26 12:03:07 UTC
A fix has been committed upstream: http://bugs.python.org/issue7005#msg115417 The fix looks small and simple. I'll ping dmalcolm about whether he's okay with me updating f14 with this fix. From the bug, only python-2.7 needs it correct? Python-3.1 and Python-3.2 (when released) will be unaffected and python-2.6 has the old behaviour? dmalcolm has approved -- I'll pull in the patch and make a new build. Due to the freeze for the beta release, it'll probably be a few weeks (after the beta) that the rebuild hits stable but it should show up in testing sooner. python-2.7-8.fc14.1 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-2.7-8.fc14.1 Please test hte update -- you can pull it straight out of koji for now (linked from the update request) or wait a day or two for it to be pushed to the f14 testing repository. python-2.7-8.fc14.1 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/python-2.7-8.fc14.1 (In reply to comment #2) > The fix looks small and simple. I'll ping dmalcolm about whether he's okay > with me updating f14 with this fix. From the bug, only python-2.7 needs it > correct? Python-3.1 and Python-3.2 (when released) will be unaffected and > python-2.6 has the old behaviour? I'm only working on 2.x series. From my reading 2.6 is unchanged, 2.7 needs the fix. python-2.7-8.fc14.1 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |