cclauss opened a new pull request #343: Modernize python 2 codes
URL: https://github.com/apache/cassandra/pull/343
 
 
   * Old style exceptions --> new style for Python 3
       * Old style exceptions are syntax errors in Python 3 but new style 
exceptions work as expected in both Python 2 and Python 3.
   * Use __print()__ function in both Python 2 and Python 3
       * Legacy __print__ statements are syntax errors in Python 3 but 
__print()__ function works as expected in both Python 2 and Python 3.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to