Message50640
Package xmlcore.sax currently uses a mix of realtive
and absolute imports. This caused the following bugs:
http://python.org/sf/1513611
http://python.org/sf/1511497
This patch fixes it, by using relative imports.
I tried using absolute imports, but then some of
the tests in the attached test_xml_importing
module fail.
The tests are separate because I don't know how
to include setUp() and tearDown() methods into
non unittest based tests. |
|
Date |
User |
Action |
Args |
2007-08-23 15:53:24 | admin | link | issue1519796 messages |
2007-08-23 15:53:24 | admin | create | |
|