[issue1374063] Broader iterable support for xmlrpclib

2020-11-18 Thread Irit Katriel
Irit Katriel added the comment: Skip has abandoned this (removed himself from nosy list) so I'm closing it. -- nosy: +iritkatriel resolution: remind -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue1374063] Broader iterable support for xmlrpclib

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1374063] Broader iterable support for xmlrpclib

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is anyone interested in this or can it be closed? -- nosy: +BreamoreBoy stage: -> patch review type: -> feature request versions: +Python 3.2 -Python 2.6 ___ Python tracker ___

[issue1374063] Broader iterable support for xmlrpclib

2010-05-20 Thread Skip Montanaro
Changes by Skip Montanaro : -- assignee: skip.montanaro -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue1374063] Broader iterable support for xmlrpclib

2010-05-20 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1374063] Broader iterable support for xmlrpclib

2008-04-12 Thread Skip Montanaro
Changes by Skip Montanaro <[EMAIL PROTECTED]>: -- resolution: -> remind _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing

[issue1374063] Broader iterable support for xmlrpclib

2007-09-04 Thread Skip Montanaro
Skip Montanaro added the comment: Thanks for the feedback. I will reexamine what I've got. _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-li

[issue1374063] Broader iterable support for xmlrpclib

2007-09-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: I have three problems with the current form of the patch: a) in the documentation, it should state that __dict__ is an attribute, not a method. b) why are you moving the subclassed-from-builtin types into the except block? It is there to reject things that have