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

gh-102354: change python3 to python in docs examples #102696

Merged
merged 3 commits into from Mar 14, 2023
Merged

gh-102354: change python3 to python in docs examples #102696

merged 3 commits into from Mar 14, 2023

Conversation

Liturgist
Copy link
Contributor

gh-102354: change python3 to python

Changes were made under the ./Doc directory.
Except, under ./whatsnew was not changed.

@Liturgist Liturgist requested a review from vsajip as a code owner March 14, 2023 17:10
@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Mar 14, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@carljm carljm changed the title #102354, change python3 to python gh-102354: change python3 to python in docs examples Mar 14, 2023
Copy link
Member

@carljm carljm left a comment

Choose a reason for hiding this comment

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

LGTM, with one nit which I should be able to fix up myself. Thanks!

Doc/tutorial/venv.rst Outdated Show resolved Hide resolved
@Liturgist
Copy link
Contributor Author

@carljm, can you tell me what "nit" needs correcting so that I may do better next time?

@carljm
Copy link
Member

carljm commented Mar 14, 2023

@Liturgist you can see it in the inline comment I left and the last commit I pushed. You changed one occurrence of python3 to python where the text was specifically discussing using python3 to select a particular version of Python, so I changed that one occurrence back.

@carljm carljm merged commit 80abd62 into python:main Mar 14, 2023
@carljm
Copy link
Member

carljm commented Mar 14, 2023

Merged; thanks for the contribution!

@carljm carljm added the needs backport to 3.11 only security fixes label Mar 14, 2023
@miss-islington
Copy link
Contributor

Thanks @Liturgist for the PR, and @carljm for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@carljm carljm added the needs backport to 3.10 only security fixes label Mar 14, 2023
@miss-islington
Copy link
Contributor

Thanks @Liturgist for the PR, and @carljm for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-102697 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Mar 14, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 14, 2023
…102696)

(cherry picked from commit 80abd62)

Co-authored-by: Paul Watson <paul.hermeneutic@gmail.com>
@bedevere-bot
Copy link

GH-102698 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Mar 14, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 14, 2023
…102696)

(cherry picked from commit 80abd62)

Co-authored-by: Paul Watson <paul.hermeneutic@gmail.com>
carljm pushed a commit that referenced this pull request Mar 14, 2023
… (#102698)

gh-102354: change python3 to python in docs examples (GH-102696)
(cherry picked from commit 80abd62)

Co-authored-by: Paul Watson <paul.hermeneutic@gmail.com>
carljm pushed a commit that referenced this pull request Mar 14, 2023
… (#102697)

gh-102354: change python3 to python in docs examples (GH-102696)
(cherry picked from commit 80abd62)

Co-authored-by: Paul Watson <paul.hermeneutic@gmail.com>
carljm added a commit to carljm/cpython that referenced this pull request Mar 14, 2023
* main: (50 commits)
  pythongh-102674: Remove _specialization_stats from Lib/opcode.py (python#102685)
  pythongh-102660: Handle m_copy Specially for the sys and builtins Modules (pythongh-102661)
  pythongh-102354: change python3 to python in docs examples (python#102696)
  pythongh-81057: Add a CI Check for New Unsupported C Global Variables (pythongh-102506)
  pythonGH-94851: check unicode consistency of static strings in debug mode (python#102684)
  pythongh-100315: clarification to `__slots__` docs. (python#102621)
  pythonGH-100227: cleanup initialization of global interned dict (python#102682)
  doc: Remove a duplicate 'versionchanged' in library/asyncio-task (pythongh-102677)
  pythongh-102013: Add PyUnstable_GC_VisitObjects (python#102014)
  pythonGH-102670: Use sumprod() to simplify, speed up, and improve accuracy of statistics functions (pythonGH-102649)
  pythongh-102627: Replace address pointing toward malicious web page (python#102630)
  pythongh-98831: Use DECREF_INPUTS() more (python#102409)
  pythongh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters Module (pythongh-102659)
  pythongh-101524: Fix the ChannelID tp_name (pythongh-102655)
  pythongh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (python#102075)
  pythongh-98169 dataclasses.astuple support DefaultDict (python#98170)
  pythongh-102650: Remove duplicate include directives from multiple source files (python#102651)
  pythonGH-100987: Don't cache references to the names and consts array in `_PyEval_EvalFrameDefault`. (python#102640)
  pythongh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (python#102562)
  pythongh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (python#102631)
  ...
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request Mar 27, 2023
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
jaraco pushed a commit to python/importlib_metadata that referenced this pull request Apr 15, 2023
clrpackages pushed a commit to clearlinux-pkgs/pypi-importlib_metadata that referenced this pull request Apr 18, 2023
…3.0 to version 6.4.1

Jason R. Coombs (5):
      Re-use _path.build for building files.
      Re-use FilesSpec from _path.
      Add type hint to read_text result.
      Update changelog
      Update changelog

Paul Watson (1):
      gh-102354: change python3 to python in docs examples (python/cpython#102696)

Stanley (1):
      docs: Change links to label refs (python/cpython#98454)
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.

None yet

4 participants