for line in f:
if line[0] == '#': continue # comment
if line[0] == '=':
- date,current = line[1:].strip().split()
+ date,current = line[1:].strip().split(None, 1)
now = datetime.date(*tuple([int(i) for i in date.split('-')]))
continue
if line[0] == '+':
<body>
<p>
-<strong>2 October 2008:</strong>
-Checkpoint 1.0.1.d20081001,
-a candidate for the 1.1 release,
+<strong>10 October 2008:</strong>
+Release 1.1.0,
is now available at the
<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>.
</p>
-<p>
-<strong>7 September 2008:</strong>
-Release 1.0.1 is now available at the
-<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>.
-</p>
-
</body>
</html>
<th>Type</th>
<th>Comments</th>
</tr>
- <tr>
- <td>2-Oct-2008</td>
- <td>RC</td>
- <td>Release candidate for 1.1.</td>
- </tr>
- <tr>
- <td>9-Oct-2008</td>
- <td>1.1</td>
- <td>First minor release of 1.0.</td>
- </tr>
<tr>
<td>13-Oct-2008</td>
<td>Ckpt</td>
=2008-09-13 1.0.1
-+19 rc Release candidate for 1.1.
-+7 1.1 First minor release of 1.0.
-+4 ck Beta for testing new features.
+=2008-10-01 Release candidate for 1.1.
+=2008-10-10 1.1.0
++3 ck Beta for testing new features.
+14 ck Beta for testing new features.
+14 ck Beta for testing new features.
+7 rc Release candidate for 1.2.