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

GitHub noreply at github.com
Tue Jun 6 20:39:21 CEST 2017


  Branch: refs/heads/master
  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.


  Commit: 40b62bc83cbd8b6afd6dc5e344ae17bfbab01797
      https://github.com/zopefoundation/DocumentTemplate/commit/40b62bc83cbd8b6afd6dc5e344ae17bfbab01797
  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:
  -----------
  Merge pull request #11 from zopefoundation/10-avoid_mutating_kwargs_dict_while_iterating

Avoid mutating kwargs dict while iterating.


Compare: https://github.com/zopefoundation/DocumentTemplate/compare/3e5d0965abfe...40b62bc83cbd


More information about the checkins mailing list