[Python-bugs-list] [Bug #115054] test_minidom has a tab....

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Sep 2000 23:01:25 -0700


Bug #115054, was updated on 2000-Sep-21 23:01
Here is a current snapshot of the bug.

Project: Python
Category: demos and tools
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: test_minidom has a tab....

Details: line 232 in cvs has a tab that results in a exceptions.TabError: inconsistent use of tabs and spaces in indentation.

Line in question is:

# commented out until Fredrick's fix is checked in
def _testElementReprAndStrUnicodeNS():
    dom=Document()
    el=dom.appendChild(
	 dom.createElementNS( u"http://www.slashdot.org", u"slash:abc" ))

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115054&group_id=5470