tamr / hash-identifier

Automatically exported from code.google.com/p/hash-identifier
0 stars 0 forks source link

Python 3.3 compatibility errors #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the script in Python 3.3

What is the expected output? What do you see instead?
compilation errors ( print is replace with print(). and raw_input() with 
input().)

What version of the product are you using? On what operating system?
Python 3.3, win7, hash identifier 1.1

Please provide any additional information below.

Please find attached the corrected script to run with Python 3.3, not backward 
compatatible
http://www.python.org/dev/peps/pep-3105/#backwards-compatibility

Original issue reported on code.google.com by michail....@gmail.com on 12 Nov 2012 at 9:48

Attachments:

GoogleCodeExporter commented 9 years ago
Small changes are necessary.
Like print ("") instead of print ""
and raw_input has been named only input 

Original comment by witt...@gmail.com on 1 Jan 2014 at 6:19

Attachments: