diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-20 19:26:05 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-20 19:26:05 +0200 |
| commit | bd47802c98f30f67b323b0796ff5d79a5e308c08 (patch) | |
| tree | abdd00ae5efdbacc6e150012a9bd489c445d0a4e /debian | |
| parent | 071b059f8ccb35eaeb6c9457244f783ad69ba957 (diff) | |
| download | python-apt-bd47802c98f30f67b323b0796ff5d79a5e308c08.tar.gz | |
* utils/migrate-0.8.py: Helper to check Python code for deprecated functions, attributes, etc.
Has to be run from the python-apt source tree, but can be used for all Python code using
python-apt. The output may not be completely correct, but false positives are better than
not checking the code.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 30d54a29..f2d57afa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,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. * ActionGroups can be used as a context manager for the 'with' statement. + * utils/migrate-0.8.py: Helper to check Python code for deprecated functions, + attributes,etc. Has to be run from the python-apt source tree, but can be + used for all Python code using python-apt. -- Julian Andres Klode <jak@debian.org> Fri, 17 Apr 2009 17:48:27 +0200 |
