From d7e542cd8973684d110c0512a49981e672df23e1 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 10 Apr 2009 17:56:15 +0200 Subject: * apt/package.py(DeprecatedProperty.__get__): Only warn when used on objects. This makes it easier to use e.g. pydoc,sphinx,pychecker, which use inspect the classes and therefore also have to access the properties. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a899b479..eb2a6a30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ python-apt (0.7.10.1) unstable; urgency=low get a version number in setup.py (Closes: #523473) * apt/package.py: - (Package.candidateRecord): Fix missing 'd' in 'record' + - (DeprecatedProperty.__get__): Only warn when used on objects, this + makes it easier to use e.g. pydoc,sphinx,pychecker. -- Julian Andres Klode Fri, 10 Apr 2009 17:51:07 +0200 -- cgit v1.2.3