diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-29 21:42:11 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-29 21:42:11 +0200 |
| commit | e95acfe671c6c40ffdc92f466008dce3fce723a6 (patch) | |
| tree | 9d733b93ca596e5130d21af7f28dd62d553a9b10 /debian | |
| parent | 48b32fb4b820d92ca92b454a00131fb64ff6f883 (diff) | |
| download | python-apt-e95acfe671c6c40ffdc92f466008dce3fce723a6.tar.gz | |
do not require files to end in .py if they are passed on the command
line or if they contain python somewhere in the shebang line.
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 66f78d06..c0ff72c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ python-apt (0.7.94.3) UNRELEASED; urgency=low - Open files in universal newline support and pass filename to ast.parse. - Add has_key to the list of deprecated functions. - Don't abort if parsing failed. + - do not require files to end in .py if they are passed on the command + line or if they contain python somewhere in the shebang line. [ Michael Vogt ] * apt/cache.py: |
