diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 13:29:17 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 13:29:17 +0200 |
| commit | 7acdd6dd96f8cf0226ce13988bc5cfce468cc346 (patch) | |
| tree | c98640c203d12613941b8a83830851d7758baee7 /doc | |
| parent | 18e3642b04ca7b6c1400a699606727a511bfbec3 (diff) | |
| parent | ad19dcb4f3608779551383103a23ccceb7df3e9c (diff) | |
| download | python-apt-7acdd6dd96f8cf0226ce13988bc5cfce468cc346.tar.gz | |
* apt/debfile.py:
- fix crash in DscFile handling and add regression test
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index b91790db..81dafd54 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -1828,6 +1828,11 @@ Configuration and Command-line parsing Remove the option at *key* and all of its children. + .. method:: dump() -> str + + Return a string containing the values in the configuration object, + in the standard :manpage:`apt.conf(5)` format. + .. method:: exists(key) Check whether an option named *key* exists in the configuration. |
