diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-03-08 16:46:39 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-03-08 16:46:39 +0100 |
| commit | a81e4f2f93808aeaeac1887aba9b41c1ee1c9b11 (patch) | |
| tree | 6a0a7f10ce059ff04c60813cb7c5bc24e4e867ad /doc | |
| parent | dc7440e55ea06cc4e0a6e53cd7bb6e3eee3af452 (diff) | |
| download | python-apt-a81e4f2f93808aeaeac1887aba9b41c1ee1c9b11.tar.gz | |
* apt/package.py: Introduce the Version class
- Deprecate Package.candidate*() and Package.installed*(), except for
installedFiles.
- Provide Version.get_source() (LP: #118788)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/apt/package.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/apt/package.rst b/doc/source/apt/package.rst index 1bd032ab..6781717c 100644 --- a/doc/source/apt/package.rst +++ b/doc/source/apt/package.rst @@ -10,6 +10,11 @@ The Package class .. autoclass:: Package :members: +The Version class +----------------- +.. autoclass:: Version + :members: + Dependency Information ---------------------- |
