X Tutup
Skip to content

[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-106296)#106298

Merged
terryjreedy merged 1 commit intopython:3.12from
miss-islington:backport-04dfc6f-3.12
Jul 1, 2023
Merged

[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-106296)#106298
terryjreedy merged 1 commit intopython:3.12from
miss-islington:backport-04dfc6f-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 1, 2023

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.
(cherry picked from commit 04dfc6f)

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


📚 Documentation preview 📚: https://cpython-previews--106298.org.readthedocs.build/

…s. (pythonGH-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.
(cherry picked from commit 04dfc6f)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup