Skip to content

Instantly share code, notes, and snippets.

@tav
Created August 26, 2009 20:18
Show Gist options
  • Select an option

  • Save tav/175798 to your computer and use it in GitHub Desktop.

Select an option

Save tav/175798 to your computer and use it in GitHub Desktop.
INVALID_CHAR_NAMES = frozenset(
'!'
'"'
'#'
'$'
'%'
'&'
'('
')'
'*'
'+'
','
'.'
':'
';'
'<'
'='
'>'
'?'
'@'
'['
'\\'
']'
'^'
'`'
'{'
'|'
'}'
'~'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment