Message11660

Author jeff.allen
Recipients jeff.allen, stefan.richthofer, zyasoft
Date 2017-11-18.10:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511002798.55.0.213398074469.issue2638@psf.upfronthosting.co.za>
In-reply-to
Content
... although this is plain weird (CPython 2.7.14):

>>> "hello"==buffer("hello")
False
>>> u"hello"==buffer("hello")
True

>>> "hello"==memoryview("hello")
True
>>> u"hello"==memoryview("hello")
False
History
Date User Action Args
2017-11-18 10:59:58jeff.allensetmessageid: <1511002798.55.0.213398074469.issue2638@psf.upfronthosting.co.za>
2017-11-18 10:59:58jeff.allensetrecipients: + jeff.allen, zyasoft, stefan.richthofer
2017-11-18 10:59:58jeff.allenlinkissue2638 messages
2017-11-18 10:59:58jeff.allencreate