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 ksqsf
Recipients ksqsf
Date 2017-08-17.10:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502967575.03.0.97521659396.issue31225@psf.upfronthosting.co.za>
In-reply-to
Content
It'll be nice if `update' can accept str directly, rather than str.encode first.

One of the most common use cases is "m.update(s.encode())", so it shouldn't make a big difference to just use "m.update(s)"; after all, users who want to specify encoding explicitly can still do so.
History
Date User Action Args
2017-08-17 10:59:35ksqsfsetrecipients: + ksqsf
2017-08-17 10:59:35ksqsfsetmessageid: <1502967575.03.0.97521659396.issue31225@psf.upfronthosting.co.za>
2017-08-17 10:59:34ksqsflinkissue31225 messages
2017-08-17 10:59:34ksqsfcreate