Message8582

Author mb_
Recipients mb_
Date 2014-05-28.19:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401304810.29.0.715073914896.issue2155@psf.upfronthosting.co.za>
In-reply-to
Content
The attached script 'address.py' shows different behavior between Jython 2.7 hg and CPython 2.7.7rc1:

> $ python2 ./address.py 
> ('80.190.117.144', 80)
> $ /home/mb/develop/hg/jython/dist/bin/jython ./address.py 
> Traceback (most recent call last):
>   File "./address.py", line 4, in <module>
>     print sockaddr[:2]
>   File "/home/mb/develop/hg/jython/dist/Lib/_socket.py", line 1408, in __getitem__
>     raise IndexError()
> IndexError
History
Date User Action Args
2014-05-28 19:20:10mb_setrecipients: + mb_
2014-05-28 19:20:10mb_setmessageid: <1401304810.29.0.715073914896.issue2155@psf.upfronthosting.co.za>
2014-05-28 19:20:09mb_linkissue2155 messages
2014-05-28 19:20:09mb_create