equal
deleted
inserted
replaced
1 #Copyright ReportLab Europe Ltd. 2000-2016 |
1 #Copyright ReportLab Europe Ltd. 2000-2017 |
2 #see license.txt for license details |
2 #see license.txt for license details |
3 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/yaml.py |
3 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/yaml.py |
4 # parses "Yet Another Markup Language" into a list of tuples. |
4 # parses "Yet Another Markup Language" into a list of tuples. |
5 # Each tuple says what the data is e.g. |
5 # Each tuple says what the data is e.g. |
6 # ('Paragraph', 'Heading1', 'Why Reportlab Rules') |
6 # ('Paragraph', 'Heading1', 'Why Reportlab Rules') |