Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #106430 > unrolled thread
| Started by | Peter Otten <__peter__@web.de> |
|---|---|
| First post | 2016-04-04 12:41 +0200 |
| Last post | 2016-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.
Re: ANN: intervalset Was: Set type for datetime intervals Peter Otten <__peter__@web.de> - 2016-04-04 12:41 +0200
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Date | 2016-04-04 12:41 +0200 |
| Subject | Re: 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 ;)
Back to top | Article view | comp.lang.python
csiph-web