Antoine Pitrou <pit...@free.fr> added the comment:

I think methods should be picklable just like global functions are, that is, by 
pickling a tuple of the fully-qualified class name ("mymodule.myclass"), method 
name ("mymethod"), and self.

----------

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

Reply via email to