lp:~cjwatson/command-not-found/python3

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/command-not-found/python3
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
command-not-found
Status:
Merged

Recent revisions

175. By Colin Watson

Revert unnecessary list(range(...)) wrapping.

174. By Colin Watson

Fix "key is not bytes" thinko.

173. By Barry Warsaw

Avoid using sort(cmp=...) and cmp().

172. By Colin Watson

Rely on /usr/lib/command-not-found's #! line rather than explicitly invoking it with /usr/bin/python.

171. By Colin Watson

Push key encoding down to BinaryDatabase.lookup rather than doing it at the top level, since otherwise we have to deal with bytes in a number of places where it's inconvenient.

170. By Colin Watson

Avoid using relative imports.

169. By Colin Watson

Only encode sys.argv elements in Python 2, not Python 3.

168. By Colin Watson

In Python 3, use .gettext rather than .ugettext.

167. By Colin Watson

Control files are returned as bytes objects, so we need to decode them for Python 3 (also safe for Python 2).

166. By Colin Watson

Port to the python-apt 0.8 API.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~command-not-found-developers/command-not-found/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers