commit | 9e7c8da61c01279797197438111c33b3b8f2e3b2 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Tue Aug 28 11:15:20 2007 +0000 |
committer | Eric Smith <eric@trueblade.com> | Tue Aug 28 11:15:20 2007 +0000 |
tree | 7317ed891aa64e0d799b614108154abcdb3c542d | |
parent | 79710cdea1975c633c63bb25b25f92ac61a976e2 [diff] |
Simplified tuple returned by string._formatter_parser to only have 4 elements. No need for old is_markup element, the same information is indicated by literal_string being None. Factored string.Formatter class to make subclasses easier to write.