1 |
|
2003-06-20 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/xmlsupport.py (SaxEventLister.startElementNS) |
4 |
|
(SaxEventLister.endElementNS): Do not include the qname. Python |
5 |
|
2.2.1 and 2.2.2 and 2.2.3 differ in this regard. In 2.2.1 qname it |
6 |
|
is (presumably incorrectly) None, whereas it's a string with the |
7 |
|
element name in the later versions. |
8 |
|
|
9 |
|
* test/test_xmlsupport.py (TestEventList.test_even_list_simple) |
10 |
|
(TestEventList.test_even_list_namespace): Update tests to reflect |
11 |
|
the new behaviour |
12 |
|
(TestEventList.test_even_list_id_normalization): Fix doc-string |
13 |
|
|
14 |
2003-06-20 Jonathan Coles <[email protected]> |
2003-06-20 Jonathan Coles <[email protected]> |
15 |
|
|
16 |
* Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden |
* Thuban/Model/layer.py (BaseLayer.HasShapes): New. Overridden |