[Python-checkins] [python/cpython] 004e03: bpo-29116: Improve error message for concatenating...

GitHub noreply at github.com
Sun Mar 19 13:38:43 EDT 2017


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

  Changed paths:
    M Objects/unicodeobject.c

  Log Message:
  -----------
  bpo-29116: Improve error message for concatenating str with non-str. (#710)




More information about the Python-checkins mailing list