Message11680

Author jeff.allen
Recipients jeff.allen, stefan.richthofer, zyasoft
Date 2017-11-22.21:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511386961.83.0.213398074469.issue2638@psf.upfronthosting.co.za>
In-reply-to
Content
As we care whether it works, we should have a test for it to alert us when we break it. I'll add one as you indicate, Stefan and you can improve it if it fails to capture the essence.

By "modify startswith" I meant the one in PyShadowstring, because it copied code from PyString that I've now changed. Ideally, it would call the one in PyString instead, or maybe both call common code. This might be easier if the shadow string it held were a PyString itself. I would feel safer trying that with a test in place.
History
Date User Action Args
2017-11-22 21:42:41jeff.allensetmessageid: <1511386961.83.0.213398074469.issue2638@psf.upfronthosting.co.za>
2017-11-22 21:42:41jeff.allensetrecipients: + jeff.allen, zyasoft, stefan.richthofer
2017-11-22 21:42:41jeff.allenlinkissue2638 messages
2017-11-22 21:42:41jeff.allencreate