Merge lp://staging/~barry/update-manager/673297-py27 into lp://staging/update-manager
Proposed by
Barry Warsaw
Status: | Merged |
---|---|
Merge reported by: | Michael Vogt |
Merged at revision: | not available |
Proposed branch: | lp://staging/~barry/update-manager/673297-py27 |
Merge into: | lp://staging/update-manager |
Diff against target: |
32 lines (+10/-2) 2 files modified
UpdateManager/Core/utils.py (+2/-2) debian/changelog (+8/-0) |
To merge this branch: | bzr merge lp://staging/~barry/update-manager/673297-py27 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt (community) | Approve | ||
Review via email: mp+40510@code.staging.launchpad.net |
Description of the change
From the changelog:
* In Python 2.7, locale.format() input test has gotten more strict. It
does not allow trailing text after the format string. Change this to
locale.
To post a comment you must log in.
With this change, and no-change rebuilds for gnome-python, python-apt, and dbus-python, Update Manager will work with Python 2.7 on Natty.