Unit test of the strip_elements_with_classes config setting.
[docutils.git] / sandbox / infrastructure / releasing-log.txt
blob6f814fca5fbaab5e552a8e89a240f791558e0acb
1 Releasing
2 =========
4 :Contact: grubert@users.sourceforge.net, docutils-develop@users.sourceforge.net
5 :Revision: $Revision: 7396 $
6 :Date: $Date: 2012-04-29 11:18:23 +0200 (So, 29 Apr 2012) $
7 :Copyright: This document has been placed in the public domain.
9 Notes on what happend while releasing.
11 Release 0.9.1
12 =============
14 same failures as for 0.9 plus
16 * python 2.3: twice, ignored ::
18   -             [Errno 2] No such file or directory: 'bogus.csv'.
19   +             [Errno 2] No such file or directory: u'bogus.csv'.
21   python 2.3 ::
23     ======================================================================
24     ERROR: test_unicode (test_error_reporting.ErrorStringTests)
25     ----------------------------------------------------------------------
26     Traceback (most recent call last):
27       File "/usr/local/lib/python2.3/site-packages/docutils-test/test_error_reporting.py", line 153, in test_unicode
28         self.assertEqual(u'ImportError: %s' % SafeString(self.bs),
29     UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 0: ordinal not in range(128)
31 Note: sf takes some considerable time till the downlods are visible for normal users.
32   More than 1 hour , the folder files/docutils/0.9.1 exists and the webinterface
33   correctly summarizes "Totals: 2 Items         1.6 MB" but nothing is shown.
35 Release 0.9
36 ===========
38 * python 2.3 unittest.TestCase has no assertTrue
39 * python 2.3 keyword dictionaries update method does not support kwargs
41 Ignored test errors
43 * python 2.3: unicode problems. 2.3 support is likely to be ended soon.
44   Systems with only 2.3 might not even know of unicode.
46 * PIL ``AttributeError: 'module' object has no attribute 'Image'``
48   A problem in PIL ? 
49   Tested and failiing on
51   - ubuntu8.04, python 2.4, 2.5  
52   - ubuntu10.04, python 2.6  
53   - ubuntu11.10, python 2.7  
55 * python 2.64rc1 has a different error message format::
57               Problems with "raw" directive path:
58        -      InputError: [Errno 2] No such file or directory: 'non-existent.file'.
59        +      InputError: (2, 'No such file or directory').
61   but not in python 2.6.7