[Python-checkins] [python/cpython] 2c5b2c: bpo-29116: Fix error messages for concatenating by...

GitHub noreply at github.com
Sun Mar 19 15:06:46 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 2c5b2c3832d4d2af7b60333a5a8f73dd51ef6245
      https://github.com/python/cpython/commit/2c5b2c3832d4d2af7b60333a5a8f73dd51ef6245
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
    M Objects/bytearrayobject.c
    M Objects/bytesobject.c

  Log Message:
  -----------
  bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) (#724)

(cherry picked from commit 6b5a9ec4788770c652bac3bf5d5a0a3b710b82ae)




More information about the Python-checkins mailing list