diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-10 13:20:37 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-10 13:20:37 (GMT) |
commit | fa06047af196a70b1c0bc35c6c581039b947fb84 (patch) | |
tree | 57062b5313dc480738a14ed1acdd296e5e2efd48 /Doc | |
parent | 8ce8ff9ac77bdf202bf39bb98203d26cd40d8e04 (diff) | |
download | cpython-fa06047af196a70b1c0bc35c6c581039b947fb84.zip cpython-fa06047af196a70b1c0bc35c6c581039b947fb84.tar.gz cpython-fa06047af196a70b1c0bc35c6c581039b947fb84.tar.bz2 |
whatsnew: add porting note for pyvenv --without-pip.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index a0d1efa..f41a6ac 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 <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 -------------------- |