diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-10 17:56:15 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-10 17:56:15 +0200 |
| commit | d7e542cd8973684d110c0512a49981e672df23e1 (patch) | |
| tree | 9dfe7f17b301ccd4a320846cc4333d9007c5e4d8 /debian | |
| parent | 5e5eb8e3d1942fe3a184c72811ee149b301a37b0 (diff) | |
| download | python-apt-d7e542cd8973684d110c0512a49981e672df23e1.tar.gz | |
* 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.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
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 <jak@debian.org> Fri, 10 Apr 2009 17:51:07 +0200 |
