]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 1 Jul 2023 02:34:31 +0000 (22:34 -0400)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 02:34:31 +0000 (22:34 -0400)
commit04dfc6fa9018e92a5b51c29fc0ff45419c596bc3
tree234c4aa0370a03703926c1fa54e71a4c2782e2dd
parenteb7d6e7ad844955f9af88707d296e003c7ce4394
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)

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.
Doc/library/timeit.rst
Doc/using/cmdline.rst
Misc/NEWS.d/next/Documentation/2023-06-30-19-28-59.gh-issue-106232.hQ4-tz.rst [new file with mode: 0644]