##// END OF EJS Templates
Merge pull request #8886 from jakirkham/fix_unicode_dir_test...
Merge pull request #8886 from jakirkham/fix_unicode_dir_test TST: Decode UTF-8 paths before passing them to `os.path` functions

File last commit:

r21337:03608cd1
r21721:a58ab371 merge
Show More
pickleutil.py
5 lines | 130 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil")
from ipykernel.pickleutil import *