summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2022-07-04 15:25:58 +0800
committerGitHub <noreply@github.com>2022-07-04 00:25:58 -0700
commita56358742deef5c182fc4c0e19eae966cffc4375 (patch)
tree89a5cabade26e6ca1116cc2f37161746c1a0552c /docs
parentaa81cc4ade0336743f79f2b7c22b83cfc1f23f81 (diff)
downloadvirtualenv-a56358742deef5c182fc4c0e19eae966cffc4375.tar.gz
Delete callout on API stability (#2374)
2020 Q3 has passed for a while, I think it's safe to say we're good?
Diffstat (limited to 'docs')
-rw-r--r--docs/extend.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/extend.rst b/docs/extend.rst
index afd4e80..ef688c4 100644
--- a/docs/extend.rst
+++ b/docs/extend.rst
@@ -7,13 +7,6 @@ Extend functionality
- package it as a python library,
- install it alongside the virtual environment.
-.. warning::
-
- The public API of some of these components is still to be finalized, consider the current interface a beta one
- until we get some feedback on how well we planned ahead. We expect to do this by end of Q3 2020. Consider the class
- interface explained below as initial draft proposal. We reserve the right to change the API until then, however such
- changes will be communicated in a timely fashion, and you'll have time to migrate. Thank you for your understanding.
-
Python discovery
----------------