Re: Serialization of return value (2)
Irmen de Jong <[email protected]> Sun, 26 Oct 2014 23:46:43 +0100
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
On 26-10-2014 23:33, Irmen de Jong wrote: > Anyway you should not use old-style classes really. Pyro4 won't support them. I guess > I'll have to add a check in the daemon that prevents registering old-style class instances. Nah, not going to bother. Simply adding a note in the docs. You should not be using old style classes since Python 2.3, which is ancient. Irmen ------------------------------------------------------------------------------