Skip to content

Commit

Permalink
Update adapters and fix formatting [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajg committed Apr 16, 2014
1 parent 8472fe0 commit 1abcede
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ Components
* `boost::shared_ptr`
- `string`
* `std::basic_string`
* `char*`, `char[N]`
* `char*`
* `char[N]`
* `wchar_t*` (When available.)
* `wchar_t[N]` (When available.)
- `utility`
* `std::pair`
- `variant`
Expand Down Expand Up @@ -440,9 +443,9 @@ Future Work
+ Turn optional arguments to synth.Template into kwargs
+ Support is_safe, needs_autoescape, and expects_localtime in custom filters
+ Support for non-simple custom tags via token and parser objects
~ Custom inclusion tags
~ Custom assignment tags
~ Custom tags with arbitrary blocks
1. Custom inclusion tags
2. Custom assignment tags
3. Custom tags with arbitrary blocks
+ Set docstrings where appropriate
+ Support for Python 3
* Other:
Expand Down

0 comments on commit 1abcede

Please sign in to comment.