Added a new deque package #115

Merged
merged 1 commit into from Mar 11, 2015

Conversation

Projects
None yet
2 participants
Contributor

mjs commented Mar 10, 2015

This is an implementation of an efficient double-ended queue, inspired somewhat by Python's deque data structure.

(Review request: http://reviews.vapour.ws/r/1122/)

Added a new deque package
This is an implementation of an efficient double-ended queue, inspired
somewhat by Python's deque data structure.

howbazaar added a commit that referenced this pull request Mar 11, 2015

Merge pull request #115 from mjs/deque
Added a new deque package

@howbazaar howbazaar merged commit cfb905c into juju:master Mar 11, 2015

@mjs mjs deleted the mjs:deque branch Mar 11, 2015

kat-co pushed a commit to kat-co/utils that referenced this pull request Nov 23, 2016

Merge pull request #115 from rogpeppe/016-time-deepequal-ignore-timezone
checkers: ignore time zone in DeepEqual

This means tests won't need to concern themselves too deeply
about the time zone used in times unmarshaled from databases
or the network.

We also change the printed message to print the time nicely
rather than printing the details of the unexported time fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment