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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-106232: Make timeit doc command lines compatible with Windows. #106296

Merged
merged 2 commits into from
Jul 1, 2023

Commits on Jun 30, 2023

  1. pythongh-106232: Make timeit doc command lines compatible with Windows.

    Command Prompt (CMD Shell) and older versions of PowerShell
    require double quotes and single quotes inside the string.
    This form also works on linux and macOS.
    terryjreedy committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ec58db1 View commit details
    Browse the repository at this point in the history
  2. timeit in using.rst

    terryjreedy committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    76a0e19 View commit details
    Browse the repository at this point in the history