Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
All PEPs: Move to peps/ folder#3418
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a1cab4318177d9ae247fda9e08cf0099c29d0e23873c6a241793a74616a906a12049f8c1cd94853f3e2a5ef3b6314d7bca18d169089ed8b38e9727bd43a7c11e45b3d1e2fe7774ab33ee6047c1File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Diff view
Diff view
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,24 @@ | ||
| coverage.xml | ||
| pep-0000.txt | ||
| # PEPs | ||
| pep-0000.rst | ||
| pep-????.html | ||
| peps.rss | ||
| topic | ||
| /build | ||
| # Bytecode | ||
| __pycache__ | ||
| *.pyc | ||
| *.pyo | ||
| *.py[co] | ||
| # Editors | ||
| *~ | ||
| *env | ||
| .coverage | ||
| .tox | ||
| .idea | ||
| .vscode | ||
| *.swp | ||
| /build | ||
| /package | ||
| /topic | ||
| # Tests | ||
| coverage.xml | ||
| .coverage | ||
| .tox | ||
| # Virtual environments | ||
| *env | ||
| /venv |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.