diff options
| -rw-r--r-- | doc/source/apt_pkg/cache.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/apt_pkg/cache.rst b/doc/source/apt_pkg/cache.rst index 3ecbf069..93f8dc2d 100644 --- a/doc/source/apt_pkg/cache.rst +++ b/doc/source/apt_pkg/cache.rst @@ -121,6 +121,8 @@ Classes in apt_pkg Return ``True`` if *conf* has a key *key*, else ``False``. + .. versionadded:: 0.7.11 + .. describe:: conf[key] Return the value of the option given key *key*. If it does not @@ -1207,6 +1209,8 @@ broken dependencies: Return ``True`` if *section* has a key *key*, else ``False``. + .. versionadded:: 0.7.11 + .. method:: Bytes The number of bytes in the section. |
