Opened 7 years ago

Closed 7 years ago

#8820 closed enhancement (fixed)

Jinja2-2.9.5 (Python module)

Reported by: bdubbs@… Owned by: Douglas R. Reno
Priority: normal Milestone: 8.0
Component: systemd Version: SVN
Severity: normal Keywords:
Cc:

Description


Change History (4)

comment:1 by bdubbs@…, 7 years ago

Owner: set to Douglas R. Reno

comment:2 by Douglas R. Reno, 7 years ago

Status: newassigned

comment:3 by Douglas R. Reno, 7 years ago

Version 2.9.5
-------------
(bugfix release, released on January 28th 2017)

- Restored the original repr of the internal `_GroupTuple` because this
  caused issues with ansible and it was an unintended change.  (#654)
- Added back support for custom contexts that override the old `resolve`
  method since it was hard for people to spot that this could cause a
  regression.
- Correctly use the buffer for the else block of for loops.  This caused
  invalid syntax errors to be caused on 2.x and completely wrong behavior
  on Python 3 (#669)
- Resolve an issue where the `{% extends %}` tag could not be used with
  async environments. (#668)
- Reduce memory footprint slightly by reducing our unicode database dump
  we use for identifier matching on Python 3 (#666)
- Fixed autoescaping not working for macros in async compilation mode. (#671)

I'll note that I got some syntax errors out of this, but I think that is due to me not running Python-3.6.x. I'm still on Python-3.5 because I would have to reinstall all of my python modules upon upgrading.

comment:4 by Douglas R. Reno, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r18246

Note: See TracTickets for help on using tickets.