Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 doesn't support print without "(" brackets. Print function implemented in cxxtest/python/cxxtest/*.py is still in Python2 format. #146

Open
chamorajg opened this issue Aug 30, 2019 · 1 comment

Comments

@chamorajg
Copy link

chamorajg commented Aug 30, 2019

print "-- Starting "+scope_t+" "+name

print "-- Stopping "+scope

print "-- Function declaration "+fn+" "+tmp

print "-- Function declaration "+tmp

print "Defined classes: ",list(self.index.keys())

print "WARNING: Unknown class "+key

print "Parsing file '"+arg+"'"

print str(_parse_info)

print "Debugging parse_cpp!"

print "Parsing file "+file,

print " error."


I have tried my best in quoting all the print functions implemented in cxxtest/python/cxxtest/*.py

@sandrotosi
Copy link

that's why there's a python3 subdirectory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants