[Python-checkins] [python/cpython] 3358d5: bpo-30629: Remove second call of str.lower() in ht...

GitHub noreply at github.com
Fri Jun 16 21:15:26 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3358d589fb51372a56ddcfffa277855e5661c4c0
      https://github.com/python/cpython/commit/3358d589fb51372a56ddcfffa277855e5661c4c0
  Author: Motoki Naruse <motoki at naru.se>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M Lib/html/parser.py

  Log Message:
  -----------
  bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)

elem is the result of .lower() 6 lines above the handle_endtag call.
Patch by Motoki Naruse




More information about the Python-checkins mailing list