* fix some syntax and 3k issues for py/path and py/process, tests only partially working

* have py.process.cmdexec return unicode/text (for now)
* rename py.builtin.basestring to _basestring

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-29 16:40:03 +02:00
parent 0f7a9e2da2
commit b930565d56
13 changed files with 98 additions and 81 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ class TestWCSvnCommandPath(CommonSvnTests):
def test_status_wrong_xml(self):
# testing for XML without author - this used to raise an exception
xml = u'<entry path="/home/jean/zope/venv/projectdb/parts/development-products/DataGridField">\n<wc-status item="incomplete" props="none" revision="784">\n</wc-status>\n</entry>'
xml = '<entry path="/home/jean/zope/venv/projectdb/parts/development-products/DataGridField">\n<wc-status item="incomplete" props="none" revision="784">\n</wc-status>\n</entry>'
st = XMLWCStatus.fromstring(xml, self.root)
assert len(st.incomplete) == 1