summaryrefslogtreecommitdiff
path: root/doc/source/c++
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-11-17 16:53:32 +0100
committerJulian Andres Klode <jak@debian.org>2010-11-17 16:53:32 +0100
commitcf557ccbae6966beeeae7e087a16fd275815aa39 (patch)
tree7e050b2a8cce3e17825ddcfce5cfce44b46b5745 /doc/source/c++
parent20e57a8b99cf2663f71c39b2ce726d041f54c51b (diff)
downloadpython-apt-cf557ccbae6966beeeae7e087a16fd275815aa39.tar.gz
The C++ API/ABI is stable now.
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)
--------------------