diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-13 22:37:20 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-13 22:37:20 +0200 |
| commit | ae7f143f8162d10c7bd834e8877e42674fdb646f (patch) | |
| tree | 4831f251f47b9fed3b031971f9cf30ca5d91fba8 /doc/source/apt_pkg/cache.rst | |
| parent | 8d59817045630f8cf695f9673bde484727189a49 (diff) | |
| download | python-apt-ae7f143f8162d10c7bd834e8877e42674fdb646f.tar.gz | |
* doc: Documentation updates
Extended the documentation, renamed 'Coding for python-apt' to 'Contributing
to python-apt' and other stuff.
Diffstat (limited to 'doc/source/apt_pkg/cache.rst')
| -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 93f8dc2d..86515569 100644 --- a/doc/source/apt_pkg/cache.rst +++ b/doc/source/apt_pkg/cache.rst @@ -207,6 +207,8 @@ Classes in apt_pkg Return whether the configuration contains the key *key*. + .. deprecated:: 0.7.11 + .. method:: get(key[, default='']) This behaves just like :meth:`dict.get` and :meth:`Configuration.Find`, @@ -1234,6 +1236,8 @@ broken dependencies: Check whether the field with named by *key* exists. + .. deprecated:: 0.7.11 + .. method:: keys() Return a list of keys in the section. |
