Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Newsgroups: comp.lang.python Subject: Re: ANN: intervalset Was: Set type for datetime intervals Date: Mon, 4 Apr 2016 13:25:38 +0200 Lines: 5 Message-ID: References: <56FE0625.5030901@shopzeus.com> <1459523394.2611014.565840994.593DD99A@webmail.messagingengine.com> <570213CB.8040101@shopzeus.com> <57024F32.5080404@shopzeus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de ShZCpDVNUX9s8WMNqaCxdg6y5jmyxWeFy4TbEhiBtnQA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:ANN': 0.07; 'immutable': 0.09; ':-)': 0.12; 'assumptions': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Was': 0.16; 'subject:type': 0.16; 'header:In-Reply-To:1': 0.24; 'code': 0.30; 'int': 0.33; 'ordered': 0.33; 'fail': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'why': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'limit': 0.65; 'subject:Set': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1459769134; bh=Av/F8IUbrylibW4BjznX2V7ZL1F0J0xZQKpc/RjhhFo=; h=Subject:To:References:From:Date:In-Reply-To:From; b=l+LVO/dqkWAWEmkfKdsrY7jP0SrZfBRnvAz+uUN+0nY8uUzZewKkMlXtAGSBRs4CX zt77l4dYYkr8NfpUuggMdLrEn2//G9+uneOvh3lzB623sScQVOO9FgZDvFqTmIDJNk 7BVKloygy0tXMadZ1piWHwLSSOdW84Oc3x65meAL/qsKkOi25pCy9x+srtKicYJ/Fk oWmpA5cN45BKZ7eofb+2/MV//uxeJXrKczKjk47xpyDIkEPDiMOWLLt2LK3KzKU9S8 9Tq4TlGgWWi/iKH9p8KR+mB4I48oftQn0lafHsVIXD0XBAA/IQ0dffWOn65FqGcCUp TctSPn98fRe8w== In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <57024F32.5080404@shopzeus.com> X-Mailman-Original-References: <56FE0625.5030901@shopzeus.com> <1459523394.2611014.565840994.593DD99A@webmail.messagingengine.com> <570213CB.8040101@shopzeus.com> Xref: csiph.com comp.lang.python:106433 > Why do you limit the intervals to datetime? Are there any assumptions in > your code that would make it fail with int values? It has been generalized. Now it can be used with any immutable ordered type. :-)