]> git.cworth.org Git - notmuch/commitdiff
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)
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/


No differences found