Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21702#discussion_r199718062
  
    --- Diff: dev/create-release/releaseutils.py ---
    @@ -49,13 +49,16 @@
         print("Install using 'sudo pip install unidecode'")
         sys.exit(-1)
     
    +if sys.version < '3':
    +    input = raw_input
    --- End diff --
    
    If we can do the opposite, the diff should be only 4 lines though


---

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

Reply via email to