Move doc on structure from devguide to InternalDocs#142237
Merged
encukou merged 2 commits intopython:mainfrom Dec 15, 2025
Merged
Move doc on structure from devguide to InternalDocs#142237encukou merged 2 commits intopython:mainfrom
InternalDocs#142237encukou merged 2 commits intopython:mainfrom
Conversation
Co-Authored-By: Paul Ross <apaulross@gmail.com> Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-Authored-By: Ezio Melotti <ezio.melotti@gmail.com> Co-Authored-By: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-Authored-By: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
encukou
reviewed
Dec 4, 2025
Member
|
Thank you!
Roger, thanks for noting that! |
fatelei
pushed a commit
to fatelei/cpython
that referenced
this pull request
Dec 16, 2025
Co-Authored-By: Paul Ross <apaulross@gmail.com> Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-Authored-By: Ezio Melotti <ezio.melotti@gmail.com> Co-Authored-By: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As suggested by Petr in python/devguide#1712, this PR moves
exploring.rstto theInternalDocsfolder. I also converted it to markdown.Important
It would be great to preserve the authors, as such I have added all of the commiters to the file from the devguide (
git log --format='Co-Authored-By: %an <%ae>' -- internals/exploring.rst) to my commit message, I would greatly appreciate it if whoever merges this ensures they are in the squash merge commit message.