Opened 17 years ago
Closed 17 years ago
Last modified 17 years ago
#7346 closed defect (fixed)
Python bindings do not properly handle locale specific floats from backend socket
| Reported by: | Owned by: | Anduin Withers | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | Bindings - Python | Version: | 0.22rc1 |
| Severity: | high | Keywords: | |
| Cc: | Ticket locked: | no |
Description
What the summary says. References:
https://bugs.edge.launchpad.net/ubuntu/+source/mythplugins/+bug/452790
getLoad(), and the entire Program class, will not function in any locale that uses ',' and the divider in floats.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | pyth.locale.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [22510]) Fix #7346. Fix python binding issues (seen in Jamu) when locale floating point numbers were returned with comma seperators.