STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Patch for os.fsencode/fsdecode importing unicodedata in the function (instead 
of a global import). unicodedata module is not builtin and is dynamically 
loaded. We should maybe ignore ImportError if the module is not available? With 
a warning?

For PyUnicode_EncodeFSDefault() and PyUnicode_DecodeFSDefault(AndSize)() (C 
implementation), we can maybe use a hook (eg. implemented as as configurable 
callback) and set the hook after loading the unicodedata module.

It would be easier if unicodedata would be builtin module :-)

----------
keywords: +patch
Added file: http://bugs.python.org/file19377/10209.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10209>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to