]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move compress_whitespace setting from template writer to reader.
authorBen Darnell <ben@bendarnell.com>
Sun, 5 Jul 2015 19:45:52 +0000 (15:45 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 5 Jul 2015 19:45:52 +0000 (15:45 -0400)
commit26a03dfc4d39bb16e90095101aadf28110099e9c
tree820967e595a0d78e024e055958d2a297114538c9
parent6285ac97654fc72bddf24928981d52fd2fcacf80
Move compress_whitespace setting from template writer to reader.

This ensures that the filename-based heuristic is applied correctly for
files included from another file.
tornado/template.py
tornado/test/template_test.py