Message9242

Author jeff.allen
Recipients jeff.allen, zyasoft
Date 2014-12-15.20:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418675711.14.0.155835317927.issue2197@psf.upfronthosting.co.za>
In-reply-to
Content
>>> u = u"aaabbc"
>>> v = u"aaa\U00010002bcc"
>>> u.count(u'b')
2
>>> v.count(u'b')
1
>>> u.count(u'')
7

I agree. Hard to say quite where, but leading up to this merge:
https://hg.python.org/jython/rev/776cae0189ed
History
Date User Action Args
2014-12-15 20:35:11jeff.allensetmessageid: <1418675711.14.0.155835317927.issue2197@psf.upfronthosting.co.za>
2014-12-15 20:35:11jeff.allensetrecipients: + jeff.allen, zyasoft
2014-12-15 20:35:11jeff.allenlinkissue2197 messages
2014-12-15 20:35:10jeff.allencreate