[issue25238] Version added of context parameter for xmlrpc.client.ServerProxy incorrect

2021-12-01 Thread Irit Katriel
Irit Katriel added the comment: Both 3.4 and 3.5 are out of maintenance now, so this is no longer relevant. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue25238] Version added of context parameter for xmlrpc.client.ServerProxy incorrect

2015-10-03 Thread R. David Murray
R. David Murray added the comment: I agree with desbma, but would not consider it unreasonable to mention both versions in the 3.5+ docs in order to avoid any ambiguity. -- nosy: +r.david.murray ___ Python tracker

[issue25238] Version added of context parameter for xmlrpc.client.ServerProxy incorrect

2015-10-03 Thread desbma
desbma added the comment: Previous sentence is if we only mention 3.4.3 of course. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue25238] Version added of context parameter for xmlrpc.client.ServerProxy incorrect

2015-10-03 Thread desbma
desbma added the comment: In my mind 3.4.3 < 3.5, so unless mentioned otherwise it is implied that the change is in all versions of the 3.5 branch. -- ___ Python tracker ___ __

[issue25238] Version added of context parameter for xmlrpc.client.ServerProxy incorrect

2015-10-02 Thread Martin Panter
Martin Panter added the comment: What are you proposing? I think you will find both cases are true. The change was made in 3.4 (but only in time for 3.4.3+) and 3.5 (starting at 3.5.0). If the documentation failed to mention 3.5 and only mentioned 3.4.3, it would not be obvious if that change

[issue25238] Version added of context parameter for xmlrpc.client.ServerProxy incorrect

2015-09-26 Thread desbma
New submission from desbma: Doc of 3.4 branch says the context parameter for xmlrpc.client.ServerProxy was added at version 3.4.3: https://docs.python.org/3.4/library/xmlrpc.client.html?highlight=xmlrpc.client#module-xmlrpc.client Although doc of 3.5 branch says the context parameter for xmlr