Skip to content

Commit b7d8ac5

Browse files
authored
Merge branch 'main' into file_upload_mechanisms
2 parents 4139377 + ad919ce commit b7d8ac5

39 files changed

Lines changed: 3922 additions & 964 deletions

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ peps/pep-0774.rst @savannahostrowski
655655
peps/pep-0775.rst @encukou
656656
peps/pep-0776.rst @hoodmane @ambv
657657
peps/pep-0777.rst @warsaw
658+
peps/pep-0778.rst @warsaw
658659
# ...
659660
peps/pep-0779.rst @Yhg1s @colesbury @mpage
660661
peps/pep-0780.rst @lysnikolaou
@@ -666,10 +667,12 @@ peps/pep-0785.rst @gpshead
666667
# ...
667668
peps/pep-0787.rst @ncoghlan
668669
peps/pep-0788.rst @ZeroIntensity @vstinner
669-
# ...
670670
peps/pep-0789.rst @njsmith
671671
peps/pep-0790.rst @hugovk
672672
peps/pep-0791.rst @vstinner
673+
peps/pep-0792.rst @dstufft
674+
peps/pep-0793.rst @encukou
675+
peps/pep-0794.rst @brettcannon
673676
# ...
674677
peps/pep-0801.rst @warsaw
675678
# ...

peps/pep-0011.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
128128

129129
glibc, gcc Victor Stinner
130130
s390x-unknown-linux-gnu glibc, gcc Victor Stinner
131+
wasm32-unknown-emscripten emcc Russell Keith-Magee
131132
x86_64-linux-android Russell Keith-Magee, Petr Viktorin
132133
x86_64-unknown-freebsd BSD libc, clang Victor Stinner
133134
================================ =========================== ========
@@ -367,10 +368,6 @@ No-longer-supported platforms
367368
| Unsupported in: Python 3.7
368369
| Code removed in: Python 3.7
369370
370-
* | Name: wasm32-unknown-emscripten
371-
| Unsupported in: Python 3.13
372-
| Code removed in: Unknown
373-
374371

375372
Discussions
376373
===========

peps/pep-0387.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Basic policy for backwards compatibility
114114
platforms).
115115

116116

117+
.. _pep387-soft-deprecation:
118+
117119
Soft Deprecation
118120
================
119121

0 commit comments

Comments
 (0)