From: R David Murray Date: Mon, 10 Mar 2014 13:20:37 +0000 (-0400) Subject: whatsnew: add porting note for pyvenv --without-pip. X-Git-Tag: v3.4.1rc1~233^2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa06047af196a70b1c0bc35c6c581039b947fb84;p=python whatsnew: add porting note for pyvenv --without-pip. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index a0d1efa4f3..f41a6ac68a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -2279,6 +2279,10 @@ Changes in the Python API stream in :mod:`~io.TextIOWrapper` to use its *newline* argument (:issue:`15204`). +* If you use :ref:`pyvenv ` in a script and desire that pip + *not* be installed, you must add ``--wihtout-pip`` to your command + invocation. + Changes in the C API --------------------