Staging
v0.5.1
https://github.com/python/cpython
Revision 79a295261a89f67b9d700732e6e7436bfe63e832 authored by Victor Stinner on 19 February 2014, 00:45:59 UTC, committed by Victor Stinner on 19 February 2014, 00:45:59 UTC
DeprecationWarning warnings. create_unix_server() closes the socket on any
error, not only on OSError.
1 parent 0ee29c2
Raw File
Tip revision: 79a295261a89f67b9d700732e6e7436bfe63e832 authored by Victor Stinner on 19 February 2014, 00:45:59 UTC
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and
Tip revision: 79a2952
scripts.rst
.. _tools-and-scripts:

Additional Tools and Scripts
============================

.. _scripts-pyvenv:

pyvenv - Creating virtual environments
--------------------------------------

.. include:: venv-create.inc

back to top