Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
Source project has a limited visibility.
  • Alex Willmer's avatar
    Fix uses of retired builtins and builtin methods · 287f71d5
    Alex Willmer authored
    In Python 3.x
    
    - int and long types are unified. The unified type is called int.
    - the text string type (unicode) is renamed to str.
    - the byte string type (str) is renamed to bytes.
    - chr returns a text string (i.e. str)
    - xrange is renamed to range.
    - dict.has_key() is removed
    -
    287f71d5
    History