[Python-checkins] [python/cpython] 0cd7a3: bpo-29104: Fixed parsing backslashes in f-strings....

GitHub noreply at github.com
Thu May 25 06:33:56 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 0cd7a3f196cf34d9bb0a52e61327f7fe289d9750
      https://github.com/python/cpython/commit/0cd7a3f196cf34d9bb0a52e61327f7fe289d9750
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M Lib/test/test_fstring.py
    M Misc/NEWS
    M Python/ast.c

  Log Message:
  -----------
  bpo-29104: Fixed parsing backslashes in f-strings. (#490)




More information about the Python-checkins mailing list