]> granicus.if.org Git - python/commit
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Aug 2019 04:59:54 +0000 (21:59 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 28 Aug 2019 04:59:54 +0000 (21:59 -0700)
commit2cb82d2a88710b0af10b9d9721a9710ecc037e72
treeaacb6591cd2559a5acde5765a4dd687506750358
parent03c52f2f63a8abeb4afb75e9da46c7d6c0a8afd5
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557)

(cherry picked from commit 2a16eea71f56c2d8f38c295c8ce71a9a9a140aff)

Co-authored-by: Daniel Fortunov <asqui@users.noreply.github.com>
Lib/collections/__init__.py
Lib/test/test_userstring.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-05-07-17-42-36.bpo-36582.L_dxR6.rst [new file with mode: 0644]