Python 2.7 regression in locale.format()
Bug #673297 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Updater |
Fix Released
|
High
|
Barry Warsaw |
Bug Description
In Python 2.7, locale.format()'s test for its input format string has been narrowed. It disallows trailing text after the format specifier. The fix is to use locale.
Related branches
lp://qastaging/~barry/update-manager/673297-py27
- Michael Vogt (community): Approve
-
Diff: 32 lines (+10/-2)2 files modifiedUpdateManager/Core/utils.py (+2/-2)
debian/changelog (+8/-0)
Changed in update-manager: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Barry Warsaw (barry) |
Changed in update-manager: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.