Re: [Python-Dev] cpython (3.2): I should be someone

2011-10-29 Thread Georg Brandl
On 10/28/11 22:05, florent.xicluna wrote: > http://hg.python.org/cpython/rev/6f56e81da8f6 > changeset: 73171:6f56e81da8f6 > branch: 3.2 > parent: 73167:09d0510e1c50 > user:Florent Xicluna > date:Fri Oct 28 22:03:55 2011 +0200 > summary: > I should be someone > > file

Re: [Python-Dev] draft PEP: virtual environments

2011-10-29 Thread Antoine Pitrou
On Fri, 28 Oct 2011 12:37:35 -0600 Carl Meyer wrote: > What about include files? > - - > > For example, ZeroMQ installs zmq.h and zmq_utils.h in $VE/include, > whereas SIP (part of PyQt4) installs sip.h by default in > $VE/include/pythonX.Y. With virtualenv, everything wor

Re: [Python-Dev] Emit a BytesWarning on bytes filenames on Windows

2011-10-29 Thread Martin v. Löwis
> Therefore, as you imply, I think the solution to this issue is to start > the process of deprecating the bytes version of the api in py3k with a > view to removing it completely - possibly with a less aggressive > timeline than normal. In Python 2.7, I think documenting the issue and > a recomme

Re: [Python-Dev] Emit a BytesWarning on bytes filenames on Windows

2011-10-29 Thread Stephen J. Turnbull
"Martin v. Löwis" writes: > > Therefore, as you imply, I think the solution to this issue is to start > > the process of deprecating the bytes version of the api in py3k with a > > view to removing it completely > That sounds all fine to me. As quoted above, deprecation of the bytes version