Skip to content

python docs: add some missing material - #3875

Merged
msullivan merged 2 commits into
mainfrom
python-docs
Sep 1, 2026
Merged

python docs: add some missing material#3875
msullivan merged 2 commits into
mainfrom
python-docs

Conversation

@msullivan

Copy link
Copy Markdown
Contributor

This merges a bunch of stuff currently on the vercel.com docs.
I'm going to go remove those next to centralize things for now.

This merges a bunch of stuff currently on the vercel.com docs.
I'm going to go remove those next to centralize things for now.
@msullivan
msullivan requested review from a team and fantix as code owners August 27, 2026 23:09
@msullivan
msullivan requested a review from fantix August 27, 2026 23:09
@changeset-bot

changeset-bot Bot commented Aug 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2e0c931

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
example-nextjs-workflow-turbopack Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
example-nextjs-workflow-webpack Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
example-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-astro-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-express-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-fastify-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-hono-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-nestjs-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-nitro-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-nuxt-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-python-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-sveltekit-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-tanstack-start-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workbench-vite-workflow Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workflow-docs Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workflow-swc-playground Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workflow-tarballs Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC
workflow-web Ready Ready Preview, v0 Sep 1, 2026 12:58am UTC

@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Sim World

Simulated world deterministic testing for races. Traces

🟠 world-sim scenario book — 1 fail of 41 total

fence=per-spec

scenario outcome events virt replay violations
smoke-no-steps completed 3 0ms ok 0
smoke-one-step completed 6 0ms ok 0
hook-at-step-started completed 12 0ms ok 0
hook-at-step-completed completed 12 0ms ok 0
hook-at-hook-created completed 12 0ms ok 0
deadline-hook-wins completed 7 1.0h ok 0
deadline-expires completed 7 1.0h ok 0
long-sleep completed 11 30.0d ok 0
hook-never-arrives stalled 3 0ms skipped 0
step-retries-twice completed 10 2.0s ok 0
parallel-steps completed 9 0ms ok 0
hook-on-execution-state completed 12 0ms ok 0
peek-hook-before-branch completed 12 0ms ok 0
peek-hook-after-branch completed 12 0ms ok 0
peek-hook-at-registration completed 12 0ms ok 0
race-hook-before-probe completed 12 0ms ok 0
race-hook-after-probe completed 12 0ms ok 0
race-duplicate-delivery completed 13 0ms ok 0
attr-hook-before-step completed 11 0ms ok 0
attr-hook-after-step completed 11 0ms ok 0
attr-from-step-body completed 13 0ms ok 0
fork-hook-after-timeout completed 14 1.0m ok 0
fork-hook-before-timeout completed 14 1.0m ok 0
count-hook-after-timeout completed 17 1.0m ok 0
count-hook-before-timeout completed 20 1.0m ok 0
stale-read-step-count-fork completed 20 1.0m ok 0
stale-read-equal-step-counts completed 14 1.0m ok 0
step-vs-step-fork completed 12 0ms ok 0
step-vs-step-fork-fenced completed 12 0ms ok 0
fence-catches-benign-direction completed 12 5ms ok 0
in-flight-before-decision completed 17 1.0m ok 0
in-flight-before-decision-counted completed 17 1.0m ok 0
in-flight-after-decision completed 19 2.0m ok 0
stale-read-step-count-fork-fenced completed 20 1.0m ok 0
fork-hook-wins completed 13 1.0m ok 0
fork-timeout-wins completed 13 1.0m ok 0
unclaimed-payload-under-fork completed 17 1.0m ok 0
claimed-payload-under-fork completed 17 1.0m ok 0
writers-independent-step-bodies completed 12 0ms ok 0
writers-scripted-tempo completed 12 0ms ok 0
cancel-mid-step cancelled 7 0ms skipped 0

Full trace: world-sim.txt

Comment thread docs/content/docs/v4/getting-started/python.mdx Outdated
Comment thread docs/content/docs/v4/getting-started/python.mdx
@msullivan
msullivan merged commit 40bed17 into main Sep 1, 2026
65 checks passed
@msullivan
msullivan deleted the python-docs branch September 1, 2026 00:59
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

No backport to stable for 40bed17 (AI decision).

Both changed files (docs/content/docs/{v4,v5}/getting-started/python.mdx) do not exist anywhere in docs/content on stable — verified with git ls-tree origin/stable, which shows no Python getting-started page at all — so this is not a correction to content already on the maintenance line. The commit is also mostly additive material (sleep parameter-form and duration-unit tables, extra imports in examples) merged over from vercel.com docs rather than a fix to something wrong on stable.

To override, re-run the Backport to stable workflow manually via workflow_dispatch and paste this commit SHA into the ref input:

40bed1777a5d6a69abc36e6c442a78f6058b7a4b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants