[Python-Dev] PEP 575: Unifying function/method classes

2018-04-12 Thread Jeroen Demeyer
Dear Python developers, I would like to request a review of PEP 575, which is about changing the classes used for built-in functions and Python functions and methods. The text of the PEP can be found at https://www.python.org/dev/peps/pep-0575/ No substantial changes to the contents of the P

Re: [Python-Dev] python3.5.3: xmlrpc_net unit test fail

2018-04-12 Thread Craig Rodrigues
That unit test was written when https://buildbot.python.org was running at Buildbot version 8 which had an XMLRPC interface. Last year, buildbot.python.org was upgraded to Buildbot version 9, which dropped the XMLRPC interface in favor of a REST API. So that link no longer works. The unit change

[Python-Dev] python3.5.3: xmlrpc_net unit test fail

2018-04-12 Thread Nikita Gupta
Hi All, Before installing python 3.5.3, i performed the test cases provided with the source tar ball. But 3 tests failed. I figured out the reason for other 2. But 1 test case is out of my understanding. Re-running test 'test_xmlrpc_net' in verbose mode test_python_builders (test.test_xmlrpc_net.

[Python-Dev] PEP 561 implemented and minor clarification

2018-04-12 Thread Ethan Smith
Hello, I've updated PEP 561 to clarify that any installed stub package should supersede an installed inline package. In other words if there is: /global/site-packages/pkg/ /user/site-packages/pkg-stubs/ Even if pkg in the global site packages is found first and marks that it supports types, the