From 8b3ebf0d107d5643d950c7d84e6a51588b35515f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 23 Feb 2013 12:51:23 -0500 Subject: [PATCH] mark when various new flags were added to the pip & easy_install modules --- library/easy_install | 2 ++ library/pip | 2 ++ 2 files changed, 4 insertions(+) diff --git a/library/easy_install b/library/easy_install index 0096cd1fff..9aeef9bcb0 100644 --- a/library/easy_install +++ b/library/easy_install @@ -40,6 +40,7 @@ options: required: false default: null virtualenv_site_packages: + version_added: 1.1 description: - Whether the virtual environment will inherit packages from the global site-packages directory. Note that if this setting is @@ -49,6 +50,7 @@ options: required: false default: no virtualenv_command: + version_added: 1.1 description: - The command to create the virtual environment with. For example C(pyvenv), C(virtualenv), C(virtualenv2). diff --git a/library/pip b/library/pip index 7172966fe5..72918afad2 100644 --- a/library/pip +++ b/library/pip @@ -48,6 +48,7 @@ options: required: false default: null virtualenv_site_packages: + version_added: 1.0 description: - Whether the virtual environment will inherit packages from the global site-packages directory. Note that if this setting is @@ -57,6 +58,7 @@ options: required: false default: no virtualenv_command: + version_aded: 1.1 description: - The command to create the virtual environment with. For example C(pyvenv), C(virtualenv), C(virtualenv2).