summaryrefslogtreecommitdiff
path: root/doc/source/c++
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-12-07 13:40:21 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-12-07 13:40:21 +0100
commitf93c69c24378aaed08c401b4303b60a6c2eb8260 (patch)
tree31a31fe04ec7b231a4fa1a3456c7ed25426a2f64 /doc/source/c++
parentf7d22dc2e7964ce33415e53a81dfc62439111491 (diff)
parent0454e03e4c58d4ff63538badbf1b17276fe31494 (diff)
downloadpython-apt-f93c69c24378aaed08c401b4303b60a6c2eb8260.tar.gz
merged from debian-sid
Diffstat (limited to 'doc/source/c++')
-rw-r--r--doc/source/c++/api.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/c++/api.rst b/doc/source/c++/api.rst
index e807f4bb..97ab24d1 100644
--- a/doc/source/c++/api.rst
+++ b/doc/source/c++/api.rst
@@ -10,10 +10,7 @@ The C++ API names use the name of the class in apt_pkg and are prefixed with
Py. For each supported class, there is a _Type object, a _Check() function,
a _CheckExact() function, a _FromCpp() and a _ToCpp() function.
-.. note::
-
- This API is experimental and should not be used in stable program
- releases.
+.. versionadded:: 0.7.100
Acquire (pkgAcquire)
--------------------