]> granicus.if.org Git - python/commit
Remove __getslice__, __setslice__, __delslice__ methods from proxies
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 29 May 2012 11:01:45 +0000 (12:01 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 29 May 2012 11:01:45 +0000 (12:01 +0100)
commit1074a9294bf010a8f167299e541a2860638b2e5f
tree42b742224a429c33fa2811e4f7032c280dc1c0d8
parentecdc076695bbe138a456a359c168c19e8e3de147
Remove __getslice__, __setslice__, __delslice__ methods from proxies

Proxy classes in multiprocessing do not need these methods in Python 3.x.
Lib/multiprocessing/managers.py