Issue1840
Created on 2008-01-16 10:48 by scav, last changed 2008-09-09 16:01 by loewis.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
msgfmt.diff
|
scav,
2008-01-16 10:48
|
Patch for msgfmt.py |
|
|
| msg59994 (view) |
Author: Peter Harris (scav) |
Date: 2008-01-16 10:48 |
|
Python 3.0: Use bytes instead of str to construct the binary file,
don't try to .sort a dict's keys().
This patch is a tentative fix - in one place I've had to provide an
encoding from str to bytes and I've guessed UTF-8, which may be OK for
most .po files, but possibly not all.
|
| msg71895 (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2008-08-24 22:23 |
|
Is this still a problem?
|
| msg72022 (view) |
Author: Peter Harris (scav) |
Date: 2008-08-27 12:25 |
|
As far as I can tell, it is OK now. Thanks!
|
| msg72878 (view) |
Author: Martin v. Löwis (loewis) |
Date: 2008-09-09 16:01 |
|
Closing it as fixed then.
|
|
| Date |
User |
Action |
Args |
| 2008-09-09 16:01:48 | loewis | set | status: open -> closed resolution: fixed messages:
+ msg72878 |
| 2008-08-27 12:25:36 | scav | set | messages:
+ msg72022 |
| 2008-08-24 22:23:50 | nnorwitz | set | nosy:
+ nnorwitz type: crash -> behavior messages:
+ msg71895 |
| 2008-01-16 15:06:09 | gvanrossum | set | priority: normal assignee: loewis keywords:
+ patch nosy:
+ loewis |
| 2008-01-16 10:48:21 | scav | create | |
|