Revision: 3222
Author: jussi.ao.malinen
Date: Thu May 6 06:42:57 2010
Log: include headers
http://code.google.com/p/robotframework/source/detail?r=3222
Modified:
/wiki/ReleaseNotes25.wiki
/wiki/tools/get_issues.py
=======================================
--- /wiki/ReleaseNotes25.wiki Thu May 6 06:37:31 2010
+++ /wiki/ReleaseNotes25.wiki Thu May 6 06:42:57 2010
@@ -1,3 +1,4 @@
+|| ID || Type || Priority || Summary ||
|| Issue 198 || Enhancement || Critical || Jython 2.5 support ||
|| Issue 288 || Defect || High || It is not possible to assign all Python
and Java iterables to list variables ||
|| Issue 529 || Defect || High || UTF-8 BOM is not ignored in plain text
or TSV test data files ||
=======================================
--- /wiki/tools/get_issues.py Thu May 6 04:58:06 2010
+++ /wiki/tools/get_issues.py Thu May 6 06:42:57 2010
@@ -49,6 +49,7 @@
url = URL.substitute(locals())
reader = csv.reader(urlopen(url))
total_issues = 0
+ print '|| ID || Type || Priority || Summary ||'
for row in reader:
if not row or row[1] == 'Task':
continue