This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, ezio.melotti, georg.brandl, loewis, mark.dickinson, pitrou, serhiy.storchaka, terry.reedy
Date 2017-10-29.10:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509272740.02.0.213398074469.issue20047@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 107f3cc791d223dc06b7c80f0de672e88ae6a8d1 by Serhiy Storchaka in branch '2.7':
[2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163)
https://github.com/python/cpython/commit/107f3cc791d223dc06b7c80f0de672e88ae6a8d1
History
Date User Action Args
2017-10-29 10:25:40serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, georg.brandl, terry.reedy, mark.dickinson, pitrou, ezio.melotti
2017-10-29 10:25:40serhiy.storchakasetmessageid: <1509272740.02.0.213398074469.issue20047@psf.upfronthosting.co.za>
2017-10-29 10:25:40serhiy.storchakalinkissue20047 messages
2017-10-29 10:25:39serhiy.storchakacreate