whatsnew: add porting note for pyvenv --without-pip.

This commit is contained in:
R David Murray 2014-03-10 09:20:37 -04:00
parent 8ce8ff9ac7
commit fa06047af1
1 changed files with 4 additions and 0 deletions

View File

@ -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 <scripts-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
--------------------