From 6bc61a050bd278b28e883b91cfa5999a7cf76d9d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 17 Apr 2009 18:01:30 +0200 Subject: * apt/package.py: Where possible, derive apt.package.Record from collections.Mapping. This works on Python 2.6 and newer and enhances the Record class with some new methods on these platforms, e.g. keys(). --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e344c145..e8e14306 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ python-apt (0.7.91) UNRELEASED; urgency=low * Rename all methods,functions,attributes to conform to PEP 8 (Closes: #481061) + * Where possible, derive apt.package.Record from collections.Mapping. - -- Julian Andres Klode Thu, 16 Apr 2009 18:54:29 +0200 + -- Julian Andres Klode Fri, 17 Apr 2009 17:48:27 +0200 python-apt (0.7.90) experimental; urgency=low -- cgit v1.2.3