Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

It would be nice to have simple general mechanism for everloading names of 
modules, classes and functions, similar to _compat_pickle. Currently you can do 
this with creating a subclass of Unpickler and overloading find_class(), but it 
is not so convenient. There is no way to register standard replacements 
globally.

----------

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

Reply via email to