From a81e4f2f93808aeaeac1887aba9b41c1ee1c9b11 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 8 Mar 2009 16:46:39 +0100 Subject: * apt/package.py: Introduce the Version class - Deprecate Package.candidate*() and Package.installed*(), except for installedFiles. - Provide Version.get_source() (LP: #118788) --- doc/source/apt/package.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 ---------------------- -- cgit v1.2.3