Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106430 > unrolled thread

Re: ANN: intervalset Was: Set type for datetime intervals

Started byPeter Otten <__peter__@web.de>
First post2016-04-04 12:41 +0200
Last post2016-04-04 12:41 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: ANN: intervalset Was: Set type for datetime intervals Peter Otten <__peter__@web.de> - 2016-04-04 12:41 +0200

#106430 — Re: ANN: intervalset Was: Set type for datetime intervals

FromPeter Otten <__peter__@web.de>
Date2016-04-04 12:41 +0200
SubjectRe: ANN: intervalset Was: Set type for datetime intervals
Message-ID<mailman.8.1459766529.32530.python-list@python.org>
Nagy László Zsolt wrote:

> If anyone is interested, a module was born:
> 
> https://bitbucket.org/nagylzs/intervalset
> https://pypi.python.org/pypi/intervalset/0.1.1
> 
> I have some unit tests, but testers and comments are welcome.

Why do you limit the intervals to datetime? Are there any assumptions in 
your code that would make it fail with int values?

Personally I would use & | instead of * + -- Python is not Pascal ;)

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web