Message50640
| Author |
zseil |
| Recipients |
| Date |
2006年07月10日.07:32:09 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
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. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:53:24 | admin | link | issue1519796 messages |
| 2007年08月23日 15:53:24 | admin | create |
|