Re: [Python-Dev] File encodings

2004-11-29 Thread Bob Ippolito
On Nov 29, 2004, at 2:04 PM, Gustavo Niemeyer wrote: Today, while trying to internationalize a program I'm working on, I found an interesting side-effect of how we're dealing with encoding of unicode strings while being written to files. Suppose the following example: # -*- encoding: iso-8859-1 -

Re: [Python-Dev] state of 2.4 final release

2004-11-29 Thread Tim Peters
[Anthony Baxter] > I didn't see any replies to the last post, so I'll ask again with a > better subject line - as I said last time, as far as I'm aware, I'm > not aware of anyone having done a fix for the issue Tim identified > ( http://www.python.org/sf/1069160 ) > > So, my question is: Is this i

[Python-Dev] File encodings

2004-11-29 Thread Gustavo Niemeyer
Greetings, Today, while trying to internationalize a program I'm working on, I found an interesting side-effect of how we're dealing with encoding of unicode strings while being written to files. Suppose the following example: # -*- encoding: iso-8859-1 -*- print u"รก" This will correctly pr

Re: [Python-Dev] TRUNK FREEZE for 2.4 final from 2100 UTC, 29-11-2004

2004-11-29 Thread Anthony Baxter
On Monday 29 November 2004 12:50, Anthony Baxter wrote: > Ok, we're about ready for the 2.4 final release. Please hold off any > checkins post 21:00 UTC (so in about 19-20 hours from now). I should also note that shortly after the release is done and we've confirmed that there's no brown-paper-bag