]> git.notmuchmail.org Git - notmuch/commit
nmbug-status: Add an OrderedDict stub for Python 2.6
authorW. Trevor King <wking@tremily.us>
Mon, 10 Feb 2014 18:40:32 +0000 (10:40 -0800)
committerDavid Bremner <david@tethera.net>
Tue, 11 Feb 2014 02:51:40 +0000 (22:51 -0400)
commitc48a12365fba12a8ec0922a011a86ee15bc5cc8f
treeedca2c50549c2ea8a5edb29e5e00160a2a5fc365
parent98cb4779c02a07c0405073ca4a1e8a9006844904
nmbug-status: Add an OrderedDict stub for Python 2.6

Tomi Ollila and David Bremner (and presumably others) are running
Python 2.6 on their nmbug-status boxes, so it makes sense to keep
support for that version.  This commit adds a really minimal
OrderedDict stub (e.g. it doesn't handle key removal), but it gets the
job done for Page._get_threads.  Once we reach a point where Python
2.6 is no longer important (it's already out of it's security-fix
window [1]), we can pull this stub back out.

[1]: http://www.python.org/download/releases/2.6.9/
devel/nmbug/nmbug-status