[Checkins] [zopefoundation/DocumentTemplate] 5458ce: Avoid mutating kwargs dict while iterating.

GitHub noreply at github.com
Tue Jun 6 20:18:34 CEST 2017


  Branch: refs/heads/10-avoid_mutating_kwargs_dict_while_iterating
  Home:   https://github.com/zopefoundation/DocumentTemplate
  Commit: 5458cecb6c6c850ff623667d4ef43aaf36e71df9
      https://github.com/zopefoundation/DocumentTemplate/commit/5458cecb6c6c850ff623667d4ef43aaf36e71df9
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M src/DocumentTemplate/DT_In.py

  Log Message:
  -----------
  Avoid mutating kwargs dict while iterating.

The 'add_with_prefix' helper may return the original dict, if no prefix
is set, which causes an error under Python3.

Closes #10.




More information about the checkins mailing list