As what you said, the following two code section is totally the same?

(I)
class TestResult:
        _passxxx_ = "pass"

(II) 
class TestResult: 
        passxxx = "pass"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to