diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-13 20:19:03 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-13 20:19:03 +0200 |
| commit | 8d59817045630f8cf695f9673bde484727189a49 (patch) | |
| tree | 53c07fb38f827d1c0bb1c8c6ae7d2652aecb9e01 | |
| parent | ccd98916ba50c7583f354e0d3487ffb0830103f0 (diff) | |
| download | python-apt-8d59817045630f8cf695f9673bde484727189a49.tar.gz | |
* doc/source/apt_pkg/cache.rst: Add .. versionadded:: 0.7.11 to the documentation
| -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. |
