Re: [Python-Dev] Low-Level Encoding Behavior on Python 3

2011-03-16 Thread Stefan Behnel
Armin Ronacher, 16.03.2011 16:57: On 3/16/11 3:48 AM, Antoine Pitrou wrote: I may be mistaken, but you seem to conflate two things: encoding of file names, and encoding of file contents. I guess that virtualenv chokes on the file contents, but most of your argument seems related to encoding of f

Re: [Python-Dev] Low-Level Encoding Behavior on Python 3

2011-03-16 Thread Armin Ronacher
Hi, On 3/16/11 3:48 AM, Antoine Pitrou wrote: I may be mistaken, but you seem to conflate two things: encoding of file names, and encoding of file contents. I guess that virtualenv chokes on the file contents, but most of your argument seems related to encoding of file names (aka "filesystem enc

Re: [Python-Dev] Low-Level Encoding Behavior on Python 3

2011-03-16 Thread Antoine Pitrou
Hi, > We (me and Carl Meyer) did some experimentation with encoding behavior > on Python 3. Carl did some hacking on getting virtualenv running on > Python 3 and it turned out that his version of virtualenv did not work > on Python 3 on my server either. So none of the virtulenv installation

[Python-Dev] Low-Level Encoding Behavior on Python 3

2011-03-16 Thread Armin Ronacher
Hi everybody, We (me and Carl Meyer) did some experimentation with encoding behavior on Python 3. Carl did some hacking on getting virtualenv running on Python 3 and it turned out that his version of virtualenv did not work on Python 3 on my server either. So none of the virtulenv installati