diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-11 12:11:55 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-11 12:11:55 (GMT) |
commit | d0cf0635b3f73742a91a100b1f19b8f9edf7be9a (patch) | |
tree | 6c4853bfa7ccb6eaf63fbfe3a41460ac6187bfe5 /Doc/library/development.rst | |
parent | 020af2a2bc4708215360a3793b5a1790e15d05dd (diff) | |
download | cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.zip cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.tar.gz cpython-d0cf0635b3f73742a91a100b1f19b8f9edf7be9a.tar.bz2 |
Close #19406: Initial implementation of ensurepip
Patch by Donald Stufft and Nick Coghlan
Diffstat (limited to 'Doc/library/development.rst')
-rw-r--r-- | Doc/library/development.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/development.rst b/Doc/library/development.rst index 2368769..06e7048 100644 --- a/Doc/library/development.rst +++ b/Doc/library/development.rst @@ -23,4 +23,3 @@ The list of modules described in this chapter is: unittest.mock-examples.rst 2to3.rst test.rst - venv.rst |