Skip to content
Snippets Groups Projects
  • Sharif Nassar's avatar
    deaf7c57
    Make more idiomatic · deaf7c57
    Sharif Nassar authored
    * Some whitespace cleanup
    * Some 'not x in y' to 'x not in y'
    * Switch 'dict.has_key(key)' to 'key in dict'
    * Change from try/except on error lookup to error.get()
    deaf7c57
    History
    Make more idiomatic
    Sharif Nassar authored
    * Some whitespace cleanup
    * Some 'not x in y' to 'x not in y'
    * Switch 'dict.has_key(key)' to 'key in dict'
    * Change from try/except on error lookup to error.get()