This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scav
Recipients scav
Date 2008-01-16.10:48:20
SpamBayes Score 0.23152576
Marked as misclassified No
Message-id <1200480526.71.0.697758724205.issue1840@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-16 10:48:46scavsetspambayes_score: 0.231526 -> 0.23152576
recipients: + scav
2008-01-16 10:48:46scavsetspambayes_score: 0.231526 -> 0.231526
messageid: <1200480526.71.0.697758724205.issue1840@psf.upfronthosting.co.za>
2008-01-16 10:48:21scavlinkissue1840 messages
2008-01-16 10:48:21scavcreate