On 2015-11-30, Carl Meyer <c...@oddbird.net> wrote:
> (Or maybe virtualenv will make the transition sooner, and you'll start
> using venv under the hood for 3.3+ without even realizing it.)

It does sound like that would be the ideal solution, and presumably
can't be very hard if venv is supposed to do exactly what virtualenv
does anyway - virtualenv just needs to say "if python >= 3.4 then
call venv".
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to