Staging
v0.8.1
https://github.com/python/cpython
Revision 1ef06c62d3c05cbba6448c56af30a09c551c9ec2 authored by Miss Islington (bot) on 03 December 2018, 08:26:06 UTC, committed by Chris Withers on 03 December 2018, 08:26:06 UTC
* Add create_autospec with partial function returned in getattr

* Use self.assertFalse instead of assert

* Use different names and remove object
(cherry picked from commit c667b094ae37799a7e42ba5cd2ad501cc7920888)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
1 parent 6cb0486
Raw File
Tip revision: 1ef06c62d3c05cbba6448c56af30a09c551c9ec2 authored by Miss Islington (bot) on 03 December 2018, 08:26:06 UTC
bpo-32153: Add unit test for create_autospec with partial function returned in getattr (GH-10398) (#10855)
Tip revision: 1ef06c6
CODE_OF_CONDUCT.rst
Code of Conduct
===============

Please note that all interactions on
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
infrastructure is `covered
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top