Skip to content
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

bpo-40670: More reliable validation of statements in timeit.Timer. #22358

Merged
merged 2 commits into from Sep 22, 2020

Commits on Sep 22, 2020

  1. bpo-40670: More reliable validation of statements in timit.Timer.

    It now accepts "empty" statements (only whitespaces and comments)
    and rejects misindentent statements.
    serhiy-storchaka committed Sep 22, 2020
  2. Update Misc/NEWS.d/next/Library/2020-09-22-14-55-34.bpo-40670.R5sm68.rst

    Co-authored-by: Victor Stinner <vstinner@python.org>
    serhiy-storchaka and vstinner committed Sep 22, 2020