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

    https://github.com/apache/spark/pull/20838#discussion_r194292662
  
    --- Diff: dev/create-release/releaseutils.py ---
    @@ -49,6 +49,9 @@
         print("Install using 'sudo pip install unidecode'")
         sys.exit(-1)
     
    +if sys.version_info[0] >= 3:
    +    raw_input = input
    --- End diff --
    
    Does this script work in Python 3+ now?


---

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

Reply via email to