Message843

Author cupdike
Recipients
Date 2003-05-16.17:39:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jython 2.1 on java1.3.1_07 (JIT: null)
Type "copyright", "credits" or "license" for more 
information.

>>> from operator import isSequenceType
>>> isSequenceType(slice(0,0,0))

1

ActivePython 2.1.1, build 212 (ActiveState)
Python 2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license" for more 
information.

>>> from operator import isSequenceType
>>> isSequenceType(slice(0,0,0))

0
History
Date User Action Args
2008-02-20 17:17:15adminlinkissue738880 messages
2008-02-20 17:17:15admincreate