X Tutup
Skip to content

bpo-29116: Fix error messages for concatenating bytes and bytearray w…#724

Merged
serhiy-storchaka merged 1 commit intopython:3.5from
serhiy-storchaka:backport-6b5a9ec-3.5
Mar 19, 2017
Merged

bpo-29116: Fix error messages for concatenating bytes and bytearray w…#724
serhiy-storchaka merged 1 commit intopython:3.5from
serhiy-storchaka:backport-6b5a9ec-3.5

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

…ith unsupported type. (#709)

(cherry picked from commit 6b5a9ec)

@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error cherry-pick for 3.5 labels Mar 19, 2017
@serhiy-storchaka serhiy-storchaka merged commit 2c5b2c3 into python:3.5 Mar 19, 2017
@serhiy-storchaka serhiy-storchaka deleted the backport-6b5a9ec-3.5 branch March 19, 2017 19:06
whydoubt added a commit to whydoubt/voc that referenced this pull request Nov 4, 2017
See beeware#595 for the original problem.  As the fix done in Python 3.6.2 was
also backported to 3.5.4, extend the version checks made in beeware#607.
See also python/cpython#724.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup