Skip to content

Commit 0685a69

Browse files
committed
Deploying to gh-pages from @ 686562b 🚀
0 parents  commit 0685a69

File tree

730 files changed

+446875
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

730 files changed

+446875
-0
lines changed

.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 535be564d6fecf21cebc85fe50dbad00
4+
tags: d77d1c0d9ca2f4c8421862c7c5a0d620

.nojekyll

Whitespace-only changes.

404.html

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="color-scheme" content="light dark">
8+
<title>Page not found | peps.python.org</title>
9+
<link rel="shortcut icon" href="/_static/py.png">
10+
<link rel="canonical" href="https://peps.python.org/404/">
11+
<link rel="stylesheet" href="/_static/style.css" type="text/css">
12+
<link rel="stylesheet" href="/_static/mq.css" type="text/css">
13+
<link rel="stylesheet" href="/_static/pygments.css" type="text/css" media="(prefers-color-scheme: light)" id="pyg-light">
14+
<link rel="stylesheet" href="/_static/pygments_dark.css" type="text/css" media="(prefers-color-scheme: dark)" id="pyg-dark">
15+
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://peps.python.org/peps.rss">
16+
<meta property="og:title" content='Page not found | peps.python.org'>
17+
<meta property="og:description" content="">
18+
<meta property="og:type" content="website">
19+
<meta property="og:url" content="https://peps.python.org/404/">
20+
<meta property="og:site_name" content="Python Enhancement Proposals (PEPs)">
21+
<meta property="og:image" content="https://peps.python.org/_static/og-image.png">
22+
<meta property="og:image:alt" content="Python PEPs">
23+
<meta property="og:image:width" content="200">
24+
<meta property="og:image:height" content="200">
25+
<meta name="description" content="">
26+
<meta name="theme-color" content="#3776ab">
27+
</head>
28+
<body>
29+
30+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
31+
<symbol id="svg-sun-half" viewBox="0 0 24 24" pointer-events="all">
32+
<title>Following system colour scheme</title>
33+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
34+
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
35+
<circle cx="12" cy="12" r="9"></circle>
36+
<path d="M12 3v18m0-12l4.65-4.65M12 14.3l7.37-7.37M12 19.6l8.85-8.85"></path>
37+
</svg>
38+
</symbol>
39+
<symbol id="svg-moon" viewBox="0 0 24 24" pointer-events="all">
40+
<title>Selected dark colour scheme</title>
41+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
42+
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
43+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
44+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path>
45+
</svg>
46+
</symbol>
47+
<symbol id="svg-sun" viewBox="0 0 24 24" pointer-events="all">
48+
<title>Selected light colour scheme</title>
49+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
50+
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
51+
<circle cx="12" cy="12" r="5"></circle>
52+
<line x1="12" y1="1" x2="12" y2="3"></line>
53+
<line x1="12" y1="21" x2="12" y2="23"></line>
54+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
55+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
56+
<line x1="1" y1="12" x2="3" y2="12"></line>
57+
<line x1="21" y1="12" x2="23" y2="12"></line>
58+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
59+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
60+
</svg>
61+
</symbol>
62+
</svg>
63+
<script>
64+
65+
document.documentElement.dataset.colour_scheme = localStorage.getItem("colour_scheme") || "auto"
66+
</script>
67+
<section id="pep-page-section">
68+
<header>
69+
<h1>Python Enhancement Proposals</h1>
70+
<ul class="breadcrumbs">
71+
<li><a href="https://www.python.org/" title="The Python Programming Language">Python</a> &raquo; </li>
72+
<li><a href="/pep-0000/">PEP Index</a> &raquo; </li>
73+
<li>Page not found</li>
74+
</ul>
75+
<button id="colour-scheme-cycler" onClick="setColourScheme(nextColourScheme())">
76+
<svg aria-hidden="true" class="colour-scheme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
77+
<svg aria-hidden="true" class="colour-scheme-icon-when-dark"><use href="#svg-moon"></use></svg>
78+
<svg aria-hidden="true" class="colour-scheme-icon-when-light"><use href="#svg-sun"></use></svg>
79+
<span class="visually-hidden">Toggle light / dark / auto colour theme</span>
80+
</button>
81+
</header>
82+
<article>
83+
<h1>Page not found</h1>
84+
85+
Unfortunately we couldn't find the content you were looking for.
86+
</article>
87+
</section>
88+
<script src="/_static/colour_scheme.js"></script>
89+
<script src="/_static/wrap_tables.js"></script>
90+
<script src="/_static/sticky_banner.js"></script>
91+
</body>
92+
</html>

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
peps.python.org

_images/appendix-dl-by-installer.png

117 KB
Loading
126 KB
Loading

_images/circuit-breaking-protocol.svg

+2
Loading

_images/pep-0458-1.png

22.5 KB
Loading

_images/pep-0480-1.png

31.2 KB
Loading

_images/pep-0495-daylightsavings.png

62.8 KB
Loading

0 commit comments

Comments
 (0)