kvesteri / intervals

Python tools for handling intervals (ranges of comparable objects).
BSD 3-Clause "New" or "Revised" License
107 stars 17 forks source link

Add support for 'in' operator on dict() and set() #24

Closed dogrover closed 9 years ago

kvesteri commented 9 years ago

Thanks for the PR! Merged this manually and fixed the doc example. :train:

dogrover commented 9 years ago

Nice! That's my first accepted pull request, by the way. Did you do it manually because I missed a step that would have made it easier?

On Tuesday, December 30, 2014, Konsta Vesterinen notifications@github.com wrote:

Thanks for the PR! Merged this manually and fixed the doc example. [image: :train:]

— Reply to this email directly or view it on GitHub https://github.com/kvesteri/intervals/pull/24#issuecomment-68360004.

kvesteri commented 9 years ago

I merged it manually since there was an error in the doc example. Normally I would comment on things like that to let the original commit author fix them but here I just wanted to quickly merge this.