Srinivas Reddy Thatiparthy
|
0a24714b26
|
Removed unnecessary else clause in TemplateStrings.get_template().
|
2017-08-07 10:24:58 -04:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Tim Graham
|
632c4ffd9c
|
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
|
2017-01-25 10:13:08 -05:00 |
Aymeric Augustin
|
a556396339
|
Refs #23919 -- Replaced io.open() with open().
io.open() is an alias for open() on Python 3.
|
2017-01-18 21:45:12 -05:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Preston Timmons
|
adff499e47
|
Fixed #24119, #24120 -- Formalized debug integration for template backends.
|
2015-05-06 17:33:47 -05:00 |
Aymeric Augustin
|
1eca0e95cf
|
Added Django template backend.
|
2014-12-28 16:08:35 +01:00 |
Aymeric Augustin
|
86c75996f0
|
Added dummy template backend.
|
2014-12-28 16:08:34 +01:00 |