Skip to content

bpo-40275: Use new test.support helper submodules in tests #21317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 6, 2020

Conversation

shihai1991
Copy link
Member

@shihai1991 shihai1991 commented Jul 4, 2020

Use test helpers in the following test cases:

  • tests of distutils
  • test_dbm_gnu
  • test_eof
  • test_hashlib
  • test_idle
  • test_imaplib
  • test_marshal
  • test_py_compile
  • test_set
  • test_socket
  • test_sysconfig
  • test_traceback
  • test_unicode
  • test_xml_etree
  • test_zipfile

https://bugs.python.org/issue40275

@shihai1991
Copy link
Member Author

@vstinner pls take a look if you have free time, thanks.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I cannot merge your PR, there is a merge conflict. Please fix the conflict, and ping me when it's done.

vstinner and others added 12 commits July 6, 2020 19:01
PyUnicode_EncodeDecimal and PyUnicode_TransformDecimalToASCII
are deprecated since Python 3.3.
But Py_DEPRECATED(3.3) was commented out.
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
* Clarify number of scopes

* Indicate 3 or 4

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…21340)

* improve control flow docs

* Add also

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@shihai1991
Copy link
Member Author

@vstinner ping : )

@vstinner vstinner merged commit deb0162 into python:master Jul 6, 2020
@shihai1991
Copy link
Member Author

thanks, victor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants