Skip to content

Instantly share code, notes, and snippets.

@jstenar
Created September 6, 2011 18:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jstenar/1198484 to your computer and use it in GitHub Desktop.
Script for "non-ascii in __doc__ string crashes qtconsole kernel when showing tooltip"
# -*- coding: cp1252 -*-
def a():
u"åäö"
def b():
"åäö"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment