##// END OF EJS Templates
use ø instead of å in test_completerlib...
use ø instead of å in test_completerlib å roundtrips strangely on some filesystems (OSX 10.7.2 case-sensitive HFS+ tested): u'å'.encode('utf-8') == `\xc3\xa5`, but reads from the filesystem as `\xcc\x8a`. Both values correspond to å in utf-8, but are not considered equivalent in the string comparison.

File last commit:

r2267:928c921b
r5691:41b8526f
Show More
ipy_profile_none.py
3 lines | 132 B | text/x-python | PythonLexer
""" Config file for 'default' profile """
# get various stuff that are there for historical / familiarity reasons
import ipy_legacy