Your message dated Fri, 25 May 2012 15:24:38 +0000
with message-id <[email protected]>
and subject line Bug#674543: Removed package(s) from unstable
has caused the Debian Bug report #642600,
regarding python2.7 incompatible use of locale.format
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
642600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642600
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sugar-0.90
Version: 0.90.3-1
Severity: important
User: [email protected]
Usertags: python2.7
no trailing text is allowed in locale.format() in python2.7 anymore, see:
http://bugs.python.org/issue10379
this is present in two cases in sugar:
sugar-session-0.90/unpacked/usr/share/sugar/extensions/cpsection/updater/view.py:388:
return locale.format(_('%.0f KB'), size / 1024.0)
sugar-session-0.90/unpacked/usr/share/sugar/extensions/cpsection/updater/view.py:391:
return locale.format(_('%.1f MB'), size / 1024.0 / 1024)
One can fix it by replacing locale.format with locale.format_string.
As Debian is transitioning to python2.7 in near future this should get
resolved soon.
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 0.90.3-1+rm
Dear submitter,
as the package sugar-0.90 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/674543
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---