From a0da8b19f84f0e4917318a74d5cb887d5f48f720 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:28:42 +0000 Subject: [PATCH 1/7] Lint: Normalise whitespace --- .../PULL_REQUEST_TEMPLATE/Mark a PEP Final.md | 2 +- .pre-commit-config.yaml | 6 + pep_sphinx_extensions/tests/peps/pep-9000.rst | 2 +- peps/pep-0008.rst | 2 +- peps/pep-0230.rst | 1 - peps/pep-0247.rst | 1 - peps/pep-0265.rst | 1 - peps/pep-0272.rst | 1 - peps/pep-0282.rst | 6 +- peps/pep-0342.rst | 1 - peps/pep-0374.rst | 1 - peps/pep-0400.rst | 1 - peps/pep-0404.rst | 1 - peps/pep-0405.rst | 1 - peps/pep-0409.rst | 1 - peps/pep-0410.rst | 1 - peps/pep-0416.rst | 1 - peps/pep-0418/bench_time.c | 1 - peps/pep-0418/clock_resolution.py | 1 - peps/pep-0426/pepsort.py | 1 - peps/pep-0445.rst | 1 - peps/pep-0446.rst | 2 - peps/pep-0446/test_cloexec.py | 1 - peps/pep-0451.rst | 1 - peps/pep-0468.rst | 1 - peps/pep-0484.rst | 2 +- peps/pep-0495-gap.svg | 2 +- peps/pep-0517.rst | 2 +- peps/pep-0524.rst | 1 - peps/pep-0532/circuit-breaking-protocol.svg | 2 +- peps/pep-0544.rst | 2 +- peps/pep-0563.rst | 6 +- peps/pep-0582.rst | 2 +- peps/pep-0586.rst | 4 +- peps/pep-0611.rst | 8 +- peps/pep-0615.rst | 2 +- peps/pep-0616.rst | 4 +- peps/pep-0617.rst | 4 +- peps/pep-0625.rst | 2 +- peps/pep-0626.rst | 4 +- peps/pep-0636.rst | 12 +- peps/pep-0637.rst | 128 ++++++++-------- peps/pep-0639/appendix-rejected-ideas.rst | 2 +- peps/pep-0643.rst | 2 +- peps/pep-0645.rst | 4 +- peps/pep-0646.rst | 2 +- peps/pep-0651.rst | 1 - peps/pep-0652.rst | 2 +- peps/pep-0653.rst | 2 +- peps/pep-0657.rst | 2 +- peps/pep-0660.rst | 8 +- peps/pep-0662.rst | 2 +- peps/pep-0669.rst | 10 +- peps/pep-0679.rst | 4 +- peps/pep-0681.rst | 36 ++--- peps/pep-0691.rst | 2 +- peps/pep-0692.rst | 30 ++-- peps/pep-0693.rst | 2 - peps/pep-0695.rst | 20 +-- peps/pep-0699.rst | 2 - peps/pep-0703.rst | 6 +- peps/pep-0705.rst | 1 - peps/pep-0706.rst | 2 +- peps/pep-0713.rst | 1 - peps/pep-0719.rst | 2 - peps/pep-0722.rst | 2 +- peps/pep-0724.rst | 1 - peps/pep-0725.rst | 4 +- peps/pep-0727.rst | 10 +- peps/pep-0732-concentric.drawio.svg | 2 +- peps/pep-0732.rst | 62 ++++---- peps/pep-0736.rst | 2 +- peps/pep-0744.rst | 40 ++--- peps/pep-0746.rst | 4 +- peps/pep-0747.rst | 10 +- peps/pep-0749.rst | 4 +- peps/pep-0750.rst | 142 +++++++++--------- peps/pep-0756.rst | 1 - peps/pep-0758.rst | 4 +- peps/pep-0760.rst | 3 +- peps/pep-0762.rst | 18 +-- peps/pep-0768.rst | 4 +- peps/pep-0774.rst | 32 ++-- peps/pep-0777.rst | 2 +- peps/pep-3104.rst | 2 +- peps/pep-3111.rst | 2 - peps/pep-3118.rst | 1 - peps/pep-3133.rst | 1 - 88 files changed, 346 insertions(+), 378 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/Mark a PEP Final.md b/.github/PULL_REQUEST_TEMPLATE/Mark a PEP Final.md index cc667804f70..bd37727c7ac 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Mark a PEP Final.md +++ b/.github/PULL_REQUEST_TEMPLATE/Mark a PEP Final.md @@ -9,6 +9,6 @@ If you're unsure about something, just leave it blank and we'll take a look. * [ ] Any substantial changes since the accepted version approved by the SC/PEP delegate * [ ] Pull request title in appropriate format (``PEP 123: Mark Final``) * [ ] ``Status`` changed to ``Final`` (and ``Python-Version`` is correct) -* [ ] Canonical docs/spec linked with a ``canonical-doc`` directive +* [ ] Canonical docs/spec linked with a ``canonical-doc`` directive (or ``canonical-pypa-spec`` for packaging PEPs, or ``canonical-typing-spec`` for typing PEPs) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 618ee4650e9..cada25b75bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,9 +14,15 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: + - id: end-of-file-fixer + name: "Ensure files end with a single newline" - id: mixed-line-ending name: "Normalize mixed line endings" args: [--fix=lf] + - id: trailing-whitespace + name: "Remove trailing whitespace" + args: ["--chars", " \t"] + - id: file-contents-sorter name: "Sort codespell ignore list" files: '.codespell/ignore-words.txt' diff --git a/pep_sphinx_extensions/tests/peps/pep-9000.rst b/pep_sphinx_extensions/tests/peps/pep-9000.rst index 84a117c17e5..d1a959125aa 100644 --- a/pep_sphinx_extensions/tests/peps/pep-9000.rst +++ b/pep_sphinx_extensions/tests/peps/pep-9000.rst @@ -1,6 +1,6 @@ PEP: 9000 Title: Test with authors with email addresses -Author: Francis Fussyreverend , +Author: Francis Fussyreverend , Javier Soulfulcommodore Created: 20-Apr-2022 Status: Draft diff --git a/peps/pep-0008.rst b/peps/pep-0008.rst index 087370feddf..733b73e4c93 100644 --- a/peps/pep-0008.rst +++ b/peps/pep-0008.rst @@ -820,7 +820,7 @@ complete sentences, with each sentence ending in a period. You should use one or two spaces after a sentence-ending period in multi-sentence comments, except after the final sentence. -Ensure that your comments are clear and easily understandable to other +Ensure that your comments are clear and easily understandable to other speakers of the language you are writing in. Python coders from non-English speaking countries: please write your diff --git a/peps/pep-0230.rst b/peps/pep-0230.rst index d521a693800..ffc101e8744 100644 --- a/peps/pep-0230.rst +++ b/peps/pep-0230.rst @@ -407,4 +407,3 @@ Implementation Here's a prototype implementation: http://sourceforge.net/patch/?func=detailpatch&patch_id=102715&group_id=5470 - diff --git a/peps/pep-0247.rst b/peps/pep-0247.rst index 97b4c4f2ad1..b66ac3a60a6 100644 --- a/peps/pep-0247.rst +++ b/peps/pep-0247.rst @@ -170,4 +170,3 @@ This document has been placed in the public domain. mode: indented-text indent-tabs-mode: nil End: - diff --git a/peps/pep-0265.rst b/peps/pep-0265.rst index af4a55841b5..aec6588a071 100644 --- a/peps/pep-0265.rst +++ b/peps/pep-0265.rst @@ -204,4 +204,3 @@ Copyright ========= This document has been placed in the public domain. - diff --git a/peps/pep-0272.rst b/peps/pep-0272.rst index b7e2df854b0..b54e6331a52 100644 --- a/peps/pep-0272.rst +++ b/peps/pep-0272.rst @@ -241,4 +241,3 @@ This document has been placed in the public domain. mode: indented-text indent-tabs-mode: nil End: - diff --git a/peps/pep-0282.rst b/peps/pep-0282.rst index 36c6730eb10..14b464ad3f1 100644 --- a/peps/pep-0282.rst +++ b/peps/pep-0282.rst @@ -74,7 +74,7 @@ used to generate simple logging output on stderr. raise TypeError, "Bogus type error for testing" ----------------------------------------------------- -.. code-block:: python +.. code-block:: python --------- myapp.py ---------------------------------- import mymodule, logging @@ -91,7 +91,7 @@ used to generate simple logging output on stderr. log.info("Ending my app") ----------------------------------------------------- -.. code-block:: console +.. code-block:: console $ python myapp.py @@ -111,7 +111,7 @@ The above example shows the default output format. All aspects of the output format should be configurable, so that you could have output formatted like this: -.. code-block:: text +.. code-block:: text 2002-04-19 07:56:58,174 MyModule DEBUG - Doin' stuff... diff --git a/peps/pep-0342.rst b/peps/pep-0342.rst index 4570a1bd1af..3388e0c40e1 100644 --- a/peps/pep-0342.rst +++ b/peps/pep-0342.rst @@ -605,4 +605,3 @@ This document has been placed in the public domain. fill-column: 70 coding: utf-8 End: - diff --git a/peps/pep-0374.rst b/peps/pep-0374.rst index 49c944e8ff0..2fbaf1c9084 100644 --- a/peps/pep-0374.rst +++ b/peps/pep-0374.rst @@ -1515,4 +1515,3 @@ Copyright ========= This document has been placed in the public domain. - diff --git a/peps/pep-0400.rst b/peps/pep-0400.rst index 5067e5a4ee5..75d8b9a4055 100644 --- a/peps/pep-0400.rst +++ b/peps/pep-0400.rst @@ -331,4 +331,3 @@ Footnotes .. [#f1] StreamReaderWriter has two more attributes than TextIOWrapper, reader and writer. - diff --git a/peps/pep-0404.rst b/peps/pep-0404.rst index 75c0119d47b..873a6939b41 100644 --- a/peps/pep-0404.rst +++ b/peps/pep-0404.rst @@ -180,4 +180,3 @@ This document has been placed in the public domain. .. _`2to3`: http://docs.python.org/library/2to3.html .. _differences: http://docs.python.org/release/3.0.1/whatsnew/3.0.html .. _porting: http://python3porting.com/ - diff --git a/peps/pep-0405.rst b/peps/pep-0405.rst index 8c95d1c1dc6..73d937e307a 100644 --- a/peps/pep-0405.rst +++ b/peps/pep-0405.rst @@ -533,4 +533,3 @@ This document has been placed in the public domain. fill-column: 70 coding: utf-8 End: - diff --git a/peps/pep-0409.rst b/peps/pep-0409.rst index d8c05546700..35d8a2e84cc 100644 --- a/peps/pep-0409.rst +++ b/peps/pep-0409.rst @@ -204,4 +204,3 @@ This document has been placed in the public domain. fill-column: 70 coding: utf-8 End: - diff --git a/peps/pep-0410.rst b/peps/pep-0410.rst index 715573e3bc9..a3c19afa7ee 100644 --- a/peps/pep-0410.rst +++ b/peps/pep-0410.rst @@ -544,4 +544,3 @@ Copyright ========= This document has been placed in the public domain. - diff --git a/peps/pep-0416.rst b/peps/pep-0416.rst index 59e2e4d08b8..68e85bb50be 100644 --- a/peps/pep-0416.rst +++ b/peps/pep-0416.rst @@ -251,4 +251,3 @@ Copyright ========= This document has been placed in the public domain. - diff --git a/peps/pep-0418/bench_time.c b/peps/pep-0418/bench_time.c index b426b3e3c4a..ef96de043af 100644 --- a/peps/pep-0418/bench_time.c +++ b/peps/pep-0418/bench_time.c @@ -185,4 +185,3 @@ int main() benchmark("time()", bench_time, 0); return 0; } - diff --git a/peps/pep-0418/clock_resolution.py b/peps/pep-0418/clock_resolution.py index 17993cd8603..3205552ec80 100644 --- a/peps/pep-0418/clock_resolution.py +++ b/peps/pep-0418/clock_resolution.py @@ -69,4 +69,3 @@ def gettime(): test_clock(name, gettime) resolution = time.clock_getres(clock_id) print("- announced resolution: %s" % format_duration(resolution)) - diff --git a/peps/pep-0426/pepsort.py b/peps/pep-0426/pepsort.py index 84e28e37051..ff306ebc57e 100755 --- a/peps/pep-0426/pepsort.py +++ b/peps/pep-0426/pepsort.py @@ -267,4 +267,3 @@ def main(pepno = '426'): filemode='w', format='%(message)s') logger.setLevel(logging.DEBUG) main(pepno) - diff --git a/peps/pep-0445.rst b/peps/pep-0445.rst index 996a54cdc7d..d24085e11a2 100644 --- a/peps/pep-0445.rst +++ b/peps/pep-0445.rst @@ -770,4 +770,3 @@ Copyright ========= This document has been placed into the public domain. - diff --git a/peps/pep-0446.rst b/peps/pep-0446.rst index 9fd2b05fba9..312cb15a4a5 100644 --- a/peps/pep-0446.rst +++ b/peps/pep-0446.rst @@ -618,5 +618,3 @@ Copyright ========= This document has been placed into the public domain. - - diff --git a/peps/pep-0446/test_cloexec.py b/peps/pep-0446/test_cloexec.py index 88f5a0bd1a0..8f653c5c55f 100644 --- a/peps/pep-0446/test_cloexec.py +++ b/peps/pep-0446/test_cloexec.py @@ -47,4 +47,3 @@ def after_exec(): main() else: after_exec() - diff --git a/peps/pep-0451.rst b/peps/pep-0451.rst index be1fa1718e4..828ee76781e 100644 --- a/peps/pep-0451.rst +++ b/peps/pep-0451.rst @@ -957,4 +957,3 @@ This document has been placed in the public domain. fill-column: 70 coding: utf-8 End: - diff --git a/peps/pep-0468.rst b/peps/pep-0468.rst index a7d2277b6c6..725b14216fc 100644 --- a/peps/pep-0468.rst +++ b/peps/pep-0468.rst @@ -438,4 +438,3 @@ This document has been placed in the public domain. fill-column: 70 coding: utf-8 End: - diff --git a/peps/pep-0484.rst b/peps/pep-0484.rst index b3c24d5abbf..d98684ec292 100644 --- a/peps/pep-0484.rst +++ b/peps/pep-0484.rst @@ -128,7 +128,7 @@ have a return annotation; the default behavior is thus the same as for other methods.) A type checker is expected to check the body of a checked function for -consistency with the given annotations. The annotations may also be +consistency with the given annotations. The annotations may also be used to check correctness of calls appearing in other checked functions. Type checkers are expected to attempt to infer as much information as diff --git a/peps/pep-0495-gap.svg b/peps/pep-0495-gap.svg index 090213a307a..f31f0517740 100644 --- a/peps/pep-0495-gap.svg +++ b/peps/pep-0495-gap.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/peps/pep-0517.rst b/peps/pep-0517.rst index a37f5aaf9d1..348e66423c5 100644 --- a/peps/pep-0517.rst +++ b/peps/pep-0517.rst @@ -375,7 +375,7 @@ configuration into individual package builds. Build backends MAY assign any semantics they like to this dictionary. Build frontends SHOULD provide some mechanism for users to specify arbitrary string-key/string-value pairs to be placed in this dictionary. -For example, they might support some syntax like ``--package-config CC=gcc``. +For example, they might support some syntax like ``--package-config CC=gcc``. In case a user provides duplicate string-keys, build frontends SHOULD combine the corresponding string-values into a list of strings. Build frontends MAY also provide arbitrary other mechanisms diff --git a/peps/pep-0524.rst b/peps/pep-0524.rst index 03ff8d89c40..05762c2cb2e 100644 --- a/peps/pep-0524.rst +++ b/peps/pep-0524.rst @@ -561,4 +561,3 @@ Copyright ========= This document has been placed in the public domain. - diff --git a/peps/pep-0532/circuit-breaking-protocol.svg b/peps/pep-0532/circuit-breaking-protocol.svg index 39086bb0328..ca64f5de118 100644 --- a/peps/pep-0532/circuit-breaking-protocol.svg +++ b/peps/pep-0532/circuit-breaking-protocol.svg @@ -1,2 +1,2 @@ -
x if breaker else y
x <b>if</b> breaker <b>else</b> y<br>
True
True
False
False
bool(breaker)
bool(breaker)
breaker.__then__(x)
breaker.__then__(x)
breaker.__else__(y)
breaker.__else__(y)
When "x is breaker",
this is a short-circuited

"breaker else z"
[Not supported by viewer]
When "y is breaker",
this is a short-circuited

"x if breaker"
[Not supported by viewer]
\ No newline at end of file +
x if breaker else y
x <b>if</b> breaker <b>else</b> y<br>
True
True
False
False
bool(breaker)
bool(breaker)
breaker.__then__(x)
breaker.__then__(x)
breaker.__else__(y)
breaker.__else__(y)
When "x is breaker",
this is a short-circuited

"breaker else z"
[Not supported by viewer]
When "y is breaker",
this is a short-circuited

"x if breaker"
[Not supported by viewer]
diff --git a/peps/pep-0544.rst b/peps/pep-0544.rst index 3b0ec6af333..cf0947ef65c 100644 --- a/peps/pep-0544.rst +++ b/peps/pep-0544.rst @@ -369,7 +369,7 @@ Examples:: def __init__(self, name: str, value: int) -> None: self.name = name self.value = value - + def method(self) -> None: return diff --git a/peps/pep-0563.rst b/peps/pep-0563.rst index 307c5a69029..20b0d1909e6 100644 --- a/peps/pep-0563.rst +++ b/peps/pep-0563.rst @@ -263,8 +263,8 @@ valid. They can use local names or the fully qualified name. Example:: def method(self) -> C.D.field2: # this is OK ... - def method(self) -> D.field2: # this FAILS, class D is local to C - ... # and is therefore only available + def method(self) -> D.field2: # this FAILS, class D is local to C + ... # and is therefore only available # as C.D. This was already true # before the PEP. @@ -273,7 +273,7 @@ valid. They can use local names or the fully qualified name. Example:: def method(self) -> field: # this FAILS, field is local to C and # is therefore not visible to D unless - # accessed as C.field. This was already + # accessed as C.field. This was already # true before the PEP. In the presence of an annotation that isn't a syntactically valid diff --git a/peps/pep-0582.rst b/peps/pep-0582.rst index ff4c987b538..1024aee4046 100644 --- a/peps/pep-0582.rst +++ b/peps/pep-0582.rst @@ -86,7 +86,7 @@ startup. When the interactive interpreter starts, if a ``__pypackages__`` directory is found in the current working directory, then it will be included in ``sys.path`` after the entry for current working directory and just before the -system site-packages. +system site-packages. When the interpreter runs a script, Python will try to find ``__pypackages__`` in the same directory as the script. If found (along with the current Python diff --git a/peps/pep-0586.rst b/peps/pep-0586.rst index 4dd36e6f0fa..39ba7a9067a 100644 --- a/peps/pep-0586.rst +++ b/peps/pep-0586.rst @@ -258,7 +258,7 @@ allowing them in future extensions of this PEP. - Floats: e.g. ``Literal[3.14]``. Representing Literals of infinity or NaN in a clean way is tricky; real-world APIs are unlikely to vary their behavior based on a float parameter. - + - Any: e.g. ``Literal[Any]``. ``Any`` is a type, and ``Literal[...]`` is meant to contain values only. It is also unclear what ``Literal[Any]`` would actually semantically mean. @@ -584,7 +584,7 @@ involving Literal bools. For example, we can combine ``Literal[True]``, scalar += 3 # Type checks: type of 'scalar' is narrowed to 'int' else: scalar += "foo" # Type checks: type of 'scalar' is narrowed to 'str' - + Interactions with Final ----------------------- diff --git a/peps/pep-0611.rst b/peps/pep-0611.rst index e267f6a6eaf..d1a1074d94e 100644 --- a/peps/pep-0611.rst +++ b/peps/pep-0611.rst @@ -5,7 +5,7 @@ Status: Withdrawn Type: Standards Track Content-Type: text/x-rst Created: 05-Dec-2019 -Post-History: +Post-History: Abstract @@ -16,7 +16,7 @@ for various aspects of Python code and its implementation. The Python language does not specify limits for many of its features. Not having any limit to these values seems to enhance programmer freedom, at least superficially, but in practice the CPython VM and other Python virtual -machines have implicit limits or are forced to assume that the limits are +machines have implicit limits or are forced to assume that the limits are astronomical, which is expensive. This PR lists a number of features which are to have a limit of one million. @@ -36,7 +36,7 @@ It is inefficient as actual values rarely need more than a dozen or so bits to r It is unsafe as malicious or poorly generated code could cause values to exceed 2\ :sup:`32`. -For example, line numbers are represented by 32 bit values internally. +For example, line numbers are represented by 32 bit values internally. This is inefficient, given that modules almost never exceed a few thousand lines. Despite being inefficient, it is still vulnerable to overflow as it is easy for an attacker to created a module with billions of newline characters. @@ -73,7 +73,7 @@ Imposing a limit on values such as lines of code in a module, and the number of has significant advantages for ease of implementation and efficiency of virtual machines. If the limit is sufficiently large, there is no adverse effect on users of the language. -By selecting a fixed but large limit for these values, +By selecting a fixed but large limit for these values, it is possible to have both safety and efficiency whilst causing no inconvenience to human programmers and only very rare problems for code generators. diff --git a/peps/pep-0615.rst b/peps/pep-0615.rst index 9bdad194107..87bc85f02c2 100644 --- a/peps/pep-0615.rst +++ b/peps/pep-0615.rst @@ -188,7 +188,7 @@ of the interpreter, it must not invalidate any caches or modify any existing ``ZoneInfo`` objects. Newly constructed ``ZoneInfo`` objects, however, should come from the updated data source. -This means that the point at which the data source is updated for new +This means that the point at which the data source is updated for new invocations of the ``ZoneInfo`` constructor depends primarily on the semantics of the caching behavior. The only guaranteed way to get a ``ZoneInfo`` object from an updated data source is to induce a cache miss, either by bypassing the diff --git a/peps/pep-0616.rst b/peps/pep-0616.rst index 73b915100d3..8ea0dc72ea1 100644 --- a/peps/pep-0616.rst +++ b/peps/pep-0616.rst @@ -294,11 +294,11 @@ built-in functions, a common theme is that if a beginner finds themselves manually indexing or slicing a string, then they should consider whether there is a higher-level method that better communicates *what* the code should do rather than merely *how* the -code should do it. The proposed ``removeprefix()`` and +code should do it. The proposed ``removeprefix()`` and ``removesuffix()`` methods expand the high-level string "toolbox" and further allow for this sort of skepticism toward manual slicing. -The main opportunity for user confusion will be the conflation of +The main opportunity for user confusion will be the conflation of ``lstrip``/``rstrip`` with ``removeprefix``/``removesuffix``. It may therefore be helpful to emphasize (as the documentation will) the following differences between the methods: diff --git a/peps/pep-0617.rst b/peps/pep-0617.rst index 8de9ca913f9..ecc376d3261 100644 --- a/peps/pep-0617.rst +++ b/peps/pep-0617.rst @@ -623,7 +623,7 @@ A similar grammar written to target Python AST objects: .. code:: PEG start: expr NEWLINE? ENDMARKER { ast.Expression(expr) } - expr: + expr: | expr '+' term { ast.BinOp(expr, ast.Add(), term) } | expr '-' term { ast.BinOp(expr, ast.Sub(), term) } | term { term } @@ -637,7 +637,7 @@ A similar grammar written to target Python AST objects: | '(' expr ')' { expr } | atom { atom } - atom: + atom: | NAME { ast.Name(id=name.string, ctx=ast.Load()) } | NUMBER { ast.Constant(value=ast.literal_eval(number.string)) } diff --git a/peps/pep-0625.rst b/peps/pep-0625.rst index a49d08488e8..357831ed185 100644 --- a/peps/pep-0625.rst +++ b/peps/pep-0625.rst @@ -67,7 +67,7 @@ the metadata available in the filename. This PEP also serves as the formal specification to the long-standing filename convention used by the current sdist implementations. The filename contains the distribution name and version, to aid tools identifying a -distribution without needing to download, unarchive the file, and perform +distribution without needing to download, unarchive the file, and perform costly metadata generation for introspection, if all the information they need is available in the filename. diff --git a/peps/pep-0626.rst b/peps/pep-0626.rst index afc6f3c6714..b497ebbf0ee 100644 --- a/peps/pep-0626.rst +++ b/peps/pep-0626.rst @@ -77,7 +77,7 @@ All expressions and parts of expressions are considered to be executable code. In general, all statements are also considered to be executable code. However, when a statement is spread over several lines, we must consider which parts of a statement are considered to be executable code. -Statements are made up of keywords and expressions. Not all keywords have a direct runtime effect, so not all keywords are considered to be executable code. +Statements are made up of keywords and expressions. Not all keywords have a direct runtime effect, so not all keywords are considered to be executable code. For example, ``else``, is a necessary part of an ``if`` statement, but there is no runtime effect associated with an ``else``. For the purposes of tracing, the following keywords will *not* be considered to be executable code: @@ -304,7 +304,7 @@ The ``PyLineTable_`` functions do not call into the C-API, so can be safely copi The ``PyCodeAddressRange`` struct will not be changed, but the ``_opaque`` struct is not part of the specification and may change. .. note:: - The ``PyCodeAddressRange`` struct has changed from the original version of this PEP, where the addition fields were defined, but + The ``PyCodeAddressRange`` struct has changed from the original version of this PEP, where the addition fields were defined, but were liable to change. For example, the following code prints out all the address ranges: diff --git a/peps/pep-0636.rst b/peps/pep-0636.rst index 3f9353aacc9..de5e42330a3 100644 --- a/peps/pep-0636.rst +++ b/peps/pep-0636.rst @@ -164,7 +164,7 @@ Adding a wildcard ------------------ You may want to print an error message saying that the command wasn't recognized when -all the patterns fail. You could use the feature we just learned and write +all the patterns fail. You could use the feature we just learned and write ``case [*ignored_words]`` as your last pattern. There's however a much simpler way:: match command.split(): @@ -312,7 +312,7 @@ different kinds of objects, and also apply patterns to its attributes:: game.go_north() ... case KeyPress(): - pass # Ignore other keystrokes + pass # Ignore other keystrokes case other_event: raise ValueError(f"Unrecognized event: {other_event}") @@ -417,13 +417,13 @@ mappings based on their present keys. In this case you could use:: The keys in your mapping pattern need to be literals, but the values can be any pattern. As in sequence patterns, all subpatterns have to match for the general -pattern to match. +pattern to match. You can use ``**rest`` within a mapping pattern to capture additional keys in the subject. Note that if you omit this, extra keys in the subject will be -ignored while matching, i.e. the message +ignored while matching, i.e. the message ``{"text": "foo", "color": "red", "style": "bold"}`` will match the first pattern -in the example above. +in the example above. Matching builtin classes ------------------------ @@ -433,7 +433,7 @@ source, the types of the field could be wrong, leading to bugs or security issue Any class is a valid match target, and that includes built-in classes like ``bool`` ``str`` or ``int``. That allows us to combine the code above with a class pattern. -So instead of writing ``{"text": message, "color": c}`` we can use +So instead of writing ``{"text": message, "color": c}`` we can use ``{"text": str() as message, "color": str() as c}`` to ensure that ``message`` and ``c`` are both strings. For many builtin classes (see :pep:`634` for the whole list), you can use a positional parameter as a shorthand, writing ``str(c)`` rather than ``str() as c``. diff --git a/peps/pep-0637.rst b/peps/pep-0637.rst index 100fe9f7821..9a2927f90c3 100644 --- a/peps/pep-0637.rst +++ b/peps/pep-0637.rst @@ -121,7 +121,7 @@ specification would improve notation and provide additional value: >>> ds["empty"].loc[dict(lon=5, lat=6)] = 10 >>> # new syntax >>> ds["empty"][lon=5, lat=6] = 10 - + >>> # old syntax >>> ds["empty"].loc[dict(lon=slice(1, 5), lat=slice(3, None))] = 10 >>> # new syntax @@ -307,13 +307,13 @@ The successful implementation of this PEP will result in the following behavior: obj[index] # calls type(obj).__getitem__(obj, index) - + obj[index] = value # calls type(obj).__setitem__(obj, index, value) - + del obj[index] # calls type(obj).__delitem__(obj, index) - + This remains the case even if the index is followed by keywords; see point 5 below. 3. Comma-separated arguments are still parsed as a tuple and passed as @@ -321,10 +321,10 @@ The successful implementation of this PEP will result in the following behavior: obj[spam, eggs] # calls type(obj).__getitem__(obj, (spam, eggs)) - + obj[spam, eggs] = value # calls type(obj).__setitem__(obj, (spam, eggs), value) - + del obj[spam, eggs] # calls type(obj).__delitem__(obj, (spam, eggs)) @@ -343,10 +343,10 @@ The successful implementation of this PEP will result in the following behavior: function calls. Examples:: # Single index with keywords: - + obj[index, spam=1, eggs=2] # calls type(obj).__getitem__(obj, index, spam=1, eggs=2) - + obj[index, spam=1, eggs=2] = value # calls type(obj).__setitem__(obj, index, value, spam=1, eggs=2) @@ -397,7 +397,7 @@ The successful implementation of this PEP will result in the following behavior: obj[*items] - This allows notations such as ``[:, *args, :]``, which could be treated + This allows notations such as ``[:, *args, :]``, which could be treated as ``[(slice(None), *args, slice(None))]``. Multiple star unpacking are allowed:: @@ -406,20 +406,20 @@ The successful implementation of this PEP will result in the following behavior: The following notation equivalence must be honored:: - obj[*()] + obj[*()] # Equivalent to obj[()] - - obj[*(), foo=3] + + obj[*(), foo=3] # Equivalent to obj[(), foo=3] - obj[*(x,)] + obj[*(x,)] # Equivalent to obj[(x,)] - - obj[*(x,),] + + obj[*(x,),] # Equivalent to obj[(x,)] - Note in particular case 3: sequence unpacking of a single element will - not behave as if only one single argument was passed. A related case is + Note in particular case 3: sequence unpacking of a single element will + not behave as if only one single argument was passed. A related case is the following example:: obj[1, *(), foo=5] @@ -434,7 +434,7 @@ The successful implementation of this PEP will result in the following behavior: In other words, a single positional index will be passed "as is" only if no sequence unpacking is present. If a sequence unpacking is present, then the index will become a tuple, regardless of the resulting number of elements in the index after the unpacking has taken place. - + 8. Dict unpacking is permitted:: items = {'spam': 1, 'eggs': 2} @@ -443,20 +443,20 @@ The successful implementation of this PEP will result in the following behavior: The following notation equivalent should be honored:: - obj[**{}] + obj[**{}] # Equivalent to obj[()] - - obj[3, **{}] + + obj[3, **{}] # Equivalent to obj[3] 9. Keyword-only subscripts are permitted. The positional index will be the empty tuple:: obj[spam=1, eggs=2] # calls type(obj).__getitem__(obj, (), spam=1, eggs=2) - + obj[spam=1, eggs=2] = 5 # calls type(obj).__setitem__(obj, (), 5, spam=1, eggs=2) - + del obj[spam=1, eggs=2] # calls type(obj).__delitem__(obj, (), spam=1, eggs=2) @@ -567,7 +567,7 @@ With the introduction of the new notation, a few corner cases need to be analyse In other words, adding a keyword to a single-valued subscript will not change it into a tuple. For those cases where an actual tuple needs to be passed, a proper syntax will have to be used:: - obj[(1,), a=3] + obj[(1,), a=3] # calls type(obj).__getitem__(obj, (1,), a=3) In this case, the call is passing a single element (which is passed as is, as from rule above), @@ -578,16 +578,16 @@ With the introduction of the new notation, a few corner cases need to be analyse When keywords are present, the rule that you can omit this outermost pair of parentheses is no longer true:: - obj[1] + obj[1] # calls type(obj).__getitem__(obj, 1) - - obj[1, a=3] + + obj[1, a=3] # calls type(obj).__getitem__(obj, 1, a=3) - - obj[1,] + + obj[1,] # calls type(obj).__getitem__(obj, (1,)) - - obj[(1,), a=3] + + obj[(1,), a=3] # calls type(obj).__getitem__(obj, (1,), a=3) This is particularly relevant in the case where two entries are passed:: @@ -595,22 +595,22 @@ With the introduction of the new notation, a few corner cases need to be analyse obj[1, 2] # calls type(obj).__getitem__(obj, (1, 2)) - obj[(1, 2)] + obj[(1, 2)] # same as above - obj[1, 2, a=3] + obj[1, 2, a=3] # calls type(obj).__getitem__(obj, (1, 2), a=3) - - obj[(1, 2), a=3] + + obj[(1, 2), a=3] # calls type(obj).__getitem__(obj, (1, 2), a=3) And particularly when the tuple is extracted as a variable:: t = (1, 2) - obj[t] + obj[t] # calls type(obj).__getitem__(obj, (1, 2)) - obj[t, a=3] + obj[t, a=3] # calls type(obj).__getitem__(obj, (1, 2), a=3) Why? because in the case ``obj[1, 2, a=3]`` we are passing two elements (which @@ -641,7 +641,7 @@ implementation uses ``BINARY_SUBSCR``, ``STORE_SUBSCR`` and ``DELETE_SUBSCR`` to invoke the old functions. We propose ``BINARY_SUBSCR_KW``, ``STORE_SUBSCR_KW`` and ``DELETE_SUBSCR_KW`` for the new operations. The compiler will have to generate these new opcodes. The -old C implementations will call the extended methods passing ``NULL`` +old C implementations will call the extended methods passing ``NULL`` as kwargs. Finally, the following new slots must be added to the ``PyMappingMethods`` struct: @@ -744,7 +744,7 @@ helpers. class S: def __getitem__(self, key): return key - + s = S() defines the helper object ``s``. @@ -819,7 +819,7 @@ The problems with this approach were found to be: indexes. This would look awkward because the visual notation does not match the signature:: - obj[1, 2] = 3 + obj[1, 2] = 3 # calls type(obj).__setitem_ex__(obj, 3, 1, 2) - the solution relies on the assumption that all keyword indices necessarily map @@ -844,7 +844,7 @@ create a new "kwslice" object This proposal has already been explored in "New arguments contents" P4 in :pep:`472`:: - obj[a, b:c, x=1] + obj[a, b:c, x=1] # calls type(obj).__getitem__(obj, a, slice(b, c), key(x=1)) This solution requires everyone who needs keyword arguments to parse the tuple @@ -868,7 +868,7 @@ meaning that this:: would result in a call to:: - >>> type(obj).__getitem__(obj, 1, 2, z=3) + >>> type(obj).__getitem__(obj, 1, 2, z=3) # instead of type(obj).__getitem__(obj, (1, 2), z=3) This option has been rejected because it feels odd that a signature of a method @@ -902,14 +902,14 @@ This proposal already established that, in case no positional index is given, th passed value must be the empty tuple. Allowing for the empty index notation would make the dictionary type accept it automatically, to insert or refer to the value with the empty tuple as key. Moreover, a typing notation such as ``Tuple[]`` can easily -be written as ``Tuple`` without the indexing notation. +be written as ``Tuple`` without the indexing notation. However, subsequent discussion with Brandt Bucher during implementation has revealed -that the case ``obj[]`` would fit a natural evolution for variadic generics, giving +that the case ``obj[]`` would fit a natural evolution for variadic generics, giving more strength to the above comment. In the end, after a discussion between D'Aprano, Bucher and the author, we decided to leave the ``obj[]`` notation as a syntax error for now, and possibly extend the notation with an additional PEP to hold -the equivalence ``obj[]`` as ``obj[()]``. +the equivalence ``obj[]`` as ``obj[()]``. Sentinel value for no given positional index @@ -919,20 +919,20 @@ The topic of which value to pass as the index in the case of:: obj[k=3] -has been considerably debated. +has been considerably debated. One apparently rational choice would be to pass no value at all, by making use of the keyword only argument feature, but unfortunately will not work well with the ``__setitem__`` dunder, as a positional element for the value is always passed, and we can't "skip over" the index one unless we introduce a very weird behavior -where the first argument refers to the index when specified, and to the value when +where the first argument refers to the index when specified, and to the value when index is not specified. This is extremely deceiving and error prone. The above consideration makes it impossible to have a keyword only dunder, and opens up the question of what entity to pass for the index position when no index is passed:: - obj[k=3] = 5 + obj[k=3] = 5 # would call type(obj).__setitem__(obj, ???, 5, k=3) A proposed hack would be to let the user specify which entity to use when an @@ -969,7 +969,7 @@ positional only. Unfortunately, using positional-only values will ensure this does not happen but it will still not solve the need to pass both ``index`` and ``value`` even when the index is not provided. The point is that the user should not be prevented to use keyword arguments to refer to a column ``index``, ``value`` -(or ``self``) just because the class implementor happens to use those names +(or ``self``) just because the class implementor happens to use those names in the parameter list. Moreover, we also require the three dunders to behave in the same way: it would @@ -984,13 +984,13 @@ degenerate and thus impossible to differentiate in the dunder:: obj[k=3] obj[SENTINEL, k=3] -The question now shifts to which entity should represent the sentinel: +The question now shifts to which entity should represent the sentinel: the options were: 1. Empty tuple 2. None 3. NotImplemented -4. a new sentinel object (e.g. NoIndex) +4. a new sentinel object (e.g. NoIndex) For option 1, the call will become:: @@ -1000,7 +1000,7 @@ therefore making ``obj[k=3]`` and ``obj[(), k=3]`` degenerate and indistinguisha This option sounds appealing because: -1. The numpy community was inquired [#numpy-ml]_, and the general consensus +1. The numpy community was inquired [#numpy-ml]_, and the general consensus of the responses was that the empty tuple felt appropriate. 2. It shows a parallel with the behavior of ``*args`` in a function, when no positional arguments are given:: @@ -1011,7 +1011,7 @@ This option sounds appealing because: >>> foo(k=3) () {'k': 3} - Although we do accept the following asymmetry in behavior compared to functions + Although we do accept the following asymmetry in behavior compared to functions when a single value is passed, but that ship has sailed:: >>> foo(5, k=3) @@ -1030,13 +1030,13 @@ The only issues with both the above is that both the empty tuple and None are potential legitimate indexes, and there might be value in being able to differentiate the two degenerate cases. -So, an alternative strategy (option 3) would be to use an existing entity that is -unlikely to be used as a valid index. One option could be the current built-in constant +So, an alternative strategy (option 3) would be to use an existing entity that is +unlikely to be used as a valid index. One option could be the current built-in constant ``NotImplemented``, which is currently returned by operators methods to report that they do not implement a particular operation, and a different strategy should be attempted (e.g. to ask the other object). Unfortunately, its name and traditional use calls back to a feature that is not available, rather than the -fact that something was not passed by the user. +fact that something was not passed by the user. This leaves us with option 4: a new built-in constant. This constant must be unhashable (so it's never going to be a valid key) and have a clear @@ -1047,21 +1047,21 @@ From a quick inquire, it seems that most people on python-ideas seem to believe it's not crucial, and the empty tuple is an acceptable option. Hence the resulting series will be:: - obj[k=3] + obj[k=3] # type(obj).__getitem__(obj, (), k=3). Empty tuple - obj[1, k=3] + obj[1, k=3] # type(obj).__getitem__(obj, 1, k=3). Integer - obj[1, 2, k=3] + obj[1, 2, k=3] # type(obj).__getitem__(obj, (1, 2), k=3). Tuple and the following two notation will be degenerate:: - obj[(), k=3] + obj[(), k=3] # type(obj).__getitem__(obj, (), k=3) - obj[k=3] + obj[k=3] # type(obj).__getitem__(obj, (), k=3) Common objections @@ -1083,13 +1083,13 @@ Common objections but for obvious reasons, call syntax using builtins to create custom type hints isn't an option:: - dict(i=float, j=float) + dict(i=float, j=float) # would create a dictionary, not a type Finally, function calls do not allow for a setitem-like notation, as shown - in the Overview: operations such as ``f(1, x=3) = 5`` are not allowed, and are + in the Overview: operations such as ``f(1, x=3) = 5`` are not allowed, and are instead allowed for indexing operations. - + References ========== diff --git a/peps/pep-0639/appendix-rejected-ideas.rst b/peps/pep-0639/appendix-rejected-ideas.rst index 92681925dca..09321226c32 100644 --- a/peps/pep-0639/appendix-rejected-ideas.rst +++ b/peps/pep-0639/appendix-rejected-ideas.rst @@ -180,7 +180,7 @@ in line with the goals of PEP 639. While differences from existing tool formats (and Core Metadata field names) have precedent in :pep:`621`, repurposing an existing key to mean something different (and map to a different Core Metadata field), -with distinct and incompatible syntax does not, +with distinct and incompatible syntax does not, and could cause ambiguity for readers and authors. Also, per the `project source metadata spec `__, diff --git a/peps/pep-0643.rst b/peps/pep-0643.rst index 08fc1f67551..2df732adeb5 100644 --- a/peps/pep-0643.rst +++ b/peps/pep-0643.rst @@ -99,7 +99,7 @@ rules apply: 2. If a field is marked as ``Dynamic``, it may contain any valid value in a wheel built from the sdist (including not being present at all). 3. Backends MUST NOT mark a field as ``Dynamic`` if they can determine that - it was generated from data that will not change at build time. + it was generated from data that will not change at build time. Backends MAY record the value they calculated for a field they mark as ``Dynamic`` in a source distribution. Consumers, however, MUST NOT treat diff --git a/peps/pep-0645.rst b/peps/pep-0645.rst index 922f8e67031..043e4d62552 100644 --- a/peps/pep-0645.rst +++ b/peps/pep-0645.rst @@ -24,8 +24,8 @@ Using ``T?`` to mean ``T|None`` is also inconsistent with TypeScript where it roughly means ``NotRequired[T]``. Such inconsistency would likely confuse folks coming from TypeScript to Python. -The above represents the consensus of -`typing-sig `_ +The above represents the consensus of +`typing-sig `_ and the sponsor of this PEP. diff --git a/peps/pep-0646.rst b/peps/pep-0646.rst index d29f41c1bc3..5a380efa723 100644 --- a/peps/pep-0646.rst +++ b/peps/pep-0646.rst @@ -830,7 +830,7 @@ to the ``TypeVarTuple``: Ptang[str, bool, float] # T1=str, T3=float, T2=bool, Ts=Tuple[()] Ptang[str, bool, float, int] # T1=str, T3=int, T2=float, Ts=Tuple[bool] - + Note that the minimum number of type arguments in such cases is set by the number of ``TypeVar``\s: diff --git a/peps/pep-0651.rst b/peps/pep-0651.rst index a48715cdb70..2122b54dfbf 100644 --- a/peps/pep-0651.rst +++ b/peps/pep-0651.rst @@ -243,4 +243,3 @@ CC0-1.0-Universal license, whichever is more permissive. fill-column: 70 coding: utf-8 End: - diff --git a/peps/pep-0652.rst b/peps/pep-0652.rst index 19bdff9793a..09b8467c74d 100644 --- a/peps/pep-0652.rst +++ b/peps/pep-0652.rst @@ -307,7 +307,7 @@ Design considerations: * Make sure the ownership rules and lifetimes of all applicable struct fields, arguments and return values are well defined. -* Think about ease of use for the user. (In C, ease of use itself is not very +* Think about ease of use for the user. (In C, ease of use itself is not very important; what *is* useful is reducing boilerplate code needed to use the API. Bugs like to hide in boiler plates.) diff --git a/peps/pep-0653.rst b/peps/pep-0653.rst index bfb251122f4..e7228da5fb8 100644 --- a/peps/pep-0653.rst +++ b/peps/pep-0653.rst @@ -86,7 +86,7 @@ Looking up a special attribute is much faster than performing a subclass test on Rationale ========= -The object model and special methods are at the core of the Python language. Consequently, +The object model and special methods are at the core of the Python language. Consequently, implementations support them well. Using special attributes for pattern matching allows pattern matching to be implemented in a way that integrates well with the rest of the implementation, and is thus easier to maintain and is likely to perform better. diff --git a/peps/pep-0657.rst b/peps/pep-0657.rst index 94ce30dba98..bfe8342b48d 100644 --- a/peps/pep-0657.rst +++ b/peps/pep-0657.rst @@ -407,7 +407,7 @@ very difficult to debug for regular users and will make different pyc files incompatible between each other. As this pyc could be shipped as part of libraries or applications without the original source, it is also not always possible to force recompilation of said pyc files. For these reasons we have -decided to use the -O flag to opt-out of this behaviour. +decided to use the -O flag to opt-out of this behaviour. Lazy loading of column information ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/peps/pep-0660.rst b/peps/pep-0660.rst index 7547eadeb1e..a7c881d696e 100644 --- a/peps/pep-0660.rst +++ b/peps/pep-0660.rst @@ -8,7 +8,7 @@ Type: Standards Track Topic: Packaging Content-Type: text/x-rst Created: 30-Mar-2021 -Post-History: +Post-History: Resolution: https://discuss.python.org/t/pronouncement-on-peps-660-and-662-editable-installs/9450 @@ -83,12 +83,12 @@ The Mechanism This PEP adds three optional hooks to the :pep:`517` backend interface. These hooks are used to build a wheel that, when installed, allows that distribution to be -imported from its source folder. +imported from its source folder. build_editable -------------- -:: +:: def build_editable(wheel_directory, config_settings=None, metadata_directory=None): ... @@ -174,7 +174,7 @@ metadata directly. What to put in the wheel ------------------------ -Build backends must populate the generated wheel with files that when installed will result in an editable install. +Build backends must populate the generated wheel with files that when installed will result in an editable install. Build backends may use different techniques to achieve the goals of an editable install. This section provides examples and is not normative. diff --git a/peps/pep-0662.rst b/peps/pep-0662.rst index 54b83157d4a..7ca95582f81 100644 --- a/peps/pep-0662.rst +++ b/peps/pep-0662.rst @@ -62,7 +62,7 @@ each method of achieving editable effect has its pros and cons. Therefore this PEP rejects option three as it's unlikely for the community to agree on a single solution. Furthermore, question remains as to whether the frontend or the build backend should own this responsibility. :pep:`660` proposes the build -backend to own this, while the current PEP proposes primarily the frontend, +backend to own this, while the current PEP proposes primarily the frontend, but still allows the backend to take take control if it wants to do so. Rationale diff --git a/peps/pep-0669.rst b/peps/pep-0669.rst index 3aee69bfbfe..83f27ec0f71 100644 --- a/peps/pep-0669.rst +++ b/peps/pep-0669.rst @@ -44,7 +44,7 @@ Rationale The quickening mechanism provided by :pep:`659` provides a way to dynamically modify executing Python bytecode. These modifications have little cost beyond -the parts of the code that are modified and a relatively low cost to those +the parts of the code that are modified and a relatively low cost to those parts that are modified. We can leverage this to provide an efficient mechanism for monitoring that was not possible in 3.10 or earlier. @@ -152,7 +152,7 @@ The STOP_ITERATION event :pep:`PEP 380 <380#use-of-stopiteration-to-return-values>` specifies that a ``StopIteration`` exception is raised when returning a value -from a generator or coroutine. However, this is a very inefficient way to +from a generator or coroutine. However, this is a very inefficient way to return a value, so some Python implementations, notably CPython 3.12+, do not raise an exception unless it would be visible to other code. @@ -289,7 +289,7 @@ If a callback function returns ``DISABLE``, then that function will no longer be called for that ``(code, instruction_offset)`` until ``sys.monitoring.restart_events()`` is called. This feature is provided for coverage and other tools that are only interested -seeing an event once. +seeing an event once. Note that ``sys.monitoring.restart_events()`` is not specific to one tool, so tools must be prepared to receive events that they have chosen to DISABLE. @@ -470,7 +470,7 @@ registered callable. When the set of active events changes, the VM will immediately update all code objects present on the call stack of any thread. It will also set in place traps to ensure that all code objects are correctly instrumented when -called. Consequently changing the set of active events should be done as +called. Consequently changing the set of active events should be done as infrequently as possible, as it could be quite an expensive operation. Other events, such as ``RAISE`` can be turned on or off cheaply, @@ -570,7 +570,7 @@ events will have a large impact on performance. .. note:: - Instrumenting profilers have significant overhead and will distort + Instrumenting profilers have significant overhead and will distort the results of profiling. Unless you need exact call counts, consider using a statistical profiler. diff --git a/peps/pep-0679.rst b/peps/pep-0679.rst index ed941b8237a..3208063f3af 100644 --- a/peps/pep-0679.rst +++ b/peps/pep-0679.rst @@ -121,7 +121,7 @@ Backwards Compatibility The change is not technically backwards compatible, as parsing ``assert (x,y)`` is currently interpreted as an assert statement with a 2-tuple as the subject, -while after this change it will be interpreted as ``assert x,y``. +while after this change it will be interpreted as ``assert x,y``. On the other hand, assert statements of this kind always pass, so they are effectively not doing anything in user code. The authors of this document think @@ -141,7 +141,7 @@ How to Teach This The new form of the ``assert`` statement will be documented as part of the language standard. -When teaching the form with error message of the ``assert`` statement to users, +When teaching the form with error message of the ``assert`` statement to users, now it can be noted that adding parentheses also work as expected, which allows to break the statement over multiple lines. diff --git a/peps/pep-0681.rst b/peps/pep-0681.rst index 2463d766ef1..1fba9cb928d 100644 --- a/peps/pep-0681.rst +++ b/peps/pep-0681.rst @@ -149,7 +149,7 @@ Decorator function example .. code-block:: python _T = TypeVar("_T") - + # The ``create_model`` decorator is defined by a library. # This could be in a type stub or inline. @typing.dataclass_transform() @@ -158,7 +158,7 @@ Decorator function example cls.__eq__ = ... cls.__ne__ = ... return cls - + # The ``create_model`` decorator can now be used to create new model # classes, like this: @create_model @@ -191,9 +191,9 @@ Metaclass example # a library. This could be in a type stub or inline. @typing.dataclass_transform() class ModelMeta(type): ... - + class ModelBase(metaclass=ModelMeta): ... - + # The ``ModelBase`` class can now be used to create new model # subclasses, like this: class CustomerModel(ModelBase): @@ -211,7 +211,7 @@ these parameters accepts a bool argument, and it must be possible for the bool value (``True`` or ``False``) to be statically evaluated. * ``eq``, ``order``, ``frozen``, ``init`` and ``unsafe_hash`` are parameters - supported in the stdlib dataclass, with meanings defined in + supported in the stdlib dataclass, with meanings defined in :pep:`PEP 557 <557#id7>`. * ``kw_only``, ``match_args`` and ``slots`` are parameters supported in the stdlib dataclass, first introduced in Python 3.10. @@ -225,7 +225,7 @@ customization of default behaviors: .. code-block:: python _T = TypeVar("_T") - + def dataclass_transform( *, eq_default: bool = True, @@ -286,7 +286,7 @@ Decorator function example frozen: bool = False, kw_only: bool = True, ) -> Callable[[Type[_T]], Type[_T]]: ... - + # Example of how this decorator would be used by code that imports # from this library: @create_model(frozen=True, kw_only=False) @@ -312,7 +312,7 @@ Class example order: bool = True, ): ... - + # Example of how this class would be used by code that imports # from this library: class CustomerModel( @@ -346,10 +346,10 @@ Metaclass example order: bool = True, ): ... - + class ModelBase(metaclass=ModelMeta): ... - + # Example of how this class would be used by code that imports # from this library: class CustomerModel( @@ -381,14 +381,14 @@ not required: class Employee: # Field with no specifier name: str - + # Field that uses field specifier class instance age: Optional[int] = field(default=None, init=False) - + # Field with type annotation and simple initializer to # describe default value is_paid_hourly: bool = True - + # Not a field (but rather a class variable) because type # annotation is not provided. office_number = "unassigned" @@ -454,7 +454,7 @@ This example demonstrates the above: resolver: Callable[[], Any], init: Literal[False] = False, ) -> Any: ... - + @overload def model_field( *, @@ -462,7 +462,7 @@ This example demonstrates the above: resolver: None = None, init: bool = True, ) -> Any: ... - + @typing.dataclass_transform( kw_only_default=True, field_specifiers=(model_field, )) @@ -470,7 +470,7 @@ This example demonstrates the above: *, init: bool = True, ) -> Callable[[Type[_T]], Type[_T]]: ... - + # Code that imports this library: @create_model(init=False) class CustomerModel: @@ -519,7 +519,7 @@ This includes, but is not limited to, the following semantics: is considered neither frozen nor non-frozen. Consider these class examples: - + .. code-block:: python # ModelBase is not considered either "frozen" or "non-frozen" @@ -538,7 +538,7 @@ This includes, but is not limited to, the following semantics: wheel_count: int And these similar metaclass examples: - + .. code-block:: python @typing.dataclass_transform() diff --git a/peps/pep-0691.rst b/peps/pep-0691.rst index f0eeac43c6d..372311a38e3 100644 --- a/peps/pep-0691.rst +++ b/peps/pep-0691.rst @@ -515,7 +515,7 @@ Servers that implement the Simple API may choose to support an URL parameter nam ``format`` to allow the clients to request a specific version of the URL. The value of the ``format`` parameter should be **one** of the valid content types. -Passing multiple content types, wild cards, quality values, etc... is **not** +Passing multiple content types, wild cards, quality values, etc... is **not** supported. Supporting this parameter is optional, and clients **SHOULD NOT** rely on it for diff --git a/peps/pep-0692.rst b/peps/pep-0692.rst index 7b1f8d0a5be..23f192d2664 100644 --- a/peps/pep-0692.rst +++ b/peps/pep-0692.rst @@ -86,14 +86,14 @@ For instance:: class Movie(TypedDict): name: str year: int - + def foo(**kwargs: Movie) -> None: ... means that each keyword argument in ``foo`` is itself a ``Movie`` dictionary that has a ``name`` key with a string type value and a ``year`` key with an integer type value. Therefore, in order to support specifying ``kwargs`` type as a ``TypedDict`` without breaking current behaviour, a new construct has to -be introduced. +be introduced. To support this use case, we propose reusing ``Unpack`` which was initially introduced in :pep:`646`. There are several reasons for doing so: @@ -207,7 +207,7 @@ compatible:: class Animal(TypedDict): name: str - + class Dog(Animal): breed: str @@ -234,10 +234,10 @@ function arguments. Again, the rest of the parameters have to be compatible. Continuing the previous example:: class Example(TypedDict): - animal: Animal + animal: Animal string: str number: NotRequired[int] - + def src(**kwargs: Unpack[Example]): ... def dest(*, animal: Dog, string: str, number: int = ...): ... @@ -298,7 +298,7 @@ type ``T``:: class Vehicle: ... - + class Car(Vehicle): ... @@ -308,7 +308,7 @@ type ``T``:: class Vehicles(TypedDict): car: Car moto: Motorcycle - + def dest(**kwargs: Unpack[Vehicles]): ... def src(**kwargs: Vehicle): ... @@ -332,7 +332,7 @@ consider the following example:: class Animal(TypedDict): name: str - + class Dog(Animal): breed: str @@ -343,21 +343,21 @@ consider the following example:: def foo(**kwargs: Unpack[Animal]): print(kwargs["name"].capitalize()) - + def bar(**kwargs: Unpack[Animal]): takes_name(**kwargs) - + def baz(animal: Animal): takes_name(**animal) - + def spam(**kwargs: Unpack[Animal]): baz(kwargs) - + foo(**animal) # OK! foo only expects and uses keywords of 'Animal'. bar(**animal) # WRONG! This will fail at runtime because 'breed' keyword # will be passed to 'takes_name' as well. - + spam(**animal) # WRONG! Again, 'breed' keyword will be eventually passed # to 'takes_name'. @@ -462,7 +462,7 @@ Similar sections could be also added to the Reference Implementation ======================== -The `mypy type checker `_ already +The `mypy type checker `_ already `supports `_ more precise ``**kwargs`` typing using ``Unpack``. @@ -486,7 +486,7 @@ can result in an error:: class Book(TypedDict): genre: str pages: int - + TypedDictUnion = Movie | Book def foo(**kwargs: Unpack[TypedDictUnion]) -> None: ... # WRONG! Unsupported use diff --git a/peps/pep-0693.rst b/peps/pep-0693.rst index abae8688e41..5d586fb8831 100644 --- a/peps/pep-0693.rst +++ b/peps/pep-0693.rst @@ -99,5 +99,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - diff --git a/peps/pep-0695.rst b/peps/pep-0695.rst index e8b9a3650d6..4f142e3ab9f 100644 --- a/peps/pep-0695.rst +++ b/peps/pep-0695.rst @@ -104,7 +104,7 @@ the developer to supply a redundant name in quotes (e.g. ``T = TypeVar("T")``). This PEP eliminates the need for the redundant name and cumbersome variable names. -Defining type parameters today requires importing the ``TypeVar`` and +Defining type parameters today requires importing the ``TypeVar`` and ``Generic`` symbols from the ``typing`` module. Over the past several releases of Python, efforts have been made to eliminate the need to import ``typing`` symbols for common use cases, and the PEP furthers this goal. @@ -320,7 +320,7 @@ Generic Type Alias We propose to introduce a new statement for declaring type aliases. Similar to ``class`` and ``def`` statements, a ``type`` statement defines a scope -for type parameters. +for type parameters. :: @@ -476,7 +476,7 @@ Type parameter symbols defined in outer scopes cannot be bound with T = 1 def outer2[T](): - + def inner1(): nonlocal S # OK because it binds variable S from outer1 nonlocal T # Syntax error: nonlocal binding not allowed for type parameter @@ -664,7 +664,7 @@ Here is an example. class ClassA[T1, T2, T3](list[T1]): def method1(self, a: T2) -> None: ... - + def method2(self) -> T3: ... @@ -775,7 +775,7 @@ in the following ways: 1. Addition of optional type parameter clause in ``class`` and ``def`` statements. :: - + type_params: '[' t=type_param_seq ']' type_param_seq: a[asdl_typeparam_seq*]=','.type_param+ [','] @@ -1156,7 +1156,7 @@ in Python requires this. A few other languages including Scala and C# also require developers to specify the variance. We rejected this idea because variance can generally be inferred, and most modern programming languages do infer variance based on usage. Variance is an advanced topic that -many developers find confusing, so we want to eliminate the need to +many developers find confusing, so we want to eliminate the need to understand this concept for most Python developers. @@ -1264,7 +1264,7 @@ Java provides no way to specify a default type argument. // Use site variance public void method1(ClassA value) { } } - + C# -- @@ -1301,7 +1301,7 @@ C# provides no way to specify a default type argument. TypeScript ---------- -TypeScript uses angle brackets to declare type parameters and for +TypeScript uses angle brackets to declare type parameters and for specialization. The ``extends`` keyword is used to specify a bound. It can be combined with other type operators such as ``keyof``. @@ -1316,7 +1316,7 @@ TypeScript supports the ``type`` keyword to declare a type alias, and this syntax supports generics. .. code-block:: typescript - + // Generic interface interface InterfaceA { val1: S; @@ -1356,7 +1356,7 @@ type parameters). .. code-block:: scala - + // Generic class; type parameter has upper bound class ClassA[A <: SomeClass1] { diff --git a/peps/pep-0699.rst b/peps/pep-0699.rst index 75bd3e30e3d..9e1b6ff8620 100644 --- a/peps/pep-0699.rst +++ b/peps/pep-0699.rst @@ -110,5 +110,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - diff --git a/peps/pep-0703.rst b/peps/pep-0703.rst index 587819766e0..3277ab688ac 100644 --- a/peps/pep-0703.rst +++ b/peps/pep-0703.rst @@ -713,7 +713,7 @@ that wrap those calls. Python objects should not be allocated through other APIs, such as raw calls to C's malloc or the C++ new operator. Additionally, ``PyObject_Malloc`` should be used only for allocating Python objects; it should not be used for allocating buffers, -storages, or other data structures that are not PyObjects. +storages, or other data structures that are not PyObjects. This PEP also imposes restrictions on the pluggable allocator API (``PyMem_SetAllocator``). When compiling without the GIL, allocators @@ -967,7 +967,7 @@ per-object locking -- another thread might modify the list leading to The problematic borrowed reference APIs are supplemented with functions that return "new references" but are otherwise -equivalent: +equivalent: * ``PyList_FetchItem(list, idx)`` for ``PyList_GetItem`` * ``PyDict_FetchItem(dict, key)`` for ``PyDict_GetItem`` @@ -1087,7 +1087,7 @@ and improve single-threaded performance. Although lock acquisition has low overhead compared to most operations, accessing individual elements of lists and dictionaries are fast operations (so the locking overhead is comparatively larger) and frequent (so the -overhead has more impact). +overhead has more impact). This section describes the challenges with implementing dictionary and list accesses without locking followed by a description of this PEP's diff --git a/peps/pep-0705.rst b/peps/pep-0705.rst index 5ba78e3f938..cae156d4127 100644 --- a/peps/pep-0705.rst +++ b/peps/pep-0705.rst @@ -581,4 +581,3 @@ Copyright ========= This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - diff --git a/peps/pep-0706.rst b/peps/pep-0706.rst index 5585a809b03..984b7555017 100644 --- a/peps/pep-0706.rst +++ b/peps/pep-0706.rst @@ -110,7 +110,7 @@ However, there are some issues with this approach: affect all subsequent operations on the same ``TarFile`` object. This behavior is fine for most uses, but despite that, it would be very surprising if ``TarFile.extractall`` did this by default. -- Calling ``getmembers`` can be expensive and it +- Calling ``getmembers`` can be expensive and it `requires a seekable archive `__. - When verifying members in advance, it may be necessary to track how each member would have changed the filesystem, e.g. how symlinks are being set up. diff --git a/peps/pep-0713.rst b/peps/pep-0713.rst index 65d117b1d2c..9547b497b31 100644 --- a/peps/pep-0713.rst +++ b/peps/pep-0713.rst @@ -204,4 +204,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - diff --git a/peps/pep-0719.rst b/peps/pep-0719.rst index 9e7763f481f..58ea94905d3 100644 --- a/peps/pep-0719.rst +++ b/peps/pep-0719.rst @@ -92,5 +92,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - diff --git a/peps/pep-0722.rst b/peps/pep-0722.rst index 9d421302711..ab252400dcc 100644 --- a/peps/pep-0722.rst +++ b/peps/pep-0722.rst @@ -231,7 +231,7 @@ reference implementation can be included here. from packaging.requirements import Requirement DEPENDENCY_BLOCK_MARKER = r"(?i)^#\s+script\s+dependencies:\s*$" - + def read_dependency_block(filename): # Use the tokenize module to handle any encoding declaration. with tokenize.open(filename) as f: diff --git a/peps/pep-0724.rst b/peps/pep-0724.rst index 89c6695df2b..7ef23850b8b 100644 --- a/peps/pep-0724.rst +++ b/peps/pep-0724.rst @@ -348,4 +348,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - diff --git a/peps/pep-0725.rst b/peps/pep-0725.rst index 13fc866d6f7..52aa8d1c2fb 100644 --- a/peps/pep-0725.rst +++ b/peps/pep-0725.rst @@ -104,7 +104,7 @@ Multiple types of external dependencies can be distinguished: Concrete packages are straightforward to understand, and are a concept present in virtually every package management system. Virtual packages are a concept also present in a number of packaging systems -- but not always, and the -details of their implementation varies. +details of their implementation varies. Cross compilation ----------------- @@ -186,7 +186,7 @@ The two types of concrete packages are supported by PURL_ (Package URL), which implements a scheme for identifying packages that is meant to be portable across packaging ecosystems. Its design is:: - scheme:type/namespace/name@version?qualifiers#subpath + scheme:type/namespace/name@version?qualifiers#subpath The ``scheme`` component is a fixed string, ``pkg``, and of the other components only ``type`` and ``name`` are required. As an example, a package diff --git a/peps/pep-0727.rst b/peps/pep-0727.rst index a6663a87bda..8bc9a638e2d 100644 --- a/peps/pep-0727.rst +++ b/peps/pep-0727.rst @@ -346,14 +346,14 @@ For example: .. code:: java /** - * Returns an Image object that can then be painted on the screen. + * Returns an Image object that can then be painted on the screen. * The url argument must specify an absolute {@link URL}. The name - * argument is a specifier that is relative to the url argument. + * argument is a specifier that is relative to the url argument. *

- * This method always returns immediately, whether or not the + * This method always returns immediately, whether or not the * image exists. When this applet attempts to draw the image on - * the screen, the data will be loaded. The graphics primitives - * that draw the image will incrementally paint on the screen. + * the screen, the data will be loaded. The graphics primitives + * that draw the image will incrementally paint on the screen. * * @param url an absolute URL giving the base location of the image * @param name the location of the image, relative to the url argument diff --git a/peps/pep-0732-concentric.drawio.svg b/peps/pep-0732-concentric.drawio.svg index 02677c5ee5c..cab0340519f 100644 --- a/peps/pep-0732-concentric.drawio.svg +++ b/peps/pep-0732-concentric.drawio.svg @@ -1,4 +1,4 @@ -
3   
3   
2   
2   
1
1
1
1
2
2
3
3
World
includes readers of the documentation
World...
Documentation Working Group
volunteers who contribute to the docs
Documentation Working Group...
Documentation Editoral Board
trusted group
Documentation Editoral Board...
Text is not SVG - cannot display
\ No newline at end of file +
3   
3   
2   
2   
1
1
1
1
2
2
3
3
World
includes readers of the documentation
World...
Documentation Working Group
volunteers who contribute to the docs
Documentation Working Group...
Documentation Editoral Board
trusted group
Documentation Editoral Board...
Text is not SVG - cannot display
diff --git a/peps/pep-0732.rst b/peps/pep-0732.rst index dc79b41e98f..b64ae519721 100644 --- a/peps/pep-0732.rst +++ b/peps/pep-0732.rst @@ -22,16 +22,16 @@ This PEP: Motivation ========== -The Steering Council approved the creation of a +The Steering Council approved the creation of a `Documentation Working Group `_ in March 2021 to set direction for the docs. This group is now called the Editorial Board to differentiate it from the Documentation Working Group that was created -since then to focus on more tactical work. +since then to focus on more tactical work. -The purpose of the Python documentation is to serve the -present and future end users of Python. As such, the core -development community and the greater Python documentation +The purpose of the Python documentation is to serve the +present and future end users of Python. As such, the core +development community and the greater Python documentation contributors work together to achieve this: .. image:: pep-0732-concentric.drawio.svg @@ -66,7 +66,7 @@ The editorial board will: Responsibilities ---------------- -The board has authority to make decisions about Python’s +The board has authority to make decisions about Python’s documentation, as scoped below. For example, it can: * Set big-picture strategy for Python’s documentation @@ -94,9 +94,9 @@ The Editorial board oversees the content and strategy for the following: - PEPs (peps.python.org) * - - PyPA documentation - * - + * - - www.python.org - * - + * - - The Python Wiki (wiki.python.org) @@ -127,52 +127,52 @@ Editorial board members should have: * A history of making significant contributions to Python * A willingness to dedicate time to improving Python's docs -Members of the Editorial Board should have experience in education, -communication, technical writing, Python’s documentation, accessibility, +Members of the Editorial Board should have experience in education, +communication, technical writing, Python’s documentation, accessibility, translation, or community management. Term ~~~~ -Editorial Board members serve for an indefinite term, though it is -generally expected that there will be changes in Editorial Board -composition each year. Editorial Board members will confirm annually -whether they wish to continue as a board member. Members may resign +Editorial Board members serve for an indefinite term, though it is +generally expected that there will be changes in Editorial Board +composition each year. Editorial Board members will confirm annually +whether they wish to continue as a board member. Members may resign at any time. -If a board member drops out of touch and cannot be contacted for a +If a board member drops out of touch and cannot be contacted for a month or longer, then the rest of the board may vote to replace them. Changes to the Editorial Board's Size ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Annually after each major Python release, the Editorial Board will -review whether the board's size should change. This provides -flexibility if the needs of the documentation community change -over time. A simple majority is needed to make a decision to +Annually after each major Python release, the Editorial Board will +review whether the board's size should change. This provides +flexibility if the needs of the documentation community change +over time. A simple majority is needed to make a decision to increase the board's size where quorum is 80% of the current board. -As the sponsoring organization of the Documentation Editorial -Board, the Steering Council may change the number of members of -the Board at any time, including appointing new members or -dismissing existing members. +As the sponsoring organization of the Documentation Editorial +Board, the Steering Council may change the number of members of +the Board at any time, including appointing new members or +dismissing existing members. Vacancies ~~~~~~~~~ -If a vacancy exists on the board for any reason, the Documentation -Editorial Board will publicly announce a call for prospective -board members. Prospective board members would submit a brief -document stating qualifications and their motivation to serve. -The sitting members of the Editorial Board will select new board +If a vacancy exists on the board for any reason, the Documentation +Editorial Board will publicly announce a call for prospective +board members. Prospective board members would submit a brief +document stating qualifications and their motivation to serve. +The sitting members of the Editorial Board will select new board members by a simple majority where quorum is 80% of the current board. Amendments ========== -This PEP serves as a charter for the Docs Editorial Board. Changes -to its operation can be made either through a new PEP or through -a change to this PEP. In either case, the change would be decided +This PEP serves as a charter for the Docs Editorial Board. Changes +to its operation can be made either through a new PEP or through +a change to this PEP. In either case, the change would be decided upon by the Steering Council after discussion in the community. diff --git a/peps/pep-0736.rst b/peps/pep-0736.rst index ca4d14024b6..551057bb11b 100644 --- a/peps/pep-0736.rst +++ b/peps/pep-0736.rst @@ -430,7 +430,7 @@ Recommendations for Using This Syntax As with any other language feature, the programmer should exercise their own judgement about whether it is prudent to use it in any given context. We do not -recommend enforcing a rule to use the feature in all cases where it may be +recommend enforcing a rule to use the feature in all cases where it may be applicable, such as via lint rules or style guides. As described in `This syntax increases coupling`_, we propose that a reasonable diff --git a/peps/pep-0744.rst b/peps/pep-0744.rst index f03405bdde0..5b02224f777 100644 --- a/peps/pep-0744.rst +++ b/peps/pep-0744.rst @@ -99,10 +99,10 @@ physical hardware registers). Since much of this data varies even between identical runs of a program and the existing optimization pipeline makes heavy use of runtime profiling information, -it doesn't make much sense to compile these traces ahead of time and would be a -substantial redesign of the existing specification and micro-op tracing infrastructure -that has already been implemented. As has been demonstrated for many other dynamic -languages (`and even Python itself `__), the most promising +it doesn't make much sense to compile these traces ahead of time and would be a +substantial redesign of the existing specification and micro-op tracing infrastructure +that has already been implemented. As has been demonstrated for many other dynamic +languages (`and even Python itself `__), the most promising approach is to compile the optimized micro-ops "just in time" for execution. Rationale @@ -120,7 +120,7 @@ high-quality Python-specific optimizations for the code being run, *but also* quick generation of efficient machine code for the optimized program. The Python core development team has the necessary skills and experience for the former (a middle-end tightly coupled to the interpreter), and copy-and-patch compilation -provides an attractive solution for the latter. +provides an attractive solution for the latter. In a nutshell, copy-and-patch allows a high-quality template JIT compiler to be generated from the same DSL used to generate the rest of the interpreter. For a @@ -139,9 +139,9 @@ code and 500 lines of runtime C code. Specification ============= -The JIT is currently not part of the default build configuration, and it is -likely to remain that way for the foreseeable future (though official binaries -may include it). That said, the JIT will become non-experimental once all of +The JIT is currently not part of the default build configuration, and it is +likely to remain that way for the foreseeable future (though official binaries +may include it). That said, the JIT will become non-experimental once all of the following conditions are met: #. It provides a meaningful performance improvement for at least one popular @@ -245,7 +245,7 @@ Since the code templates emitted by the JIT are compiled by Clang, it *may* be possible to allow JIT frames to be traced through by simply modifying the compiler flags to use frame pointers more carefully. It may also be possible to harvest and emit the debugging information produced by Clang. Neither of these -ideas have been explored very deeply. +ideas have been explored very deeply. While this is an issue that *should* be fixed, fixing it is not a particularly high priority at this time. This is probably a problem best explored by somebody @@ -299,7 +299,7 @@ How to Teach This Choose the sections that best describe you: - **If you are a Python programmer or end user...** - + - ...nothing changes for you. Nobody should be distributing JIT-enabled CPython interpreters to you while it is still an experimental feature. Once it is non-experimental, you will probably notice slightly better performance @@ -317,7 +317,7 @@ Choose the sections that best describe you: - ...nothing changes for you. All Python profiling and tracing functionality remains. - + - **If you profile or debug C code...** - ...currently, the ability to trace *through* JIT frames is limited. This may @@ -376,13 +376,13 @@ Reference Implementation Key parts of the implementation include: - |readme|_: Instructions for how to build the JIT. - + - |jit|_: The entire runtime portion of the JIT compiler. - + - |jit_stencils|_: An example of the JIT's generated templates. - + - |template|_: The code which is compiled to produce the JIT's templates. - + - |targets|_: The code to compile and parse the templates at build time. .. |readme| replace:: ``Tools/jit/README.md`` @@ -500,7 +500,7 @@ Open Issues Speed ----- -Currently, the JIT is `about as fast as the existing specializing interpreter +Currently, the JIT is `about as fast as the existing specializing interpreter `__ on most platforms. Improving this is obviously a top priority at this point, since providing a significant performance gain is the entire motivation for @@ -528,9 +528,9 @@ likely to be a real concern. Not much effort has been put into optimizing the JIT's memory usage yet, so these numbers likely represent a maximum that will be reduced over time. Improving this is a medium priority, and is being tracked in `GH-116017 -`__. We may consider +`__. We may consider exposing configurable parameters for limiting memory consumption in the -future, but no official APIs will be exposed until the JIT meets the +future, but no official APIs will be exposed until the JIT meets the requirements to be considered non-experimental. Earlier versions of the JIT had a more complicated memory allocation scheme @@ -543,8 +543,8 @@ Dependencies At the time of writing, the JIT has a build-time dependency on LLVM. LLVM is used to compile individual micro-op instructions into blobs of machine code, -which are then linked together to form the JIT's templates. These templates are -used to build CPython itself. The JIT has no runtime dependency on LLVM and is +which are then linked together to form the JIT's templates. These templates are +used to build CPython itself. The JIT has no runtime dependency on LLVM and is therefore not at all exposed as a dependency to end users. Building the JIT adds between 3 and 60 seconds to the build process, depending diff --git a/peps/pep-0746.rst b/peps/pep-0746.rst index 342b730aa69..f4665f83ea1 100644 --- a/peps/pep-0746.rst +++ b/peps/pep-0746.rst @@ -54,7 +54,7 @@ that specifies whether the metadata is valid for a given type:: __supports_annotated_base__: int The attribute may also be marked as a ``ClassVar`` to avoid interaction with dataclasses:: - + from dataclasses import dataclass from typing import ClassVar @@ -77,7 +77,7 @@ To support generic ``Gt`` metadata, one might write:: class SupportsGt[T](Protocol): def __gt__(self, __other: T) -> bool: ... - + class Gt[T]: __supports_annotated_base__: ClassVar[SupportsGt[T]] diff --git a/peps/pep-0747.rst b/peps/pep-0747.rst index e4ce2a0ee65..d056db8ca89 100644 --- a/peps/pep-0747.rst +++ b/peps/pep-0747.rst @@ -290,7 +290,7 @@ intent to use the value as a type form object. Second, static type checkers validate that all rules for type expressions are followed:: x4 = type(int) # No error, evaluates to "type[int]" - + x5 = TypeForm(type(int)) # Error: call not allowed in type expression @@ -339,7 +339,7 @@ by a function parameter, returned by a function, or stored in a variable: ^ | variable type - + return sum Type expressions evaluate to valid *type form* objects at runtime and can be @@ -351,8 +351,8 @@ assigned to variables and manipulated like any other data in a program: | | v v int_type_form: TypeForm = int | None - ^ - | + ^ + | the type of a type form object ``TypeForm[]`` is how you spell the type of a *type form* object, which is @@ -379,7 +379,7 @@ type form object as input. :: from trycast import isassignable - + if isassignable(some_object, MyTypedDict): # OK: MyTypedDict is a TypeForm[] ... diff --git a/peps/pep-0749.rst b/peps/pep-0749.rst index 5afd763a2d2..303ee18dd1d 100644 --- a/peps/pep-0749.rst +++ b/peps/pep-0749.rst @@ -64,7 +64,7 @@ The future of ``from __future__ import annotations`` which changes all annotations to strings. :pep:`649` proposes an alternative approach that does not require this future import, and states: - If this PEP is accepted, PEP 563 will be deprecated and eventually removed. + If this PEP is accepted, PEP 563 will be deprecated and eventually removed. However, the PEP does not provide a detailed plan for this deprecation. @@ -922,7 +922,7 @@ code execution even with no access to any globals or builtins. For example: .. code-block:: pycon >>> def f(x: (1).__class__.__base__.__subclasses__()[-1].__init__.__builtins__["print"]("Hello world")): pass - ... + ... >>> annotationlib.get_annotations(f, format=annotationlib.Format.SOURCE) Hello world {'x': 'None'} diff --git a/peps/pep-0750.rst b/peps/pep-0750.rst index 1ad265c226d..7ed1f858946 100644 --- a/peps/pep-0750.rst +++ b/peps/pep-0750.rst @@ -57,7 +57,7 @@ Motivation ========== Python f-strings are easy to use and very popular. Over time, however, developers -have encountered limitations that make them +have encountered limitations that make them `unsuitable for certain use cases `__. In particular, f-strings provide no way to intercept and transform interpolated values before they are combined into a final string. @@ -108,7 +108,7 @@ Template String Literals ------------------------ This PEP introduces a new string prefix, ``t``, to define template string literals. -These literals resolve to a new type, ``Template``, found in the standard library +These literals resolve to a new type, ``Template``, found in the standard library module ``<>``. The following code creates a ``Template`` instance: @@ -155,7 +155,7 @@ Template strings evaluate to an instance of a new immutable type, ``<>.Temp def __new__(cls, *args: str | Interpolation): """ Create a new Template instance. - + Arguments can be provided in any order. """ ... @@ -163,7 +163,7 @@ Template strings evaluate to an instance of a new immutable type, ``<>.Temp @property def values(self) -> tuple[object, ...]: """ - Return a tuple of the `value` attributes of each Interpolation + Return a tuple of the `value` attributes of each Interpolation in the template. This will be an empty tuple if there are no interpolations. """ @@ -175,9 +175,9 @@ Template strings evaluate to an instance of a new immutable type, ``<>.Temp These may appear in any order. Empty strings will not be included. """ - ... + ... -The ``strings`` and ``interpolations`` attributes provide access to the string +The ``strings`` and ``interpolations`` attributes provide access to the string parts and any interpolations in the literal: .. code-block:: python @@ -213,7 +213,7 @@ Like ``Template``, it is a new class found in the ``<>`` module: ): ... -The ``Interpolation`` type is shallow immutable. Its attributes +The ``Interpolation`` type is shallow immutable. Its attributes cannot be reassigned. The ``value`` attribute is the evaluated result of the interpolation: @@ -342,8 +342,8 @@ for detailed working examples. Template String Concatenation ----------------------------- -Template strings support explicit concatenation using ``+``. Concatenation is -supported for two ``Template`` instances as well as for a ``Template`` instance +Template strings support explicit concatenation using ``+``. Concatenation is +supported for two ``Template`` instances as well as for a ``Template`` instance and a ``str``: .. code-block:: python @@ -359,10 +359,10 @@ and a ``str``: assert ("Hello " + template).strings == ("Hello ", "") assert ("Hello " + template).interpolations[0].value == "World" -Concatenation of templates is "viral": the concatenation of a ``Template`` and +Concatenation of templates is "viral": the concatenation of a ``Template`` and a ``str`` always results in a ``Template`` instance. -Python's implicit concatenation syntax is also supported. The following code +Python's implicit concatenation syntax is also supported. The following code will work as expected: .. code-block:: python @@ -371,7 +371,7 @@ will work as expected: assert (t"Hello " t"World").strings == ("Hello World",) assert ("Hello " t"World").strings == ("Hello World",) -The ``Template`` type supports the ``__add__()`` and ``__radd__()`` methods +The ``Template`` type supports the ``__add__()`` and ``__radd__()`` methods between two ``Template`` instances and between a ``Template`` instance and a ``str``. @@ -379,10 +379,10 @@ between two ``Template`` instances and between a ``Template`` instance and a Template and Interpolation Equality ----------------------------------- -``Template`` and ``Interpolation`` instances compare with object identity +``Template`` and ``Interpolation`` instances compare with object identity (``is``). -``Template`` instances are intended to be used by template processing code, +``Template`` instances are intended to be used by template processing code, which may return a string or any other type. Those types can provide their own equality semantics as needed. @@ -391,7 +391,7 @@ No Support for Ordering ----------------------- The ``Template`` and ``Interpolation`` types do not support ordering. This is -unlike all other string literal types in Python, which support lexicographic +unlike all other string literal types in Python, which support lexicographic ordering. Because interpolations can contain arbitrary values, there is no natural ordering for them. As a result, neither the ``Template`` nor the ``Interpolation`` type implements the standard comparison methods. @@ -473,7 +473,7 @@ This is because ``Template`` instances are intended to be used by template proce code, which may return a string or any other type. There is no canonical way to convert a Template to a string. -The ``Template`` and ``Interpolation`` types both provide useful ``__repr__()`` +The ``Template`` and ``Interpolation`` types both provide useful ``__repr__()`` implementations. @@ -541,7 +541,7 @@ specifiers like ``:.2f``. The full code is fairly simple: Example: Structured Logging --------------------------- -Structured logging allows developers to log data in machine-readable +Structured logging allows developers to log data in machine-readable formats like JSON. With t-strings, developers can easily log structured data alongside human-readable messages using just a single log statement. @@ -705,7 +705,7 @@ logging: .. note:: Example code See `logging.py`__ and `test_logging.py`__. - + __ https://github.com/davepeck/pep750-examples/blob/main/pep/logging.py __ https://github.com/davepeck/pep750-examples/blob/main/pep/test_logging.py @@ -717,7 +717,7 @@ This PEP contains several short HTML templating examples. It turns out that the "hypothetical" ``html()`` function mentioned in the `Motivation`_ section (and a few other places in this PEP) exists and is available in the `pep750-examples repository `_. -If you're thinking about parsing a complex grammar with template strings, we +If you're thinking about parsing a complex grammar with template strings, we hope you'll find it useful. @@ -755,35 +755,35 @@ We hope that teaching developers will be straightforward. At a glance, template strings look just like f-strings. Their syntax is familiar and the scoping rules remain the same. -The first thing developers must learn is that template string literals don't -evaluate to strings; instead, they evaluate to a new type, ``Template``. This +The first thing developers must learn is that template string literals don't +evaluate to strings; instead, they evaluate to a new type, ``Template``. This is a simple type intended to be used by template processing code. It's not until -developers call a processing function that they get the result they want: -typically, a string, although processing code can of course return any arbitrary +developers call a processing function that they get the result they want: +typically, a string, although processing code can of course return any arbitrary type. Developers will also want to understand how template strings relate to other string formatting methods like f-strings and :meth:`str.format`. They will need to decide when to use each method. If a simple string is all that is needed, and -there are no security implications, f-strings are likely the best choice. For +there are no security implications, f-strings are likely the best choice. For most cases where a format string is used, it can be replaced with a function wrapping the creation of a template string. In cases where the format string is obtained from user input, the filesystem, or databases, it is possible to write code to convert it into a ``Template`` instance if desired. -Because developers will learn that t-strings are nearly always used in tandem -with processing functions, they don't necessarily need to understand the details +Because developers will learn that t-strings are nearly always used in tandem +with processing functions, they don't necessarily need to understand the details of the ``Template`` type. As with descriptors and decorators, we expect many more developers will use t-strings than write t-string processing functions. -Over time, a small number of more advanced developers *will* wish to author their -own template processing code. Writing processing code often requires thinking -in terms of formal grammars. Developers will need to learn how to work with the -``strings`` and ``interpolation`` attributes of a ``Template`` instance and how -to process interpolations in a context-sensitive fashion. More sophisticated -grammars will likely require parsing to intermediate representations like an -AST. Great template processing code will handle format specifiers and conversions -when appropriate. Writing production-grade template processing code -- for +Over time, a small number of more advanced developers *will* wish to author their +own template processing code. Writing processing code often requires thinking +in terms of formal grammars. Developers will need to learn how to work with the +``strings`` and ``interpolation`` attributes of a ``Template`` instance and how +to process interpolations in a context-sensitive fashion. More sophisticated +grammars will likely require parsing to intermediate representations like an +AST. Great template processing code will handle format specifiers and conversions +when appropriate. Writing production-grade template processing code -- for instance, to support HTML templates -- can be a large undertaking. We expect that template strings will provide framework authors with a powerful @@ -796,16 +796,16 @@ string processing tasks opens new possibilities for framework authors. Why another templating approach? ================================ -The world of Python already has mature templating languages with wide adoption, +The world of Python already has mature templating languages with wide adoption, such as Jinja. Why build support for creating new templating systems? -Projects such as Jinja are still needed in cases where the template is less part -of the software by the developers, and more part of customization by designers +Projects such as Jinja are still needed in cases where the template is less part +of the software by the developers, and more part of customization by designers or even content created by users, for example in a CMS. -The trends in frontend development have treated templating as part of the -software and written by developers. They want modern language features and a -good tooling experience. PEP 750 envisions DSLs where the non-static parts are +The trends in frontend development have treated templating as part of the +software and written by developers. They want modern language features and a +good tooling experience. PEP 750 envisions DSLs where the non-static parts are Python: same scope rules, typing, expression syntax, and the like. @@ -854,7 +854,7 @@ The structure of ``Template`` objects allows for effective memoization: strings = template.strings # Static string parts values = template.values # Dynamic interpolated values -This separation enables caching of processed static parts while dynamic parts +This separation enables caching of processed static parts while dynamic parts can be inserted as needed. Authors of template processing code can use the static ``strings`` as cache keys, leading to significant performance improvements when similar templates are used repeatedly. @@ -1010,7 +1010,7 @@ and is able to ``await`` an interpolation's value. .. note:: Example code See `afstring.py`__ and `test_afstring.py`__. - + __ https://github.com/davepeck/pep750-examples/blob/main/pep/afstring.py __ https://github.com/davepeck/pep750-examples/blob/main/pep/test_afstring.py @@ -1044,8 +1044,8 @@ be used to format values: assert alas_fmt.format(cheese="Red Leicester") == "We're all out of Red Leicester." If one squints, one can think of format strings as a kind of function definition. -The *call* to :meth:`str.format` can be seen as a kind of function call. The -t-string equivalent is to simply define a standard Python function that returns +The *call* to :meth:`str.format` can be seen as a kind of function call. The +t-string equivalent is to simply define a standard Python function that returns a ``Template`` instance: .. code-block:: python @@ -1061,9 +1061,9 @@ The ``make_template()`` function itself can be thought of as analogous to the format string. The call to ``make_template()`` is analogous to the call to :meth:`str.format`. -Of course, it is common to load format strings from external sources like a -filesystem or database. Thankfully, because ``Template`` and ``Interpolation`` -are simple Python types, it is possible to write a function that takes an +Of course, it is common to load format strings from external sources like a +filesystem or database. Thankfully, because ``Template`` and ``Interpolation`` +are simple Python types, it is possible to write a function that takes an old-style format string and returns an equivalent ``Template`` instance: .. code-block:: python @@ -1169,7 +1169,7 @@ This was rejected for several reasons: static analysis. Most importantly, there are viable (if imperfect) alternatives to implicit -lambda wrapping in many cases where lazy evaluation is desired. See the section +lambda wrapping in many cases where lazy evaluation is desired. See the section on `Approaches to Lazy Evaluation`_, above, for more information. While delayed evaluation was rejected for *this* PEP, we hope that the community @@ -1194,10 +1194,10 @@ types should have their own implementations of ``__eq__`` and ``__hash__``. ``Templates`` were considered equal if their ``strings`` and ``interpolations`` were equal; ``Interpolations`` were considered equal if their ``value``, ``expr``, ``conv``, and ``format_spec`` were equal. Interpolation hashing was similar to -tuple hashing: an ``Interpolation`` was hashable if and only if its ``value`` +tuple hashing: an ``Interpolation`` was hashable if and only if its ``value`` was hashable. -This was rejected because ``Template.__hash__`` so defined was not useful as a +This was rejected because ``Template.__hash__`` so defined was not useful as a cache key in template processing code; we were concerned that it would be confusing to developers. @@ -1209,7 +1209,7 @@ ability to write asserts such as: name = "World" assert t"Hello " + t"{name}" == t"Hello {name}" -Because ``Template`` instances are intended to be quickly processed by further +Because ``Template`` instances are intended to be quickly processed by further code, we felt that the utility of these asserts was limited. @@ -1226,15 +1226,15 @@ allowing combination of ``r`` and ``t`` prefixes. The Final Home for ``Template`` and ``Interpolation`` ----------------------------------------------------- -Previous versions of this PEP proposed placing the ``Template`` and +Previous versions of this PEP proposed placing the ``Template`` and ``Interpolation`` types in: ``types``, ``collections``, ``collections.abc``, and even in a new top-level module, ``templatelib``. As of this writing, no core team consensus has emerged on the final location for these types. The current PEP leaves this open for a final decision. -One argument in favor of a new top-level ``templatelib`` module is that it would -allow for future addition of related methods (like ``convert()``) and for -potential future template processing code to be added to submodules +One argument in favor of a new top-level ``templatelib`` module is that it would +allow for future addition of related methods (like ``convert()``) and for +potential future template processing code to be added to submodules (``templatelib.shell``, etc.). @@ -1275,14 +1275,14 @@ Disallowing String Concatenation Earlier versions of this PEP proposed that template strings should not support concatenation. This was rejected in favor of allowing concatenation. -There are reasonable arguments in favor of rejecting one or all forms of -concatenation: namely, that it cuts off a class of potential bugs, particularly -when one takes the view that template strings will often contain complex grammars -for which concatenation doesn't always have the same meaning (or any meaning). +There are reasonable arguments in favor of rejecting one or all forms of +concatenation: namely, that it cuts off a class of potential bugs, particularly +when one takes the view that template strings will often contain complex grammars +for which concatenation doesn't always have the same meaning (or any meaning). -Moreover, the earliest versions of this PEP proposed a syntax closer to -JavaScript's tagged template literals, where an arbitrary callable could be used -as a prefix to a string literal. There was no guarantee that the callable would +Moreover, the earliest versions of this PEP proposed a syntax closer to +JavaScript's tagged template literals, where an arbitrary callable could be used +as a prefix to a string literal. There was no guarantee that the callable would return a type that supported concatenation. In the end, we decided that the surprise to developers of a new string type @@ -1292,7 +1292,7 @@ after all, and while we are sure there are cases where this introduces bugs, it's not clear that those bugs outweigh the benefits of supporting concatenation.) While concatenation is supported, we expect that code that uses template strings -will more commonly build up larger templates through nesting and composition +will more commonly build up larger templates through nesting and composition rather than concatenation. @@ -1310,16 +1310,16 @@ separate PEP. Removing ``conv`` From ``Interpolation`` ---------------------------------------- -During the authoring of this PEP, we considered removing the ``conv`` attribute +During the authoring of this PEP, we considered removing the ``conv`` attribute from ``Interpolation`` and specifying that the conversion should be performed eagerly, before ``Interpolation.value`` is set. This was done to simplify the work of writing template processing code. The ``conv`` attribute is of limited extensibility (it is typed as -``Literal["r", "s", "a"] | None``). It is not clear that it adds significant +``Literal["r", "s", "a"] | None``). It is not clear that it adds significant value or flexibility to template strings that couldn't better be achieved with custom format specifiers. Unlike with format specifiers, there is no -equivalent to Python's :func:`python:format` built-in. (Instead, we include an +equivalent to Python's :func:`python:format` built-in. (Instead, we include an sample implementation of ``convert()`` in the `Examples`_ section.) Ultimately we decided to keep the ``conv`` attribute in the ``Interpolation`` type @@ -1344,18 +1344,18 @@ Alternate Layouts for ``Template`` ----------------------------------- During the development of this PEP, we considered several alternate layouts for -the ``Template`` type. Many focused on a single ``args`` tuple that contained +the ``Template`` type. Many focused on a single ``args`` tuple that contained both strings and interpolations. Variants included: - ``args`` was a ``tuple[str | Interpolation, ...]``` with the promise that - its first and last items were strings and that strings and interpolations - always alternated. This implied that ``args`` was always non-empty and that + its first and last items were strings and that strings and interpolations + always alternated. This implied that ``args`` was always non-empty and that empty strings would be inserted between neighboring interpolations. This was rejected because alternation could not be captured by the type system and was not a guarantee we wished to make. - ``args`` remained a ``tuple[str | Interpolation, ...]`` but did not support - interleaving. As a result, empty strings were not added to the sequence. It + interleaving. As a result, empty strings were not added to the sequence. It was no longer possible to obtain static strings with ``args[::2]``; instead, instance checks or structural pattern matching had to be used to distinguish between strings and interpolations. This approach was rejected as offering @@ -1382,7 +1382,7 @@ our hope that, over time, the community will develop conventions for this purpos Binary Template Strings ----------------------- -The combination of t-strings and bytes (``tb``) is considered out of scope for +The combination of t-strings and bytes (``tb``) is considered out of scope for this PEP. However, unlike f-strings, there is no fundamental reason why t-strings and bytes cannot be combined. Support could be considered in a future PEP. diff --git a/peps/pep-0756.rst b/peps/pep-0756.rst index c3bb36c33dd..6e8bd73aaa2 100644 --- a/peps/pep-0756.rst +++ b/peps/pep-0756.rst @@ -405,4 +405,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - diff --git a/peps/pep-0758.rst b/peps/pep-0758.rst index 9a9369117b7..9f7dc270005 100644 --- a/peps/pep-0758.rst +++ b/peps/pep-0758.rst @@ -102,8 +102,8 @@ list of exception types. The grammar will be updated as follows: | 'except' ':' block except_star_block - | 'except' '*' expressions ':' block - | 'except' '*' expression 'as' NAME ':' block + | 'except' '*' expressions ':' block + | 'except' '*' expression 'as' NAME ':' block This allows both the current parenthesized syntax and the new unparenthesized syntax while requiring parentheses when the ``as`` keyword is used: diff --git a/peps/pep-0760.rst b/peps/pep-0760.rst index 888f2b373b4..721944c3d03 100644 --- a/peps/pep-0760.rst +++ b/peps/pep-0760.rst @@ -180,7 +180,7 @@ Rejected ideas This code guarantees that no matter what exception occurs, any open transaction will be aborted, while in the successful condition, the - transaction will be committed. + transaction will be committed. We do believe that although there are cases such like this one where bare ``except:`` handlers are correct, it would be better to actually @@ -202,4 +202,3 @@ CC0-1.0-Universal license, whichever is more permissive. .. [6] https://4.docs.plone.org/develop/plone-coredev/style.html#concrete-rules .. [7] https://docs.openedx.org/en/latest/developers/references/developer_guide/style_guides/python-guidelines.html .. [8] https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/database/transaction.py#L27 - diff --git a/peps/pep-0762.rst b/peps/pep-0762.rst index c3dc8295ffd..a4d1aa77d2b 100644 --- a/peps/pep-0762.rst +++ b/peps/pep-0762.rst @@ -1,7 +1,7 @@ PEP: 762 Title: REPL-acing the default REPL Author: Pablo Galindo Salgado , Łukasz Langa , Lysandros Nikolaou , Emily Morehouse-Valcarcel -Sponsor: Pablo Galindo Salgado +Sponsor: Pablo Galindo Salgado Status: Final Type: Informational Created: 11-Oct-2024 @@ -126,19 +126,19 @@ introduces the following key features: 2. Copying and Pasting: in supported terminal emulators, bracketed pasting capability is discovered and used by PyREPL. This allows for transparent pasting of blocks of code without immediate execution or invalid automatic indentation. - + For terminal emulators that don’t support this mode, a dedicated paste mode is implemented to allow for easy insertion of multi-line code snippets without triggering immediate execution or indentation issues. - + Users enter manual paste mode by hitting the :kbd:`F3` key. The prompt changes from ``>>>`` to ``(paste)`` where users can paste contents from their clipboard or manually type as desired. Once the content is ready, hitting :kbd:`F3` exits paste mode. Then, pressing Enter executes the block. - + Users can enter multiple commands on a single input when using paste mode, which will help paste code from other sources. - + To copy blocks of code without the leading command prompts and without the output of the commands, users can enter the history view via the :kbd:`F2` key. This mode uses a pager to display history of executed commands without the prompts @@ -149,13 +149,13 @@ introduces the following key features: Access to the standard Help module is accessible via a Custom Command ``help`` (see below) or via the :kbd:`F1` key. Hit :kbd:`F1` to enter help mode. When you're done, hit :kbd:`F1` or a standard command (``q``, ``quit`` or ``exit``) to exit. - + Browsing interactive help does not retain command history. 4. Custom Commands: The REPL supports the implementation of custom commands, such as ``exit``, in a more natural and user-friendly manner, avoiding the current function call workaround. - + The initial list of custom commands includes: * ``exit`` @@ -163,7 +163,7 @@ introduces the following key features: * ``copyright`` * ``help`` * ``clear`` - + Commands are available as long as there is no name conflict with a variable in a reachable scope. For example, after assigning ``exit = 1``, the variable will take precedence over PyREPL commands. ``del exit`` in this case will remove the @@ -268,7 +268,7 @@ Several alternative approaches were considered and ultimately rejected: and lack of additional dependencies. Another key factor was the alignment with PyPy's implementation. - + Acknowledgments =============== diff --git a/peps/pep-0768.rst b/peps/pep-0768.rst index 8a1a825ddfd..32cbe17ba5d 100644 --- a/peps/pep-0768.rst +++ b/peps/pep-0768.rst @@ -414,7 +414,7 @@ Security scenarios The ability to calculate and write to specific memory locations is required, which is not available without compromising other machine resources that are external to the Python process. - + Additionally, the fact that the code to be executed is gated by the interpreter's audit hooks means that the execution of the code can be monitored and controlled by system administrators. This means that even if the attacker has compromised the @@ -481,7 +481,7 @@ making it impossible for debuggers to work independently on different threads. The per-thread buffer approach, despite its memory overhead in highly threaded applications, enables these important debugging scenarios by allowing each -debugger to communicate independently with its target thread. +debugger to communicate independently with its target thread. Thanks ====== diff --git a/peps/pep-0774.rst b/peps/pep-0774.rst index 6cc72b8a9cf..224db75075b 100644 --- a/peps/pep-0774.rst +++ b/peps/pep-0774.rst @@ -16,7 +16,7 @@ flag on Linux and Mac and ``--experimental-jit`` on Windows. To build CPython wi the JIT enabled, users are required to have LLVM installed on their machine (initially, with LLVM 16 but more recently, with LLVM 19). LLVM is responsible for generating stencils that are essential to our copy-and-patch JIT (see :pep:`744`). -These stencils are predefined, architecture-specific templates that are used +These stencils are predefined, architecture-specific templates that are used to generate machine code at runtime. This PEP proposes removing the LLVM build-time dependency for JIT-enabled builds @@ -71,20 +71,20 @@ Rationale This PEP proposes checking JIT stencils directly into the CPython repo as the best path forward for eliminating our build-time dependency on LLVM. -This approach: +This approach: -* Provides the best end-to-end experience for those looking to build CPython +* Provides the best end-to-end experience for those looking to build CPython with the JIT -* Lessens the barrier to entry for those looking to contribute to the JIT -* Ensures builds remain reproducible and consistent across platforms without - relying on external infrastructure or download mechanisms +* Lessens the barrier to entry for those looking to contribute to the JIT +* Ensures builds remain reproducible and consistent across platforms without + relying on external infrastructure or download mechanisms * Eliminates variability introduced by network conditions or potential - discrepancies between hosted files and the CPython repository state, and + discrepancies between hosted files and the CPython repository state, and * Subjects stencils to the same review processes we have for all other JIT-related code However, this approach does result in a slight increase in overall -repository size. Comparing repo growth on commits over the past 90 days, the +repository size. Comparing repo growth on commits over the past 90 days, the difference between the actual commits and the same commits with stencils added amounts to a difference of 0.03 MB per stencil file. This is a small increase in the context of the overall repository size, which has grown by 2.55 MB in the @@ -96,7 +96,7 @@ allocation, which would introduce 5-6 variants per instruction in each stencil file (5-6x larger). However, if we ended up going this route, there are additional modifications we could make to stencil files that could help counteract this size increase (e.g., stripping comments, minimizing the -stencils). +stencils). Specification ============= @@ -119,11 +119,11 @@ platforms is desired or relevant. Tools/ jit/ stencils/ - aarch64-apple-darwin.h + aarch64-apple-darwin.h aarch64-unknown-linux-gnu.h - i686-pc-windows-msvc.h + i686-pc-windows-msvc.h x86_64-apple-darwin.h - x86_64-pc-windows-msvc.h + x86_64-pc-windows-msvc.h x86_64-pc-linux-gnu.h Workflow @@ -141,7 +141,7 @@ above. At build time, we determine whether to use the checked in stencils or to generate a new stencil for the user's platform. Specifically, for contributors with LLVM installed, the ``build.py`` script in ``Tools/jit/stencils`` will allow them to regenerate the stencil for their platform. Those without LLVM can rely -on the precompiled stencil files directly from the repository. +on the precompiled stencil files directly from the repository. Working on the JIT's implementation (or touching JIT files) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -149,7 +149,7 @@ Working on the JIT's implementation (or touching JIT files) In continuous integration (CI), stencil files will be automatically validated and updated when changes are made to JIT-related files. When a pull request is opened that touches these files, the ``jit.yml`` workflow, which builds and tests our builds, will run as -usual. +usual. However, as part of this, we will introduce a new step that diffs the current stencils in the repo against those generated in CI. If there is a diff for a @@ -163,7 +163,7 @@ subsequent CI run will pass. Reference Implementation ======================== -Key parts of the `reference implementation `__ include: +Key parts of the `reference implementation `__ include: - |CI|_: The CI workflow responsible for generating stencil patches. @@ -202,7 +202,7 @@ them to a separate repository. This introduces a convoluted process: you must update the stencils in the submodule repository, commit those changes, and then update the submodule reference in the main CPython repository. This disconnect adds unnecessary complexity and overhead, making the process brittle and -error-prone for contributors and maintainers. +error-prone for contributors and maintainers. Using Git subtrees ------------------ diff --git a/peps/pep-0777.rst b/peps/pep-0777.rst index 3d728f0811d..8febb9d1b81 100644 --- a/peps/pep-0777.rst +++ b/peps/pep-0777.rst @@ -15,7 +15,7 @@ Abstract The current :pep:`wheel 1.0 specification <427>` was written over a decade ago, and has been extremely robust to changes in the Python packaging ecosystem. -Previous efforts to improve the wheel specification +Previous efforts to improve the wheel specification :pep:`were deferred <491#pep-deferral>` to focus on other packaging specifications. Meanwhile, the use of wheels has changed dramatically in the last decade. There have been many requests for new wheel features over the diff --git a/peps/pep-3104.rst b/peps/pep-3104.rst index 316ec3eb353..b74f1b63f53 100644 --- a/peps/pep-3104.rst +++ b/peps/pep-3104.rst @@ -527,7 +527,7 @@ References .. [30] Whatever happened to 'nonlocal x = y'? (Guido van Rossum) https://mail.python.org/pipermail/python-dev/2018-January/151627.html - + .. [31] Using and binding relative names (Almann T. Goo) https://mail.python.org/pipermail/python-dev/2006-February/061761.html diff --git a/peps/pep-3111.rst b/peps/pep-3111.rst index 947014ee967..5ef01168dad 100644 --- a/peps/pep-3111.rst +++ b/peps/pep-3111.rst @@ -157,5 +157,3 @@ Copyright ========= This document has been placed in the public domain. - - diff --git a/peps/pep-3118.rst b/peps/pep-3118.rst index b8d5f7cf749..1dd54e3890b 100644 --- a/peps/pep-3118.rst +++ b/peps/pep-3118.rst @@ -980,4 +980,3 @@ Copyright ========= This PEP is placed in the public domain. - diff --git a/peps/pep-3133.rst b/peps/pep-3133.rst index 45c41516093..d96528d04fa 100644 --- a/peps/pep-3133.rst +++ b/peps/pep-3133.rst @@ -561,4 +561,3 @@ This document has been placed in the public domain. fill-column: 70 coding: utf-8 End: - From 525ecfaa5d861a9df123e0e57109148a40233a5c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:50:23 +0000 Subject: [PATCH 2/7] Many PEPs: Remove the Emacs Stanza --- .pre-commit-config.yaml | 1 - peps/pep-0160.rst | 8 -------- peps/pep-0200.rst | 7 ------- peps/pep-0205.rst | 10 ---------- peps/pep-0222.rst | 8 -------- peps/pep-0226.rst | 8 -------- peps/pep-0229.rst | 8 -------- peps/pep-0235.rst | 8 -------- peps/pep-0236.rst | 8 -------- peps/pep-0237.rst | 8 -------- peps/pep-0239.rst | 8 -------- peps/pep-0245.rst | 7 ------- peps/pep-0247.rst | 8 -------- peps/pep-0256.rst | 10 ---------- peps/pep-0258.rst | 10 ---------- peps/pep-0261.rst | 7 ------- peps/pep-0264.rst | 8 -------- peps/pep-0272.rst | 8 -------- peps/pep-0274.rst | 9 --------- peps/pep-0283.rst | 8 -------- peps/pep-0287.rst | 10 ---------- peps/pep-0290.rst | 10 ---------- peps/pep-0293.rst | 10 ---------- peps/pep-0298.rst | 10 ---------- peps/pep-0301.rst | 9 --------- peps/pep-0302.rst | 11 ----------- peps/pep-0303.rst | 10 ---------- peps/pep-0304.rst | 10 ---------- peps/pep-0305.rst | 10 ---------- peps/pep-0306.rst | 10 ---------- peps/pep-0307.rst | 10 ---------- peps/pep-0308.rst | 9 --------- peps/pep-0309.rst | 10 ---------- peps/pep-0310.rst | 10 ---------- peps/pep-0311.rst | 10 ---------- peps/pep-0312.rst | 10 ---------- peps/pep-0313.rst | 9 --------- peps/pep-0314.rst | 8 -------- peps/pep-0315.rst | 10 ---------- peps/pep-0316.rst | 9 --------- peps/pep-0317.rst | 10 ---------- peps/pep-0318.rst | 9 --------- peps/pep-0319.rst | 9 --------- peps/pep-0320.rst | 8 -------- peps/pep-0321.rst | 10 ---------- peps/pep-0322.rst | 10 ---------- peps/pep-0324.rst | 8 -------- peps/pep-0325.rst | 10 ---------- peps/pep-0327.rst | 10 ---------- peps/pep-0328.rst | 9 --------- peps/pep-0330.rst | 9 --------- peps/pep-0331.rst | 10 ---------- peps/pep-0332.rst | 10 ---------- peps/pep-0333.rst | 10 ---------- peps/pep-0334.rst | 9 --------- peps/pep-0335.rst | 9 --------- peps/pep-0337.rst | 10 ---------- peps/pep-0338.rst | 8 -------- peps/pep-0339.rst | 11 ----------- peps/pep-0341.rst | 10 ---------- peps/pep-0342.rst | 10 ---------- peps/pep-0344.rst | 10 ---------- peps/pep-0345.rst | 9 --------- peps/pep-0346.rst | 9 --------- peps/pep-0347.rst | 10 ---------- peps/pep-0348.rst | 9 --------- peps/pep-0349.rst | 10 ---------- peps/pep-0350.rst | 8 -------- peps/pep-0351.rst | 10 ---------- peps/pep-0353.rst | 11 ----------- peps/pep-0354.rst | 9 --------- peps/pep-0356.rst | 11 ----------- peps/pep-0358.rst | 11 ----------- peps/pep-0359.rst | 10 ---------- peps/pep-0360.rst | 10 ---------- peps/pep-0362.rst | 10 ---------- peps/pep-0364.rst | 11 ----------- peps/pep-0365.rst | 11 ----------- peps/pep-0367.rst | 11 ----------- peps/pep-0368.rst | 11 ----------- peps/pep-0369.rst | 10 ---------- peps/pep-0373.rst | 11 ----------- peps/pep-0375.rst | 11 ----------- peps/pep-0377.rst | 8 -------- peps/pep-0378.rst | 11 ----------- peps/pep-0379.rst | 11 ----------- peps/pep-0380.rst | 11 ----------- peps/pep-0385.rst | 11 ----------- peps/pep-0389.rst | 11 ----------- peps/pep-0390.rst | 10 ---------- peps/pep-0391.rst | 11 ----------- peps/pep-0392.rst | 11 ----------- peps/pep-0396.rst | 11 ----------- peps/pep-0398.rst | 11 ----------- peps/pep-0401.rst | 10 ---------- peps/pep-0403.rst | 10 ---------- peps/pep-0405.rst | 11 ----------- peps/pep-0406.rst | 9 --------- peps/pep-0407.rst | 11 ----------- peps/pep-0408.rst | 10 ---------- peps/pep-0409.rst | 10 ---------- peps/pep-0412.rst | 11 ----------- peps/pep-0414.rst | 9 --------- peps/pep-0415.rst | 10 ---------- peps/pep-0417.rst | 11 ----------- peps/pep-0420.rst | 10 ---------- peps/pep-0422.rst | 10 ---------- peps/pep-0423.rst | 11 ----------- peps/pep-0424.rst | 11 ----------- peps/pep-0427.rst | 11 ----------- peps/pep-0428.rst | 9 --------- peps/pep-0429.rst | 11 ----------- peps/pep-0433.rst | 11 ----------- peps/pep-0434.rst | 11 ----------- peps/pep-0435.rst | 10 ---------- peps/pep-0436.rst | 11 ----------- peps/pep-0437.rst | 10 ---------- peps/pep-0438.rst | 11 ----------- peps/pep-0439.rst | 11 ----------- peps/pep-0442.rst | 9 --------- peps/pep-0443.rst | 11 ----------- peps/pep-0444.rst | 11 ----------- peps/pep-0449.rst | 11 ----------- peps/pep-0450.rst | 11 ----------- peps/pep-0451.rst | 10 ---------- peps/pep-0452.rst | 6 ------ peps/pep-0454.rst | 11 ----------- peps/pep-0455.rst | 11 ----------- peps/pep-0456.rst | 11 ----------- peps/pep-0457.rst | 11 ----------- peps/pep-0459.rst | 9 --------- peps/pep-0460.rst | 11 ----------- peps/pep-0463.rst | 11 ----------- peps/pep-0464.rst | 11 ----------- peps/pep-0466.rst | 11 ----------- peps/pep-0468.rst | 10 ---------- peps/pep-0469.rst | 10 ---------- peps/pep-0470.rst | 11 ----------- peps/pep-0471.rst | 11 ----------- peps/pep-0473.rst | 11 ----------- peps/pep-0474.rst | 9 --------- peps/pep-0475.rst | 11 ----------- peps/pep-0476.rst | 9 --------- peps/pep-0478.rst | 11 ----------- peps/pep-0479.rst | 11 ----------- peps/pep-0483.rst | 11 ----------- peps/pep-0485.rst | 10 ---------- peps/pep-0486.rst | 11 ----------- peps/pep-0487.rst | 11 ----------- peps/pep-0490.rst | 11 ----------- peps/pep-0493.rst | 9 --------- peps/pep-0494.rst | 11 ----------- peps/pep-0496.rst | 9 --------- peps/pep-0497.rst | 9 --------- peps/pep-0498.rst | 10 ---------- peps/pep-0503.rst | 11 ----------- peps/pep-0504.rst | 10 ---------- peps/pep-0506.rst | 11 ----------- peps/pep-0508.rst | 11 ----------- peps/pep-0512.rst | 11 ----------- peps/pep-0513.rst | 9 --------- peps/pep-0515.rst | 11 ----------- peps/pep-0517.rst | 10 ---------- peps/pep-0519.rst | 11 ----------- peps/pep-0520.rst | 11 ----------- peps/pep-0521.rst | 11 ----------- peps/pep-0522.rst | 9 --------- peps/pep-0525.rst | 9 --------- peps/pep-0527.rst | 11 ----------- peps/pep-0530.rst | 9 --------- peps/pep-0536.rst | 10 ---------- peps/pep-0537.rst | 11 ----------- peps/pep-0541.rst | 9 --------- peps/pep-0543.rst | 9 --------- peps/pep-0546.rst | 12 ------------ peps/pep-0547.rst | 11 ----------- peps/pep-0549.rst | 10 ---------- peps/pep-0552.rst | 11 ----------- peps/pep-0556.rst | 11 ----------- peps/pep-0559.rst | 11 ----------- peps/pep-0561.rst | 11 ----------- peps/pep-0562.rst | 11 ----------- peps/pep-0563.rst | 11 ----------- peps/pep-0566.rst | 9 --------- peps/pep-0567.rst | 10 ---------- peps/pep-0568.rst | 6 ------ peps/pep-0574.rst | 9 --------- peps/pep-0575.rst | 11 ----------- peps/pep-0576.rst | 11 ----------- peps/pep-0579.rst | 11 ----------- peps/pep-0580.rst | 11 ----------- peps/pep-0582.rst | 10 ---------- peps/pep-0584.rst | 10 ---------- peps/pep-0592.rst | 9 --------- peps/pep-0597.rst | 8 -------- peps/pep-0599.rst | 9 --------- peps/pep-0603.rst | 10 ---------- peps/pep-0606.rst | 11 ----------- peps/pep-0607.rst | 10 ---------- peps/pep-0608.rst | 11 ----------- peps/pep-0610.rst | 11 ----------- peps/pep-0611.rst | 9 --------- peps/pep-0614.rst | 10 ---------- peps/pep-0616.rst | 11 ----------- peps/pep-0618.rst | 10 ---------- peps/pep-0621.rst | 9 --------- peps/pep-0624.rst | 9 --------- peps/pep-0625.rst | 11 ----------- peps/pep-0626.rst | 11 ----------- peps/pep-0627.rst | 10 ---------- peps/pep-0628.rst | 9 --------- peps/pep-0629.rst | 11 ----------- peps/pep-0631.rst | 9 --------- peps/pep-0632.rst | 11 ----------- peps/pep-0637.rst | 10 ---------- peps/pep-0638.rst | 11 ----------- peps/pep-0640.rst | 9 --------- peps/pep-0641.rst | 11 ----------- peps/pep-0646.rst | 10 ---------- peps/pep-0650.rst | 10 ---------- peps/pep-0651.rst | 11 ----------- peps/pep-0652.rst | 10 ---------- peps/pep-0656.rst | 10 ---------- peps/pep-0657.rst | 9 --------- peps/pep-0658.rst | 10 ---------- peps/pep-0660.rst | 11 ----------- peps/pep-0662.rst | 9 --------- peps/pep-0676.rst | 10 ---------- peps/pep-0677.rst | 10 ---------- peps/pep-0678.rst | 10 ---------- peps/pep-0679.rst | 9 --------- peps/pep-0682.rst | 11 ----------- peps/pep-0687.rst | 10 ---------- peps/pep-0754.rst | 9 --------- peps/pep-0801.rst | 10 ---------- peps/pep-3000.rst | 11 ----------- peps/pep-3002.rst | 10 ---------- peps/pep-3003.rst | 10 ---------- peps/pep-3099.rst | 11 ----------- peps/pep-3101.rst | 9 --------- peps/pep-3102.rst | 10 ---------- peps/pep-3105.rst | 10 ---------- peps/pep-3107.rst | 10 ---------- peps/pep-3109.rst | 11 ----------- peps/pep-3110.rst | 11 ----------- peps/pep-3113.rst | 11 ----------- peps/pep-3116.rst | 11 ----------- peps/pep-3117.rst | 11 ----------- peps/pep-3120.rst | 11 ----------- peps/pep-3121.rst | 11 ----------- peps/pep-3122.rst | 11 ----------- peps/pep-3123.rst | 11 ----------- peps/pep-3124.rst | 11 ----------- peps/pep-3125.rst | 11 ----------- peps/pep-3127.rst | 11 ----------- peps/pep-3128.rst | 11 ----------- peps/pep-3129.rst | 11 ----------- peps/pep-3130.rst | 11 ----------- peps/pep-3131.rst | 11 ----------- peps/pep-3132.rst | 11 ----------- peps/pep-3133.rst | 11 ----------- peps/pep-3134.rst | 10 ---------- peps/pep-3136.rst | 11 ----------- peps/pep-3137.rst | 10 ---------- peps/pep-3138.rst | 11 ----------- peps/pep-3139.rst | 11 ----------- peps/pep-3140.rst | 11 ----------- peps/pep-3142.rst | 10 ---------- peps/pep-3143.rst | 8 -------- peps/pep-3144.rst | 11 ----------- peps/pep-3148.rst | 11 ----------- peps/pep-3149.rst | 11 ----------- peps/pep-3152.rst | 11 ----------- peps/pep-3153.rst | 11 ----------- peps/pep-3154.rst | 11 ----------- peps/pep-3155.rst | 11 ----------- peps/pep-3156.rst | 11 ----------- 277 files changed, 2782 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cada25b75bd..4f7f3380ee0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,6 @@ repos: args: [--fix=lf] - id: trailing-whitespace name: "Remove trailing whitespace" - args: ["--chars", " \t"] - id: file-contents-sorter name: "Sort codespell ignore list" diff --git a/peps/pep-0160.rst b/peps/pep-0160.rst index 7e88df99397..f57b334fa0e 100644 --- a/peps/pep-0160.rst +++ b/peps/pep-0160.rst @@ -74,11 +74,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0200.rst b/peps/pep-0200.rst index e1b156a64d5..5f3677712d2 100644 --- a/peps/pep-0200.rst +++ b/peps/pep-0200.rst @@ -379,10 +379,3 @@ Rejected * 'indexing-for' - Thomas Wouters Special syntax to give Python code access to the loop-counter in 'for' loops. (Without adding a new keyword.) - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0205.rst b/peps/pep-0205.rst index e16c2d3dc8f..20345db0c5a 100644 --- a/peps/pep-0205.rst +++ b/peps/pep-0205.rst @@ -453,13 +453,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0222.rst b/peps/pep-0222.rst index ef0fd31ba8c..c6bb4a9b6a4 100644 --- a/peps/pep-0222.rst +++ b/peps/pep-0222.rst @@ -261,11 +261,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0226.rst b/peps/pep-0226.rst index 67ebac99013..6fbae8f3152 100644 --- a/peps/pep-0226.rst +++ b/peps/pep-0226.rst @@ -127,11 +127,3 @@ guide. http://www.python.org/doc/essays/styleguide.html It is understood that any code contributed will be released under an Open Source license. Do not contribute code if it can't be released this way. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0229.rst b/peps/pep-0229.rst index f538d1677ae..3c49c45546f 100644 --- a/peps/pep-0229.rst +++ b/peps/pep-0229.rst @@ -118,11 +118,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0235.rst b/peps/pep-0235.rst index d5a374afae4..af407d50c0e 100644 --- a/peps/pep-0235.rst +++ b/peps/pep-0235.rst @@ -149,11 +149,3 @@ proposed to be dropped. Case-destroying filesystems are a vanishing breed, and support for them is ugly. We're already supporting (and will continue to support) ``PYTHONCASEOK`` for their benefit, but they don't deserve multiple hacks in 2001. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0236.rst b/peps/pep-0236.rst index f1043a3c0f0..c29e464d790 100644 --- a/peps/pep-0236.rst +++ b/peps/pep-0236.rst @@ -360,11 +360,3 @@ References and Footnotes failure to import ``__future__`` (no such module existed in the standard distribution before the 2.1 release, and the double underscores make it a reserved name). - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0237.rst b/peps/pep-0237.rst index 4ecc1bd83f1..0f330435fcc 100644 --- a/peps/pep-0237.rst +++ b/peps/pep-0237.rst @@ -329,11 +329,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0239.rst b/peps/pep-0239.rst index 1994db6a8ad..a145b004c43 100644 --- a/peps/pep-0239.rst +++ b/peps/pep-0239.rst @@ -131,11 +131,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0245.rst b/peps/pep-0245.rst index ae79afb96d2..e60e020ac60 100644 --- a/peps/pep-0245.rst +++ b/peps/pep-0245.rst @@ -517,10 +517,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0247.rst b/peps/pep-0247.rst index b66ac3a60a6..5b8af2ab6c7 100644 --- a/peps/pep-0247.rst +++ b/peps/pep-0247.rst @@ -162,11 +162,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0256.rst b/peps/pep-0256.rst index 9e9a66e279b..8aec0a47ec2 100644 --- a/peps/pep-0256.rst +++ b/peps/pep-0256.rst @@ -282,13 +282,3 @@ Acknowledgements This document borrows ideas from the archives of the `Python Doc-SIG`_. Thanks to all members past & present. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0258.rst b/peps/pep-0258.rst index 4f793a0160c..bc6836ab372 100644 --- a/peps/pep-0258.rst +++ b/peps/pep-0258.rst @@ -995,13 +995,3 @@ This document has been placed in the public domain. This document borrows ideas from the archives of the `Python Doc-SIG`_. Thanks to all members past & present. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0261.rst b/peps/pep-0261.rst index 14ef780d46b..76b244a4511 100644 --- a/peps/pep-0261.rst +++ b/peps/pep-0261.rst @@ -282,10 +282,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0264.rst b/peps/pep-0264.rst index bb53e97a5a1..330a2760c8c 100644 --- a/peps/pep-0264.rst +++ b/peps/pep-0264.rst @@ -142,11 +142,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0272.rst b/peps/pep-0272.rst index b54e6331a52..7ffd9b678ad 100644 --- a/peps/pep-0272.rst +++ b/peps/pep-0272.rst @@ -233,11 +233,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0274.rst b/peps/pep-0274.rst index b5deb76012e..9a4168d2435 100644 --- a/peps/pep-0274.rst +++ b/peps/pep-0274.rst @@ -138,12 +138,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - fill-column: 70 - End: diff --git a/peps/pep-0283.rst b/peps/pep-0283.rst index 42910b64f7f..a1f575d2004 100644 --- a/peps/pep-0283.rst +++ b/peps/pep-0283.rst @@ -320,11 +320,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0287.rst b/peps/pep-0287.rst index 3d6ddfd36b3..8b3079e490d 100644 --- a/peps/pep-0287.rst +++ b/peps/pep-0287.rst @@ -789,13 +789,3 @@ Some text is borrowed from :pep:`216`, Docstring Format, by Moshe Zadka. Special thanks to all members past & present of the Python Doc-SIG_. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0290.rst b/peps/pep-0290.rst index 425d2b8c790..b36b06e28fb 100644 --- a/peps/pep-0290.rst +++ b/peps/pep-0290.rst @@ -452,13 +452,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0293.rst b/peps/pep-0293.rst index d6a04deaa06..b1f6b159dcf 100644 --- a/peps/pep-0293.rst +++ b/peps/pep-0293.rst @@ -427,13 +427,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0298.rst b/peps/pep-0298.rst index 0414fcb1426..8390a82ed44 100644 --- a/peps/pep-0298.rst +++ b/peps/pep-0298.rst @@ -229,13 +229,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0301.rst b/peps/pep-0301.rst index b748e843e3d..e7fbb5ff354 100644 --- a/peps/pep-0301.rst +++ b/peps/pep-0301.rst @@ -388,12 +388,3 @@ HTTP response codes rather than custom X-PyPI-* headers. The many participants of the Distutils and Catalog SIGs for their ideas over the years. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0302.rst b/peps/pep-0302.rst index 29f9f799d48..02fd61811b0 100644 --- a/peps/pep-0302.rst +++ b/peps/pep-0302.rst @@ -564,14 +564,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0303.rst b/peps/pep-0303.rst index 65e94052661..1cbbfe72d0d 100644 --- a/peps/pep-0303.rst +++ b/peps/pep-0303.rst @@ -202,13 +202,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0304.rst b/peps/pep-0304.rst index e21ba570391..9f11f74d909 100644 --- a/peps/pep-0304.rst +++ b/peps/pep-0304.rst @@ -352,13 +352,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0305.rst b/peps/pep-0305.rst index 939a74ba92e..33aa5785443 100644 --- a/peps/pep-0305.rst +++ b/peps/pep-0305.rst @@ -409,13 +409,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0306.rst b/peps/pep-0306.rst index c4d4a0bd903..ad85248c356 100644 --- a/peps/pep-0306.rst +++ b/peps/pep-0306.rst @@ -103,13 +103,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0307.rst b/peps/pep-0307.rst index 875a6c317cb..de2642fd4c4 100644 --- a/peps/pep-0307.rst +++ b/peps/pep-0307.rst @@ -801,13 +801,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0308.rst b/peps/pep-0308.rst index 6252e6970ca..942876cee42 100644 --- a/peps/pep-0308.rst +++ b/peps/pep-0308.rst @@ -464,12 +464,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0309.rst b/peps/pep-0309.rst index 89a70bece95..309c120f7a0 100644 --- a/peps/pep-0309.rst +++ b/peps/pep-0309.rst @@ -298,13 +298,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0310.rst b/peps/pep-0310.rst index a327def99f0..5363374f4f3 100644 --- a/peps/pep-0310.rst +++ b/peps/pep-0310.rst @@ -246,13 +246,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0311.rst b/peps/pep-0311.rst index 7ba46cb6986..632427e4fe0 100644 --- a/peps/pep-0311.rst +++ b/peps/pep-0311.rst @@ -245,13 +245,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0312.rst b/peps/pep-0312.rst index 53761680f70..56a270bbbca 100644 --- a/peps/pep-0312.rst +++ b/peps/pep-0312.rst @@ -197,13 +197,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0313.rst b/peps/pep-0313.rst index c516c614134..3a26b81b913 100644 --- a/peps/pep-0313.rst +++ b/peps/pep-0313.rst @@ -113,12 +113,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0314.rst b/peps/pep-0314.rst index 36d3ad709af..809207069f2 100644 --- a/peps/pep-0314.rst +++ b/peps/pep-0314.rst @@ -332,11 +332,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0315.rst b/peps/pep-0315.rst index 072c785b8d9..983fda4b317 100644 --- a/peps/pep-0315.rst +++ b/peps/pep-0315.rst @@ -165,13 +165,3 @@ Copyright ========= This document is placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 75 - End: diff --git a/peps/pep-0316.rst b/peps/pep-0316.rst index 0c63f661e90..dab04426216 100644 --- a/peps/pep-0316.rst +++ b/peps/pep-0316.rst @@ -425,12 +425,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0317.rst b/peps/pep-0317.rst index c2fcd32f26b..e1883a55892 100644 --- a/peps/pep-0317.rst +++ b/peps/pep-0317.rst @@ -444,13 +444,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0318.rst b/peps/pep-0318.rst index 276a9c37aa4..98b220e5002 100644 --- a/peps/pep-0318.rst +++ b/peps/pep-0318.rst @@ -848,12 +848,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0319.rst b/peps/pep-0319.rst index 1c257cabe4b..30c247c387a 100644 --- a/peps/pep-0319.rst +++ b/peps/pep-0319.rst @@ -495,12 +495,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0320.rst b/peps/pep-0320.rst index d225ca92d12..f0a1a8c20fa 100644 --- a/peps/pep-0320.rst +++ b/peps/pep-0320.rst @@ -248,11 +248,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0321.rst b/peps/pep-0321.rst index 28199dde539..9164e96e8f3 100644 --- a/peps/pep-0321.rst +++ b/peps/pep-0321.rst @@ -137,13 +137,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0322.rst b/peps/pep-0322.rst index aa11da2af11..367d7b402d6 100644 --- a/peps/pep-0322.rst +++ b/peps/pep-0322.rst @@ -186,13 +186,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0324.rst b/peps/pep-0324.rst index 4a89aaec179..10fabf4447d 100644 --- a/peps/pep-0324.rst +++ b/peps/pep-0324.rst @@ -564,11 +564,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0325.rst b/peps/pep-0325.rst index 5bdf8cc78e6..1f290ebd4da 100644 --- a/peps/pep-0325.rst +++ b/peps/pep-0325.rst @@ -276,13 +276,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0327.rst b/peps/pep-0327.rst index 17c63de1b25..6d97f8a5d1a 100644 --- a/peps/pep-0327.rst +++ b/peps/pep-0327.rst @@ -1240,13 +1240,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0328.rst b/peps/pep-0328.rst index c2d4d28ab07..605d83eaf2b 100644 --- a/peps/pep-0328.rst +++ b/peps/pep-0328.rst @@ -322,12 +322,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0330.rst b/peps/pep-0330.rst index dc5c116daf2..1ec8f33d043 100644 --- a/peps/pep-0330.rst +++ b/peps/pep-0330.rst @@ -222,12 +222,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0331.rst b/peps/pep-0331.rst index 4b1ffc990c6..d691e125e68 100644 --- a/peps/pep-0331.rst +++ b/peps/pep-0331.rst @@ -205,13 +205,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0332.rst b/peps/pep-0332.rst index 814de2a43d5..ba9c0cf1e35 100644 --- a/peps/pep-0332.rst +++ b/peps/pep-0332.rst @@ -81,13 +81,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0333.rst b/peps/pep-0333.rst index e57f89254d2..64dd54e2425 100644 --- a/peps/pep-0333.rst +++ b/peps/pep-0333.rst @@ -1648,13 +1648,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0334.rst b/peps/pep-0334.rst index 519924a6c9b..f3f8916974a 100644 --- a/peps/pep-0334.rst +++ b/peps/pep-0334.rst @@ -398,12 +398,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0335.rst b/peps/pep-0335.rst index 8d134bf5e4a..7b19c88d6a9 100644 --- a/peps/pep-0335.rst +++ b/peps/pep-0335.rst @@ -534,12 +534,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0337.rst b/peps/pep-0337.rst index 8c431d6aafd..3c5890f1e0e 100644 --- a/peps/pep-0337.rst +++ b/peps/pep-0337.rst @@ -193,13 +193,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0338.rst b/peps/pep-0338.rst index f452ebdce6b..42611c4531c 100644 --- a/peps/pep-0338.rst +++ b/peps/pep-0338.rst @@ -318,11 +318,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0339.rst b/peps/pep-0339.rst index 434a159c4ef..b7883065e1a 100644 --- a/peps/pep-0339.rst +++ b/peps/pep-0339.rst @@ -571,14 +571,3 @@ References .. [#CALL_ATTR] CALL_ATTR opcode (https://bugs.python.org/issue709744) - - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 80 - End: diff --git a/peps/pep-0341.rst b/peps/pep-0341.rst index f2e09dcaa18..a06fffdbec2 100644 --- a/peps/pep-0341.rst +++ b/peps/pep-0341.rst @@ -120,13 +120,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0342.rst b/peps/pep-0342.rst index 3388e0c40e1..b960321d273 100644 --- a/peps/pep-0342.rst +++ b/peps/pep-0342.rst @@ -595,13 +595,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0344.rst b/peps/pep-0344.rst index de5fc298d08..c071aa4c112 100644 --- a/peps/pep-0344.rst +++ b/peps/pep-0344.rst @@ -552,13 +552,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0345.rst b/peps/pep-0345.rst index b3062e74866..f6bad633e5d 100644 --- a/peps/pep-0345.rst +++ b/peps/pep-0345.rst @@ -564,12 +564,3 @@ the ideas presented in this PEP. Tres Seaver, Jim Fulton, Marc-André Lemburg, Martin von Löwis, Tarek Ziadé, David Lyon and other people at the Distutils-SIG have contributed to the new updated version. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0346.rst b/peps/pep-0346.rst index b656b96ffb7..a3b54e7443d 100644 --- a/peps/pep-0346.rst +++ b/peps/pep-0346.rst @@ -1274,12 +1274,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0347.rst b/peps/pep-0347.rst index 8445bd2c547..1d1980f5509 100644 --- a/peps/pep-0347.rst +++ b/peps/pep-0347.rst @@ -308,13 +308,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0348.rst b/peps/pep-0348.rst index 2c3d7cdc802..1e63843aeb5 100644 --- a/peps/pep-0348.rst +++ b/peps/pep-0348.rst @@ -506,12 +506,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0349.rst b/peps/pep-0349.rst index 8b422e13cf7..44bf8da8734 100644 --- a/peps/pep-0349.rst +++ b/peps/pep-0349.rst @@ -141,13 +141,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0350.rst b/peps/pep-0350.rst index a3cd9477069..cfab0b907df 100644 --- a/peps/pep-0350.rst +++ b/peps/pep-0350.rst @@ -663,11 +663,3 @@ See http://tracos.org/codetag/wiki/Links. .. _wiki: http://tracos.org/codetag/wiki/Pep .. _ISO 8601: http://en.wikipedia.org/wiki/ISO_8601 .. _c2: http://c2.com/cgi/wiki?FixmeComment - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0351.rst b/peps/pep-0351.rst index 5923d1b0522..8628851139a 100644 --- a/peps/pep-0351.rst +++ b/peps/pep-0351.rst @@ -168,13 +168,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0353.rst b/peps/pep-0353.rst index 16e178b16db..cb7823c9d99 100644 --- a/peps/pep-0353.rst +++ b/peps/pep-0353.rst @@ -262,14 +262,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0354.rst b/peps/pep-0354.rst index 360aabdad67..c9b3e71f394 100644 --- a/peps/pep-0354.rst +++ b/peps/pep-0354.rst @@ -247,12 +247,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0356.rst b/peps/pep-0356.rst index 472222fc132..c87c226ec02 100644 --- a/peps/pep-0356.rst +++ b/peps/pep-0356.rst @@ -197,14 +197,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0358.rst b/peps/pep-0358.rst index feffd98155b..9ff0f93223a 100644 --- a/peps/pep-0358.rst +++ b/peps/pep-0358.rst @@ -271,14 +271,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0359.rst b/peps/pep-0359.rst index 342f5fa7793..33b3d330051 100644 --- a/peps/pep-0359.rst +++ b/peps/pep-0359.rst @@ -571,13 +571,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0360.rst b/peps/pep-0360.rst index d5d68d1e506..78024197862 100644 --- a/peps/pep-0360.rst +++ b/peps/pep-0360.rst @@ -123,13 +123,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0362.rst b/peps/pep-0362.rst index 0d001365dfc..41df8273fb6 100644 --- a/peps/pep-0362.rst +++ b/peps/pep-0362.rst @@ -561,13 +561,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0364.rst b/peps/pep-0364.rst index 0210ad5caec..836eddabe7b 100644 --- a/peps/pep-0364.rst +++ b/peps/pep-0364.rst @@ -246,14 +246,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0365.rst b/peps/pep-0365.rst index 5fa99916718..8b5dd163641 100644 --- a/peps/pep-0365.rst +++ b/peps/pep-0365.rst @@ -115,14 +115,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0367.rst b/peps/pep-0367.rst index 168db7a1e38..ebb4937c655 100644 --- a/peps/pep-0367.rst +++ b/peps/pep-0367.rst @@ -581,14 +581,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0368.rst b/peps/pep-0368.rst index 319e7bf6ad2..dbe1ecca34b 100644 --- a/peps/pep-0368.rst +++ b/peps/pep-0368.rst @@ -838,14 +838,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0369.rst b/peps/pep-0369.rst index cdca12230e8..1667398dc00 100644 --- a/peps/pep-0369.rst +++ b/peps/pep-0369.rst @@ -285,13 +285,3 @@ References .. [4] py3k-importhook branch http://svn.python.org/view/python/branches/py3k-importhook/ - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0373.rst b/peps/pep-0373.rst index 3a2188b4929..703cd3f73f2 100644 --- a/peps/pep-0373.rst +++ b/peps/pep-0373.rst @@ -128,14 +128,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0375.rst b/peps/pep-0375.rst index c3929cb9065..71f4f26f500 100644 --- a/peps/pep-0375.rst +++ b/peps/pep-0375.rst @@ -88,14 +88,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0377.rst b/peps/pep-0377.rst index 749d3d4d526..9a532409976 100644 --- a/peps/pep-0377.rst +++ b/peps/pep-0377.rst @@ -277,11 +277,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0378.rst b/peps/pep-0378.rst index 7077fc55efd..3a6685dbe61 100644 --- a/peps/pep-0378.rst +++ b/peps/pep-0378.rst @@ -238,14 +238,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0379.rst b/peps/pep-0379.rst index b2147c7b5fb..95e91c8a585 100644 --- a/peps/pep-0379.rst +++ b/peps/pep-0379.rst @@ -183,14 +183,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0380.rst b/peps/pep-0380.rst index 8b965789ca7..1a1cf64570b 100644 --- a/peps/pep-0380.rst +++ b/peps/pep-0380.rst @@ -467,14 +467,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0385.rst b/peps/pep-0385.rst index 6a4d20e7ab2..72de951df0a 100644 --- a/peps/pep-0385.rst +++ b/peps/pep-0385.rst @@ -474,14 +474,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0389.rst b/peps/pep-0389.rst index 19f5d7d206b..16816b93291 100644 --- a/peps/pep-0389.rst +++ b/peps/pep-0389.rst @@ -309,14 +309,3 @@ References Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0390.rst b/peps/pep-0390.rst index e8c1f77d1b8..032bf4de9ca 100644 --- a/peps/pep-0390.rst +++ b/peps/pep-0390.rst @@ -244,13 +244,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0391.rst b/peps/pep-0391.rst index 407ecb4b4b9..d3e0d740c2b 100644 --- a/peps/pep-0391.rst +++ b/peps/pep-0391.rst @@ -682,14 +682,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0392.rst b/peps/pep-0392.rst index 6878dcba2ee..518b7d2fbe5 100644 --- a/peps/pep-0392.rst +++ b/peps/pep-0392.rst @@ -121,14 +121,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0396.rst b/peps/pep-0396.rst index dd2c7bc31a4..489d0292b96 100644 --- a/peps/pep-0396.rst +++ b/peps/pep-0396.rst @@ -315,14 +315,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0398.rst b/peps/pep-0398.rst index 6cf800b6779..73657c6b387 100644 --- a/peps/pep-0398.rst +++ b/peps/pep-0398.rst @@ -183,14 +183,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0401.rst b/peps/pep-0401.rst index dae6700067f..23ab9a1bb21 100644 --- a/peps/pep-0401.rst +++ b/peps/pep-0401.rst @@ -108,13 +108,3 @@ This document is the property of the Python Steering Union (not to be confused with the Python Secret Underground, which emphatically does not exist). We suppose it's okay for you to read this, but don't even think about quoting, copying, modifying, or distributing it. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0403.rst b/peps/pep-0403.rst index aadaff6c41a..33abfcf02d1 100644 --- a/peps/pep-0403.rst +++ b/peps/pep-0403.rst @@ -505,13 +505,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0405.rst b/peps/pep-0405.rst index 73d937e307a..8e26ee8b7b8 100644 --- a/peps/pep-0405.rst +++ b/peps/pep-0405.rst @@ -522,14 +522,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0406.rst b/peps/pep-0406.rst index be1ffaeac1e..d46d5307c83 100644 --- a/peps/pep-0406.rst +++ b/peps/pep-0406.rst @@ -261,12 +261,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0407.rst b/peps/pep-0407.rst index c313a2cb281..505e3ebbed2 100644 --- a/peps/pep-0407.rst +++ b/peps/pep-0407.rst @@ -165,14 +165,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0408.rst b/peps/pep-0408.rst index 788d7f417bd..af07bbb49cd 100644 --- a/peps/pep-0408.rst +++ b/peps/pep-0408.rst @@ -305,13 +305,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0409.rst b/peps/pep-0409.rst index 35d8a2e84cc..1f4e296f344 100644 --- a/peps/pep-0409.rst +++ b/peps/pep-0409.rst @@ -194,13 +194,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0412.rst b/peps/pep-0412.rst index 2e4f07afeeb..6a15acc44b7 100644 --- a/peps/pep-0412.rst +++ b/peps/pep-0412.rst @@ -185,14 +185,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0414.rst b/peps/pep-0414.rst index 7b62aae4fe3..023aec8e755 100644 --- a/peps/pep-0414.rst +++ b/peps/pep-0414.rst @@ -433,12 +433,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0415.rst b/peps/pep-0415.rst index a8a695cfd70..f31ad16125a 100644 --- a/peps/pep-0415.rst +++ b/peps/pep-0415.rst @@ -92,13 +92,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0417.rst b/peps/pep-0417.rst index 77dccc2ac17..d9e12f58d1f 100644 --- a/peps/pep-0417.rst +++ b/peps/pep-0417.rst @@ -79,14 +79,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0420.rst b/peps/pep-0420.rst index ea20501ab5e..241f2b4a4c5 100644 --- a/peps/pep-0420.rst +++ b/peps/pep-0420.rst @@ -642,13 +642,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0422.rst b/peps/pep-0422.rst index dad61a6e08b..4e4f8d2c0ea 100644 --- a/peps/pep-0422.rst +++ b/peps/pep-0422.rst @@ -553,13 +553,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0423.rst b/peps/pep-0423.rst index 0eba9486c76..21dc8c0037b 100644 --- a/peps/pep-0423.rst +++ b/peps/pep-0423.rst @@ -833,14 +833,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0424.rst b/peps/pep-0424.rst index d814323c21c..2d1e68e688b 100644 --- a/peps/pep-0424.rst +++ b/peps/pep-0424.rst @@ -81,14 +81,3 @@ Copyright ========= This document has been placed into the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0427.rst b/peps/pep-0427.rst index 921a6258ccf..b32912680d9 100644 --- a/peps/pep-0427.rst +++ b/peps/pep-0427.rst @@ -473,14 +473,3 @@ Copyright ========= This document has been placed into the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0428.rst b/peps/pep-0428.rst index 2bfcc5db336..13c44487d41 100644 --- a/peps/pep-0428.rst +++ b/peps/pep-0428.rst @@ -713,12 +713,3 @@ Copyright ========= This document has been placed into the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 diff --git a/peps/pep-0429.rst b/peps/pep-0429.rst index 71fb51c9f52..149fda318e3 100644 --- a/peps/pep-0429.rst +++ b/peps/pep-0429.rst @@ -107,14 +107,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0433.rst b/peps/pep-0433.rst index 73751efcada..e5357f1499e 100644 --- a/peps/pep-0433.rst +++ b/peps/pep-0433.rst @@ -736,14 +736,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0434.rst b/peps/pep-0434.rst index 95a072258d7..c1f4c903ffe 100644 --- a/peps/pep-0434.rst +++ b/peps/pep-0434.rst @@ -195,14 +195,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0435.rst b/peps/pep-0435.rst index df1d2a299ec..a57f28a9873 100644 --- a/peps/pep-0435.rst +++ b/peps/pep-0435.rst @@ -612,13 +612,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0436.rst b/peps/pep-0436.rst index 7528edb3ffa..efd077383b5 100644 --- a/peps/pep-0436.rst +++ b/peps/pep-0436.rst @@ -797,14 +797,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0437.rst b/peps/pep-0437.rst index 92f0d729a5e..867bad5173c 100644 --- a/peps/pep-0437.rst +++ b/peps/pep-0437.rst @@ -398,13 +398,3 @@ References and Footnotes .. _second iteration of the PEP 436 DSL: http://hg.python.org/peps/rev/a2fa10b2424b - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0438.rst b/peps/pep-0438.rst index 4b2aff25e18..dd8e53d1362 100644 --- a/peps/pep-0438.rst +++ b/peps/pep-0438.rst @@ -459,14 +459,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0439.rst b/peps/pep-0439.rst index a354e96737e..603e5a7feaa 100644 --- a/peps/pep-0439.rst +++ b/peps/pep-0439.rst @@ -246,14 +246,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0442.rst b/peps/pep-0442.rst index 3b1e2aa2834..1f2056f15a6 100644 --- a/peps/pep-0442.rst +++ b/peps/pep-0442.rst @@ -295,12 +295,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0443.rst b/peps/pep-0443.rst index 36ae2a57282..f243107219b 100644 --- a/peps/pep-0443.rst +++ b/peps/pep-0443.rst @@ -407,14 +407,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0444.rst b/peps/pep-0444.rst index e06bc897109..bcdb8f1bf3f 100644 --- a/peps/pep-0444.rst +++ b/peps/pep-0444.rst @@ -1562,14 +1562,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0449.rst b/peps/pep-0449.rst index bad7446c4d0..789a377533b 100644 --- a/peps/pep-0449.rst +++ b/peps/pep-0449.rst @@ -145,14 +145,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0450.rst b/peps/pep-0450.rst index e46f72f29ca..740e1e34628 100644 --- a/peps/pep-0450.rst +++ b/peps/pep-0450.rst @@ -568,14 +568,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0451.rst b/peps/pep-0451.rst index 828ee76781e..4cc5be13a2b 100644 --- a/peps/pep-0451.rst +++ b/peps/pep-0451.rst @@ -947,13 +947,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0452.rst b/peps/pep-0452.rst index cdddd5ce5f2..4791a5369ef 100644 --- a/peps/pep-0452.rst +++ b/peps/pep-0452.rst @@ -254,9 +254,3 @@ This document has been placed in the public domain. .. _issue 18532: http://bugs.python.org/issue18532 - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - End: diff --git a/peps/pep-0454.rst b/peps/pep-0454.rst index 7575386af09..ee9aa455e1e 100644 --- a/peps/pep-0454.rst +++ b/peps/pep-0454.rst @@ -550,14 +550,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0455.rst b/peps/pep-0455.rst index 9bb6d94d9a4..a6bd960176a 100644 --- a/peps/pep-0455.rst +++ b/peps/pep-0455.rst @@ -269,14 +269,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0456.rst b/peps/pep-0456.rst index 5e0e79675bc..3ed40573011 100644 --- a/peps/pep-0456.rst +++ b/peps/pep-0456.rst @@ -695,14 +695,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0457.rst b/peps/pep-0457.rst index a687b8ebc07..a5dabbd3c8e 100644 --- a/peps/pep-0457.rst +++ b/peps/pep-0457.rst @@ -272,14 +272,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0459.rst b/peps/pep-0459.rst index 6fe870a0dc7..ea423bce76b 100644 --- a/peps/pep-0459.rst +++ b/peps/pep-0459.rst @@ -671,12 +671,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0460.rst b/peps/pep-0460.rst index 438f6378daa..6dfab3cf344 100644 --- a/peps/pep-0460.rst +++ b/peps/pep-0460.rst @@ -165,14 +165,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0463.rst b/peps/pep-0463.rst index 68f1e1f299c..f2e8e13c78d 100644 --- a/peps/pep-0463.rst +++ b/peps/pep-0463.rst @@ -929,14 +929,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0464.rst b/peps/pep-0464.rst index cbc696a716e..b93719e6407 100644 --- a/peps/pep-0464.rst +++ b/peps/pep-0464.rst @@ -74,14 +74,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0466.rst b/peps/pep-0466.rst index 0cf6d6ba3b9..ae27cd5d504 100644 --- a/peps/pep-0466.rst +++ b/peps/pep-0466.rst @@ -665,14 +665,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0468.rst b/peps/pep-0468.rst index 725b14216fc..2adbbfcd0a3 100644 --- a/peps/pep-0468.rst +++ b/peps/pep-0468.rst @@ -428,13 +428,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0469.rst b/peps/pep-0469.rst index b390be40c0c..fe75cc6a147 100644 --- a/peps/pep-0469.rst +++ b/peps/pep-0469.rst @@ -400,13 +400,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0470.rst b/peps/pep-0470.rst index 9ad243a22ef..e5864cb6c4a 100644 --- a/peps/pep-0470.rst +++ b/peps/pep-0470.rst @@ -455,14 +455,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0471.rst b/peps/pep-0471.rst index f40fce5faea..d8dbb25b4eb 100644 --- a/peps/pep-0471.rst +++ b/peps/pep-0471.rst @@ -695,14 +695,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0473.rst b/peps/pep-0473.rst index d3829d5c952..a0c65be0396 100644 --- a/peps/pep-0473.rst +++ b/peps/pep-0473.rst @@ -278,14 +278,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0474.rst b/peps/pep-0474.rst index ce94bc4a7b8..6ff484444fa 100644 --- a/peps/pep-0474.rst +++ b/peps/pep-0474.rst @@ -466,12 +466,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0475.rst b/peps/pep-0475.rst index 3f812b90ba9..7d7ffc61164 100644 --- a/peps/pep-0475.rst +++ b/peps/pep-0475.rst @@ -474,14 +474,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0476.rst b/peps/pep-0476.rst index 37fab9f8de6..a5021478848 100644 --- a/peps/pep-0476.rst +++ b/peps/pep-0476.rst @@ -196,12 +196,3 @@ Copyright ========= This document has been placed into the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 diff --git a/peps/pep-0478.rst b/peps/pep-0478.rst index 901c8c16ce1..70d86a42da6 100644 --- a/peps/pep-0478.rst +++ b/peps/pep-0478.rst @@ -100,14 +100,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0479.rst b/peps/pep-0479.rst index 11c4b752ef7..2a55285e5bb 100644 --- a/peps/pep-0479.rst +++ b/peps/pep-0479.rst @@ -623,14 +623,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0483.rst b/peps/pep-0483.rst index 72e67681e4a..19b78401585 100644 --- a/peps/pep-0483.rst +++ b/peps/pep-0483.rst @@ -787,14 +787,3 @@ References and Footnotes ======================== .. _Open Publication License: http://www.opencontent.org/openpub/ - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0485.rst b/peps/pep-0485.rst index dd2bc345155..171ef8a8c89 100644 --- a/peps/pep-0485.rst +++ b/peps/pep-0485.rst @@ -638,13 +638,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0486.rst b/peps/pep-0486.rst index a785a8f2a6b..fb700bfc1a9 100644 --- a/peps/pep-0486.rst +++ b/peps/pep-0486.rst @@ -137,14 +137,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0487.rst b/peps/pep-0487.rst index c5ff2a08be9..59b6ee4b964 100644 --- a/peps/pep-0487.rst +++ b/peps/pep-0487.rst @@ -474,14 +474,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0490.rst b/peps/pep-0490.rst index 3514860d372..8b1f722f66e 100644 --- a/peps/pep-0490.rst +++ b/peps/pep-0490.rst @@ -307,14 +307,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0493.rst b/peps/pep-0493.rst index 9636fcee048..e83846e867f 100644 --- a/peps/pep-0493.rst +++ b/peps/pep-0493.rst @@ -589,12 +589,3 @@ Copyright ========= This document has been placed into the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 diff --git a/peps/pep-0494.rst b/peps/pep-0494.rst index e358410a135..ea603d217f6 100644 --- a/peps/pep-0494.rst +++ b/peps/pep-0494.rst @@ -186,14 +186,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0496.rst b/peps/pep-0496.rst index 4f2a3717593..872b4487215 100644 --- a/peps/pep-0496.rst +++ b/peps/pep-0496.rst @@ -152,12 +152,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 diff --git a/peps/pep-0497.rst b/peps/pep-0497.rst index 18d352eb72c..2113a8e3571 100644 --- a/peps/pep-0497.rst +++ b/peps/pep-0497.rst @@ -310,12 +310,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 diff --git a/peps/pep-0498.rst b/peps/pep-0498.rst index 22fc2689273..389d4ca5ad0 100644 --- a/peps/pep-0498.rst +++ b/peps/pep-0498.rst @@ -738,13 +738,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0503.rst b/peps/pep-0503.rst index 922afe70c55..ca2f97140c1 100644 --- a/peps/pep-0503.rst +++ b/peps/pep-0503.rst @@ -133,14 +133,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0504.rst b/peps/pep-0504.rst index a10f25e2120..38fba59f34e 100644 --- a/peps/pep-0504.rst +++ b/peps/pep-0504.rst @@ -384,13 +384,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0506.rst b/peps/pep-0506.rst index 294a2271758..e14220a3423 100644 --- a/peps/pep-0506.rst +++ b/peps/pep-0506.rst @@ -461,14 +461,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0508.rst b/peps/pep-0508.rst index 71f4648194e..1dafb772165 100644 --- a/peps/pep-0508.rst +++ b/peps/pep-0508.rst @@ -556,14 +556,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0512.rst b/peps/pep-0512.rst index 4284f089c1e..a900c6dc17f 100644 --- a/peps/pep-0512.rst +++ b/peps/pep-0512.rst @@ -1016,14 +1016,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0513.rst b/peps/pep-0513.rst index 52bfecda610..cad1aed7795 100644 --- a/peps/pep-0513.rst +++ b/peps/pep-0513.rst @@ -629,12 +629,3 @@ Copyright ========= This document has been placed into the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0515.rst b/peps/pep-0515.rst index 6cb1864f305..57df4d9db64 100644 --- a/peps/pep-0515.rst +++ b/peps/pep-0515.rst @@ -202,14 +202,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0517.rst b/peps/pep-0517.rst index 348e66423c5..688abe965ac 100644 --- a/peps/pep-0517.rst +++ b/peps/pep-0517.rst @@ -1021,13 +1021,3 @@ above, there are a few other differences in this proposal: =========== This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0519.rst b/peps/pep-0519.rst index 576c19e506e..bb5dc4af420 100644 --- a/peps/pep-0519.rst +++ b/peps/pep-0519.rst @@ -544,14 +544,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0520.rst b/peps/pep-0520.rst index add19e1aa72..84593a9c08a 100644 --- a/peps/pep-0520.rst +++ b/peps/pep-0520.rst @@ -425,14 +425,3 @@ References Copyright =========== This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0521.rst b/peps/pep-0521.rst index e31cf36cd6e..8910fd29f61 100644 --- a/peps/pep-0521.rst +++ b/peps/pep-0521.rst @@ -373,14 +373,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0522.rst b/peps/pep-0522.rst index d7cba326d0c..c3efe0c7c93 100644 --- a/peps/pep-0522.rst +++ b/peps/pep-0522.rst @@ -769,12 +769,3 @@ Copyright ========= This document has been placed into the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 diff --git a/peps/pep-0525.rst b/peps/pep-0525.rst index 6512116a54b..5a2880f03ea 100644 --- a/peps/pep-0525.rst +++ b/peps/pep-0525.rst @@ -652,12 +652,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0527.rst b/peps/pep-0527.rst index d0927c54d9e..9c33686d26b 100644 --- a/peps/pep-0527.rst +++ b/peps/pep-0527.rst @@ -246,14 +246,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0530.rst b/peps/pep-0530.rst index a646f9f4cf0..b0ec977470e 100644 --- a/peps/pep-0530.rst +++ b/peps/pep-0530.rst @@ -162,12 +162,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0536.rst b/peps/pep-0536.rst index 77aba14f285..73d903731f3 100644 --- a/peps/pep-0536.rst +++ b/peps/pep-0536.rst @@ -181,13 +181,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0537.rst b/peps/pep-0537.rst index f2016136347..2a267f99209 100644 --- a/peps/pep-0537.rst +++ b/peps/pep-0537.rst @@ -190,14 +190,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0541.rst b/peps/pep-0541.rst index ea741ee7498..1652c2a67b3 100644 --- a/peps/pep-0541.rst +++ b/peps/pep-0541.rst @@ -373,12 +373,3 @@ Acknowledgements The many participants of the Distutils and Catalog SIGs for their ideas over the years. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0543.rst b/peps/pep-0543.rst index 78ec6c1e790..0eb5cbb0e68 100644 --- a/peps/pep-0543.rst +++ b/peps/pep-0543.rst @@ -1563,12 +1563,3 @@ This document has been placed in the public domain. .. _an email sent to the Security-SIG by Christian Heimes: https://mail.python.org/pipermail/security-sig/2017-January/000213.html .. _s2n: https://github.com/awslabs/s2n .. _working to add it: https://github.com/awslabs/s2n/issues/358 - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0546.rst b/peps/pep-0546.rst index 867d4f175da..0574c9a7f2c 100644 --- a/peps/pep-0546.rst +++ b/peps/pep-0546.rst @@ -192,15 +192,3 @@ Copyright ========= This document has been placed in the public domain. - - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0547.rst b/peps/pep-0547.rst index 51d524a1f36..2d36a5c761d 100644 --- a/peps/pep-0547.rst +++ b/peps/pep-0547.rst @@ -203,14 +203,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0549.rst b/peps/pep-0549.rst index 69040a9aa3b..12f75f26a7a 100644 --- a/peps/pep-0549.rst +++ b/peps/pep-0549.rst @@ -135,13 +135,3 @@ Copyright --------- This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0552.rst b/peps/pep-0552.rst index 3a1a8a532bb..198b1c7ac03 100644 --- a/peps/pep-0552.rst +++ b/peps/pep-0552.rst @@ -156,14 +156,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 80 - coding: utf-8 - End: diff --git a/peps/pep-0556.rst b/peps/pep-0556.rst index 2f70120fb17..3c32dd479d2 100644 --- a/peps/pep-0556.rst +++ b/peps/pep-0556.rst @@ -445,14 +445,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0559.rst b/peps/pep-0559.rst index 63574e256ce..de3a72ba2c8 100644 --- a/peps/pep-0559.rst +++ b/peps/pep-0559.rst @@ -90,14 +90,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0561.rst b/peps/pep-0561.rst index 47780e47fa9..040819d533e 100644 --- a/peps/pep-0561.rst +++ b/peps/pep-0561.rst @@ -365,14 +365,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0562.rst b/peps/pep-0562.rst index 847ce9337bb..e2b2ddab64e 100644 --- a/peps/pep-0562.rst +++ b/peps/pep-0562.rst @@ -198,14 +198,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0563.rst b/peps/pep-0563.rst index 20b0d1909e6..4bb1d8374e8 100644 --- a/peps/pep-0563.rst +++ b/peps/pep-0563.rst @@ -677,14 +677,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0566.rst b/peps/pep-0566.rst index ff20cf4e812..75d29cf2cb9 100644 --- a/peps/pep-0566.rst +++ b/peps/pep-0566.rst @@ -176,12 +176,3 @@ Acknowledgements ================ Thanks to Alyssa Coghlan and Thomas Kluyver for contributing to this PEP. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 80 - End: diff --git a/peps/pep-0567.rst b/peps/pep-0567.rst index 40a29a4e02c..64d4e1f58ed 100644 --- a/peps/pep-0567.rst +++ b/peps/pep-0567.rst @@ -893,13 +893,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0568.rst b/peps/pep-0568.rst index 7f288ae7d86..2b19d626ae7 100644 --- a/peps/pep-0568.rst +++ b/peps/pep-0568.rst @@ -363,9 +363,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - indent-tabs-mode: nil - coding: utf-8 - End: diff --git a/peps/pep-0574.rst b/peps/pep-0574.rst index 82e4d413a21..763d71c1589 100644 --- a/peps/pep-0574.rst +++ b/peps/pep-0574.rst @@ -564,12 +564,3 @@ Copyright ========= This document has been placed into the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0575.rst b/peps/pep-0575.rst index 35218ea47bf..8c9dc650eca 100644 --- a/peps/pep-0575.rst +++ b/peps/pep-0575.rst @@ -1105,14 +1105,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0576.rst b/peps/pep-0576.rst index 6ea831506fc..b241ba692be 100644 --- a/peps/pep-0576.rst +++ b/peps/pep-0576.rst @@ -150,14 +150,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0579.rst b/peps/pep-0579.rst index 6edaac6e299..3b89ec1e1bc 100644 --- a/peps/pep-0579.rst +++ b/peps/pep-0579.rst @@ -420,14 +420,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0580.rst b/peps/pep-0580.rst index d2822a43bde..cf83d3107d9 100644 --- a/peps/pep-0580.rst +++ b/peps/pep-0580.rst @@ -774,14 +774,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0582.rst b/peps/pep-0582.rst index 1024aee4046..cc567aba370 100644 --- a/peps/pep-0582.rst +++ b/peps/pep-0582.rst @@ -339,13 +339,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 80 - coding: utf-8 - End: diff --git a/peps/pep-0584.rst b/peps/pep-0584.rst index 6735a2a0fa9..eaa49d45bf1 100644 --- a/peps/pep-0584.rst +++ b/peps/pep-0584.rst @@ -1067,13 +1067,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0592.rst b/peps/pep-0592.rst index e34083fcfe0..a95e632cde8 100644 --- a/peps/pep-0592.rst +++ b/peps/pep-0592.rst @@ -201,12 +201,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0597.rst b/peps/pep-0597.rst index c94fc149d70..a98dc1dd26a 100644 --- a/peps/pep-0597.rst +++ b/peps/pep-0597.rst @@ -341,11 +341,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0599.rst b/peps/pep-0599.rst index 1c22a643e2e..dc7dff99e4b 100644 --- a/peps/pep-0599.rst +++ b/peps/pep-0599.rst @@ -304,12 +304,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0603.rst b/peps/pep-0603.rst index 1ca9d1bd087..d8162689556 100644 --- a/peps/pep-0603.rst +++ b/peps/pep-0603.rst @@ -397,13 +397,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0606.rst b/peps/pep-0606.rst index 6a55e0bcf0e..36614419abd 100644 --- a/peps/pep-0606.rst +++ b/peps/pep-0606.rst @@ -612,14 +612,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0607.rst b/peps/pep-0607.rst index 8d3073a0c51..044de1ca622 100644 --- a/peps/pep-0607.rst +++ b/peps/pep-0607.rst @@ -214,13 +214,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - coding: utf-8 - End: diff --git a/peps/pep-0608.rst b/peps/pep-0608.rst index 43f17afcb7a..b7eb907c8b3 100644 --- a/peps/pep-0608.rst +++ b/peps/pep-0608.rst @@ -283,14 +283,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0610.rst b/peps/pep-0610.rst index bfd2f0dd513..664c6fad0d7 100644 --- a/peps/pep-0610.rst +++ b/peps/pep-0610.rst @@ -559,14 +559,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0611.rst b/peps/pep-0611.rst index d1a1074d94e..67cf0905542 100644 --- a/peps/pep-0611.rst +++ b/peps/pep-0611.rst @@ -319,12 +319,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0614.rst b/peps/pep-0614.rst index ad94e9c226e..3a091cd0063 100644 --- a/peps/pep-0614.rst +++ b/peps/pep-0614.rst @@ -214,13 +214,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0616.rst b/peps/pep-0616.rst index 8ea0dc72ea1..2548d0053ad 100644 --- a/peps/pep-0616.rst +++ b/peps/pep-0616.rst @@ -360,14 +360,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0618.rst b/peps/pep-0618.rst index 5e908f6c9be..252b32a32e6 100644 --- a/peps/pep-0618.rst +++ b/peps/pep-0618.rst @@ -377,13 +377,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0621.rst b/peps/pep-0621.rst index 2ad264757bd..f95bb6b83e9 100644 --- a/peps/pep-0621.rst +++ b/peps/pep-0621.rst @@ -724,12 +724,3 @@ CC0-1.0-Universal license, whichever is more permissive. .. _trove classifiers: https://pypi.org/classifiers/ .. _SPDX: https://spdx.dev/ .. _entry points specification: https://packaging.python.org/specifications/entry-points/ - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0624.rst b/peps/pep-0624.rst index 30b6fb1baf0..1623493a720 100644 --- a/peps/pep-0624.rst +++ b/peps/pep-0624.rst @@ -313,12 +313,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0625.rst b/peps/pep-0625.rst index 357831ed185..b686e77c09b 100644 --- a/peps/pep-0625.rst +++ b/peps/pep-0625.rst @@ -196,14 +196,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0626.rst b/peps/pep-0626.rst index b497ebbf0ee..4e9a8c4b6d2 100644 --- a/peps/pep-0626.rst +++ b/peps/pep-0626.rst @@ -352,14 +352,3 @@ References .. [1] py-spy: Sampling profiler for Python programs (https://github.com/benfred/py-spy) - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0627.rst b/peps/pep-0627.rst index 81a13d72df5..c0e1274bd20 100644 --- a/peps/pep-0627.rst +++ b/peps/pep-0627.rst @@ -251,13 +251,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0628.rst b/peps/pep-0628.rst index cdfb472bb4d..551419da49a 100644 --- a/peps/pep-0628.rst +++ b/peps/pep-0628.rst @@ -80,12 +80,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0629.rst b/peps/pep-0629.rst index 2d0f99f5cc0..cc12021db63 100644 --- a/peps/pep-0629.rst +++ b/peps/pep-0629.rst @@ -137,14 +137,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0631.rst b/peps/pep-0631.rst index 0324f7a4460..d56b5cbe66c 100644 --- a/peps/pep-0631.rst +++ b/peps/pep-0631.rst @@ -226,12 +226,3 @@ CC0-1.0-Universal license, whichever is more permissive. .. _Requires-Dist: https://packaging.python.org/specifications/core-metadata/#requires-dist-multiple-use .. _Provides-Extra: https://packaging.python.org/specifications/core-metadata/#provides-extra-multiple-use .. _docker-compose: https://github.com/docker/compose/blob/789bfb0e8b2e61f15f423d371508b698c64b057f/setup.py#L28-L61 - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0632.rst b/peps/pep-0632.rst index 43f732e1141..876137356f9 100644 --- a/peps/pep-0632.rst +++ b/peps/pep-0632.rst @@ -259,14 +259,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0637.rst b/peps/pep-0637.rst index 9a2927f90c3..f667f715bc6 100644 --- a/peps/pep-0637.rst +++ b/peps/pep-0637.rst @@ -1111,13 +1111,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0638.rst b/peps/pep-0638.rst index 7498d3200e5..05a48693ec8 100644 --- a/peps/pep-0638.rst +++ b/peps/pep-0638.rst @@ -570,14 +570,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0640.rst b/peps/pep-0640.rst index 2461480fcd2..0af07653f3b 100644 --- a/peps/pep-0640.rst +++ b/peps/pep-0640.rst @@ -214,12 +214,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0641.rst b/peps/pep-0641.rst index a6b21e55656..4227bbbf202 100644 --- a/peps/pep-0641.rst +++ b/peps/pep-0641.rst @@ -169,14 +169,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0646.rst b/peps/pep-0646.rst index 5a380efa723..2fd3dcce669 100644 --- a/peps/pep-0646.rst +++ b/peps/pep-0646.rst @@ -1695,13 +1695,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0650.rst b/peps/pep-0650.rst index b1cbac06814..87c7944120b 100644 --- a/peps/pep-0650.rst +++ b/peps/pep-0650.rst @@ -659,13 +659,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0651.rst b/peps/pep-0651.rst index 2122b54dfbf..45fc5940e4e 100644 --- a/peps/pep-0651.rst +++ b/peps/pep-0651.rst @@ -232,14 +232,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0652.rst b/peps/pep-0652.rst index 09b8467c74d..3777bc1865a 100644 --- a/peps/pep-0652.rst +++ b/peps/pep-0652.rst @@ -456,13 +456,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0656.rst b/peps/pep-0656.rst index 554589af5df..3959c625d2e 100644 --- a/peps/pep-0656.rst +++ b/peps/pep-0656.rst @@ -208,13 +208,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0657.rst b/peps/pep-0657.rst index bfe8342b48d..0e0b87002b2 100644 --- a/peps/pep-0657.rst +++ b/peps/pep-0657.rst @@ -449,12 +449,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0658.rst b/peps/pep-0658.rst index 04d9ef374a0..1aec7cedcf2 100644 --- a/peps/pep-0658.rst +++ b/peps/pep-0658.rst @@ -167,13 +167,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0660.rst b/peps/pep-0660.rst index a7c881d696e..44007f84d88 100644 --- a/peps/pep-0660.rst +++ b/peps/pep-0660.rst @@ -323,14 +323,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0662.rst b/peps/pep-0662.rst index 7ca95582f81..1a3918ebe91 100644 --- a/peps/pep-0662.rst +++ b/peps/pep-0662.rst @@ -420,12 +420,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0676.rst b/peps/pep-0676.rst index 5d532948e54..280da7327ca 100644 --- a/peps/pep-0676.rst +++ b/peps/pep-0676.rst @@ -256,13 +256,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0677.rst b/peps/pep-0677.rst index a55eb804969..4a9dcff1d61 100644 --- a/peps/pep-0677.rst +++ b/peps/pep-0677.rst @@ -1242,13 +1242,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0678.rst b/peps/pep-0678.rst index 0e27b0245b7..c8bb7482971 100644 --- a/peps/pep-0678.rst +++ b/peps/pep-0678.rst @@ -376,13 +376,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0679.rst b/peps/pep-0679.rst index 3208063f3af..c52c0e01b41 100644 --- a/peps/pep-0679.rst +++ b/peps/pep-0679.rst @@ -164,12 +164,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0682.rst b/peps/pep-0682.rst index a6ecf22e119..adcb54bb0e5 100644 --- a/peps/pep-0682.rst +++ b/peps/pep-0682.rst @@ -211,14 +211,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0687.rst b/peps/pep-0687.rst index 138fd80a8c7..ab1a7b3f291 100644 --- a/peps/pep-0687.rst +++ b/peps/pep-0687.rst @@ -194,13 +194,3 @@ Copyright This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-0754.rst b/peps/pep-0754.rst index d10565fc52d..bd55f67c82e 100644 --- a/peps/pep-0754.rst +++ b/peps/pep-0754.rst @@ -208,12 +208,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-0801.rst b/peps/pep-0801.rst index 243e1c22ab1..b4ae585a10e 100644 --- a/peps/pep-0801.rst +++ b/peps/pep-0801.rst @@ -19,13 +19,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3000.rst b/peps/pep-3000.rst index af3ee070a5e..f87382a9442 100644 --- a/peps/pep-3000.rst +++ b/peps/pep-3000.rst @@ -154,14 +154,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3002.rst b/peps/pep-3002.rst index 3e651d4aca8..834a75b30a5 100644 --- a/peps/pep-3002.rst +++ b/peps/pep-3002.rst @@ -117,13 +117,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3003.rst b/peps/pep-3003.rst index d26fcc2fa78..d82cb0d92bc 100644 --- a/peps/pep-3003.rst +++ b/peps/pep-3003.rst @@ -155,13 +155,3 @@ References .. [3] http://www.codeplex.com/IronPython .. [4] http://codespeak.net/pypy/ .. [5] http://code.google.com/p/unladen-swallow/ - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 80 - coding: utf-8 - End: diff --git a/peps/pep-3099.rst b/peps/pep-3099.rst index f76d4a24a3f..f621a361d48 100644 --- a/peps/pep-3099.rst +++ b/peps/pep-3099.rst @@ -215,14 +215,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3101.rst b/peps/pep-3101.rst index 9267d17cbef..a3bf1eee52b 100644 --- a/peps/pep-3101.rst +++ b/peps/pep-3101.rst @@ -836,12 +836,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3102.rst b/peps/pep-3102.rst index 85fb8d98d3c..0af9c8d9008 100644 --- a/peps/pep-3102.rst +++ b/peps/pep-3102.rst @@ -185,13 +185,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3105.rst b/peps/pep-3105.rst index 9cf7742d951..0028bfb8b39 100644 --- a/peps/pep-3105.rst +++ b/peps/pep-3105.rst @@ -142,13 +142,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3107.rst b/peps/pep-3107.rst index d29554ab6cf..2ea011e217d 100644 --- a/peps/pep-3107.rst +++ b/peps/pep-3107.rst @@ -342,13 +342,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3109.rst b/peps/pep-3109.rst index 53fb911c1dc..374a2e532ce 100644 --- a/peps/pep-3109.rst +++ b/peps/pep-3109.rst @@ -270,14 +270,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3110.rst b/peps/pep-3110.rst index 6129e51a682..dcab097b7e5 100644 --- a/peps/pep-3110.rst +++ b/peps/pep-3110.rst @@ -284,14 +284,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3113.rst b/peps/pep-3113.rst index 45a48d70cbb..89533a37a79 100644 --- a/peps/pep-3113.rst +++ b/peps/pep-3113.rst @@ -264,14 +264,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3116.rst b/peps/pep-3116.rst index 1e69c3c582c..183de9ea96c 100644 --- a/peps/pep-3116.rst +++ b/peps/pep-3116.rst @@ -522,14 +522,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3117.rst b/peps/pep-3117.rst index 1ce3241c809..779e5fd6a04 100644 --- a/peps/pep-3117.rst +++ b/peps/pep-3117.rst @@ -229,14 +229,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - coding: utf-8 - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: diff --git a/peps/pep-3120.rst b/peps/pep-3120.rst index 1a9762b32da..a8076fa597e 100644 --- a/peps/pep-3120.rst +++ b/peps/pep-3120.rst @@ -86,14 +86,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3121.rst b/peps/pep-3121.rst index 047391efe75..2b3249d9370 100644 --- a/peps/pep-3121.rst +++ b/peps/pep-3121.rst @@ -213,14 +213,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3122.rst b/peps/pep-3122.rst index 5591104bd6b..90d2394da2a 100644 --- a/peps/pep-3122.rst +++ b/peps/pep-3122.rst @@ -255,14 +255,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3123.rst b/peps/pep-3123.rst index 15a2b08a2ec..6bfeca07d53 100644 --- a/peps/pep-3123.rst +++ b/peps/pep-3123.rst @@ -146,14 +146,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3124.rst b/peps/pep-3124.rst index e755609a2cb..ed7da0c161e 100644 --- a/peps/pep-3124.rst +++ b/peps/pep-3124.rst @@ -1025,14 +1025,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3125.rst b/peps/pep-3125.rst index 9362bf81eee..b28b5d46b2f 100644 --- a/peps/pep-3125.rst +++ b/peps/pep-3125.rst @@ -235,14 +235,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3127.rst b/peps/pep-3127.rst index ef840bea71e..9b38c901540 100644 --- a/peps/pep-3127.rst +++ b/peps/pep-3127.rst @@ -506,14 +506,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3128.rst b/peps/pep-3128.rst index 0721cb1a272..b714ea23ca4 100644 --- a/peps/pep-3128.rst +++ b/peps/pep-3128.rst @@ -373,14 +373,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3129.rst b/peps/pep-3129.rst index 410ec3b9a88..24d0f2c5b53 100644 --- a/peps/pep-3129.rst +++ b/peps/pep-3129.rst @@ -120,14 +120,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3130.rst b/peps/pep-3130.rst index f0cf59a71c0..fafb3d751dc 100644 --- a/peps/pep-3130.rst +++ b/peps/pep-3130.rst @@ -226,14 +226,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3131.rst b/peps/pep-3131.rst index 0d8ce9a2584..b579beefb27 100644 --- a/peps/pep-3131.rst +++ b/peps/pep-3131.rst @@ -267,14 +267,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3132.rst b/peps/pep-3132.rst index 44cf829ca80..86380603ccd 100644 --- a/peps/pep-3132.rst +++ b/peps/pep-3132.rst @@ -186,14 +186,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3133.rst b/peps/pep-3133.rst index d96528d04fa..644784d3fe1 100644 --- a/peps/pep-3133.rst +++ b/peps/pep-3133.rst @@ -550,14 +550,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3134.rst b/peps/pep-3134.rst index 97127dfdfe6..109f25fb374 100644 --- a/peps/pep-3134.rst +++ b/peps/pep-3134.rst @@ -566,13 +566,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3136.rst b/peps/pep-3136.rst index f0976a9e25d..0142f4a3cf1 100644 --- a/peps/pep-3136.rst +++ b/peps/pep-3136.rst @@ -480,14 +480,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3137.rst b/peps/pep-3137.rst index 4db260b5765..312b024f7e0 100644 --- a/peps/pep-3137.rst +++ b/peps/pep-3137.rst @@ -302,13 +302,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3138.rst b/peps/pep-3138.rst index d66498ddece..61a94b435fa 100644 --- a/peps/pep-3138.rst +++ b/peps/pep-3138.rst @@ -297,14 +297,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3139.rst b/peps/pep-3139.rst index d6b79fffff9..e63d9141c3e 100644 --- a/peps/pep-3139.rst +++ b/peps/pep-3139.rst @@ -182,14 +182,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3140.rst b/peps/pep-3140.rst index 65060f49035..00facb25ced 100644 --- a/peps/pep-3140.rst +++ b/peps/pep-3140.rst @@ -210,14 +210,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3142.rst b/peps/pep-3142.rst index 15abbd84197..a144f32e2ff 100644 --- a/peps/pep-3142.rst +++ b/peps/pep-3142.rst @@ -109,13 +109,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3143.rst b/peps/pep-3143.rst index a360aa37477..9a4ae593789 100644 --- a/peps/pep-3143.rst +++ b/peps/pep-3143.rst @@ -588,11 +588,3 @@ This work is hereby placed in the public domain. To the extent that placing a work in the public domain is not legally possible, the copyright holder hereby grants to all recipients of this work all rights and freedoms that would otherwise be restricted by copyright. - - -.. - Local variables: - mode: rst - coding: utf-8 - End: - vim: filetype=rst fileencoding=utf-8 : diff --git a/peps/pep-3144.rst b/peps/pep-3144.rst index 059ec76580f..dfcee692ab4 100644 --- a/peps/pep-3144.rst +++ b/peps/pep-3144.rst @@ -194,14 +194,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3148.rst b/peps/pep-3148.rst index 61c62616ce0..0f665a7ac69 100644 --- a/peps/pep-3148.rst +++ b/peps/pep-3148.rst @@ -481,14 +481,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3149.rst b/peps/pep-3149.rst index 9d0f3a2ad02..e3c5aad3304 100644 --- a/peps/pep-3149.rst +++ b/peps/pep-3149.rst @@ -310,14 +310,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3152.rst b/peps/pep-3152.rst index 46bcab5e362..c87239cc5cd 100644 --- a/peps/pep-3152.rst +++ b/peps/pep-3152.rst @@ -150,14 +150,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3153.rst b/peps/pep-3153.rst index 8256b066432..6b613b42e3e 100644 --- a/peps/pep-3153.rst +++ b/peps/pep-3153.rst @@ -284,14 +284,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3154.rst b/peps/pep-3154.rst index 6454c24326e..110f407b2ad 100644 --- a/peps/pep-3154.rst +++ b/peps/pep-3154.rst @@ -255,14 +255,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3155.rst b/peps/pep-3155.rst index 0df1ac31782..7edbed6a14c 100644 --- a/peps/pep-3155.rst +++ b/peps/pep-3155.rst @@ -159,14 +159,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: diff --git a/peps/pep-3156.rst b/peps/pep-3156.rst index de212abced7..fc01ffd7268 100644 --- a/peps/pep-3156.rst +++ b/peps/pep-3156.rst @@ -2105,14 +2105,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From 9b6954cbd13173bfb67463a51a707db321ece96f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:51:20 +0000 Subject: [PATCH 3/7] PEPs 3126, 3139: Fix block-quote in copyright statement --- peps/pep-3126.rst | 2 +- peps/pep-3139.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-3126.rst b/peps/pep-3126.rst index e6ce218b992..274865e47f2 100644 --- a/peps/pep-3126.rst +++ b/peps/pep-3126.rst @@ -370,4 +370,4 @@ References Copyright ========= - This document has been placed in the public domain. +This document has been placed in the public domain. diff --git a/peps/pep-3139.rst b/peps/pep-3139.rst index e63d9141c3e..687ca0fa7ab 100644 --- a/peps/pep-3139.rst +++ b/peps/pep-3139.rst @@ -181,4 +181,4 @@ References Copyright ========= - This document has been placed in the public domain. +This document has been placed in the public domain. From 77b488df2b5ce7f780f98f1197849eedafa5ed38 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:55:40 +0000 Subject: [PATCH 4/7] Many PEPs: Remove the Content-Type header --- peps/pep-0002.rst | 1 - peps/pep-0004.rst | 1 - peps/pep-0005.rst | 1 - peps/pep-0006.rst | 1 - peps/pep-0010.rst | 1 - peps/pep-0011.rst | 1 - peps/pep-0013.rst | 1 - peps/pep-0020.rst | 1 - peps/pep-0100.rst | 1 - peps/pep-0102.rst | 1 - peps/pep-0160.rst | 1 - peps/pep-0200.rst | 1 - peps/pep-0201.rst | 1 - peps/pep-0202.rst | 1 - peps/pep-0203.rst | 1 - peps/pep-0205.rst | 1 - peps/pep-0207.rst | 1 - peps/pep-0208.rst | 1 - peps/pep-0212.rst | 1 - peps/pep-0213.rst | 1 - peps/pep-0214.rst | 1 - peps/pep-0217.rst | 1 - peps/pep-0218.rst | 1 - peps/pep-0219.rst | 1 - peps/pep-0221.rst | 1 - peps/pep-0222.rst | 1 - peps/pep-0223.rst | 1 - peps/pep-0226.rst | 1 - peps/pep-0227.rst | 1 - peps/pep-0228.rst | 1 - peps/pep-0229.rst | 1 - peps/pep-0230.rst | 1 - peps/pep-0231.rst | 1 - peps/pep-0232.rst | 1 - peps/pep-0233.rst | 1 - peps/pep-0234.rst | 1 - peps/pep-0235.rst | 1 - peps/pep-0236.rst | 1 - peps/pep-0237.rst | 1 - peps/pep-0238.rst | 1 - peps/pep-0240.rst | 1 - peps/pep-0243.rst | 1 - peps/pep-0244.rst | 1 - peps/pep-0245.rst | 1 - peps/pep-0246.rst | 1 - peps/pep-0247.rst | 1 - peps/pep-0248.rst | 1 - peps/pep-0249.rst | 1 - peps/pep-0250.rst | 1 - peps/pep-0251.rst | 1 - peps/pep-0252.rst | 1 - peps/pep-0253.rst | 1 - peps/pep-0254.rst | 1 - peps/pep-0256.rst | 1 - peps/pep-0258.rst | 1 - peps/pep-0259.rst | 1 - peps/pep-0260.rst | 1 - peps/pep-0261.rst | 1 - peps/pep-0262.rst | 1 - peps/pep-0263.rst | 1 - peps/pep-0264.rst | 1 - peps/pep-0265.rst | 1 - peps/pep-0266.rst | 1 - peps/pep-0267.rst | 1 - peps/pep-0268.rst | 1 - peps/pep-0269.rst | 1 - peps/pep-0270.rst | 1 - peps/pep-0271.rst | 1 - peps/pep-0272.rst | 1 - peps/pep-0273.rst | 1 - peps/pep-0274.rst | 1 - peps/pep-0275.rst | 1 - peps/pep-0276.rst | 1 - peps/pep-0277.rst | 1 - peps/pep-0278.rst | 1 - peps/pep-0279.rst | 1 - peps/pep-0280.rst | 1 - peps/pep-0281.rst | 1 - peps/pep-0282.rst | 1 - peps/pep-0283.rst | 1 - peps/pep-0284.rst | 1 - peps/pep-0285.rst | 1 - peps/pep-0286.rst | 1 - peps/pep-0287.rst | 1 - peps/pep-0288.rst | 1 - peps/pep-0289.rst | 1 - peps/pep-0290.rst | 1 - peps/pep-0292.rst | 1 - peps/pep-0293.rst | 1 - peps/pep-0294.rst | 1 - peps/pep-0295.rst | 1 - peps/pep-0296.rst | 1 - peps/pep-0297.rst | 1 - peps/pep-0298.rst | 1 - peps/pep-0299.rst | 1 - peps/pep-0301.rst | 1 - peps/pep-0302.rst | 1 - peps/pep-0303.rst | 1 - peps/pep-0304.rst | 1 - peps/pep-0305.rst | 1 - peps/pep-0306.rst | 1 - peps/pep-0307.rst | 1 - peps/pep-0308.rst | 1 - peps/pep-0309.rst | 1 - peps/pep-0310.rst | 1 - peps/pep-0311.rst | 1 - peps/pep-0312.rst | 1 - peps/pep-0313.rst | 1 - peps/pep-0314.rst | 1 - peps/pep-0315.rst | 1 - peps/pep-0316.rst | 1 - peps/pep-0317.rst | 1 - peps/pep-0318.rst | 1 - peps/pep-0319.rst | 1 - peps/pep-0320.rst | 1 - peps/pep-0321.rst | 1 - peps/pep-0322.rst | 1 - peps/pep-0323.rst | 1 - peps/pep-0324.rst | 1 - peps/pep-0325.rst | 1 - peps/pep-0326.rst | 1 - peps/pep-0327.rst | 1 - peps/pep-0328.rst | 1 - peps/pep-0329.rst | 1 - peps/pep-0330.rst | 1 - peps/pep-0331.rst | 1 - peps/pep-0332.rst | 1 - peps/pep-0333.rst | 1 - peps/pep-0334.rst | 1 - peps/pep-0335.rst | 1 - peps/pep-0336.rst | 1 - peps/pep-0337.rst | 1 - peps/pep-0338.rst | 1 - peps/pep-0339.rst | 1 - peps/pep-0340.rst | 1 - peps/pep-0341.rst | 1 - peps/pep-0342.rst | 1 - peps/pep-0343.rst | 1 - peps/pep-0344.rst | 1 - peps/pep-0345.rst | 1 - peps/pep-0346.rst | 1 - peps/pep-0347.rst | 1 - peps/pep-0348.rst | 1 - peps/pep-0349.rst | 1 - peps/pep-0350.rst | 1 - peps/pep-0351.rst | 1 - peps/pep-0353.rst | 1 - peps/pep-0354.rst | 1 - peps/pep-0355.rst | 1 - peps/pep-0356.rst | 1 - peps/pep-0357.rst | 1 - peps/pep-0358.rst | 1 - peps/pep-0359.rst | 1 - peps/pep-0360.rst | 1 - peps/pep-0361.rst | 1 - peps/pep-0362.rst | 1 - peps/pep-0364.rst | 1 - peps/pep-0365.rst | 1 - peps/pep-0366.rst | 1 - peps/pep-0367.rst | 1 - peps/pep-0368.rst | 1 - peps/pep-0369.rst | 1 - peps/pep-0370.rst | 1 - peps/pep-0371.rst | 1 - peps/pep-0372.rst | 1 - peps/pep-0373.rst | 1 - peps/pep-0374.rst | 1 - peps/pep-0375.rst | 1 - peps/pep-0377.rst | 1 - peps/pep-0378.rst | 1 - peps/pep-0379.rst | 1 - peps/pep-0380.rst | 1 - peps/pep-0381.rst | 1 - peps/pep-0382.rst | 1 - peps/pep-0383.rst | 1 - peps/pep-0384.rst | 1 - peps/pep-0385.rst | 1 - peps/pep-0389.rst | 1 - peps/pep-0390.rst | 1 - peps/pep-0391.rst | 1 - peps/pep-0392.rst | 1 - peps/pep-0393.rst | 1 - peps/pep-0395.rst | 1 - peps/pep-0397.rst | 1 - peps/pep-0398.rst | 1 - peps/pep-0399.rst | 1 - peps/pep-0400.rst | 1 - peps/pep-0401.rst | 1 - peps/pep-0402.rst | 1 - peps/pep-0403.rst | 1 - peps/pep-0404.rst | 1 - peps/pep-0405.rst | 1 - peps/pep-0406.rst | 1 - peps/pep-0407.rst | 1 - peps/pep-0408.rst | 1 - peps/pep-0409.rst | 1 - peps/pep-0410.rst | 1 - peps/pep-0411.rst | 1 - peps/pep-0412.rst | 1 - peps/pep-0413.rst | 1 - peps/pep-0414.rst | 1 - peps/pep-0415.rst | 1 - peps/pep-0416.rst | 1 - peps/pep-0417.rst | 1 - peps/pep-0418.rst | 1 - peps/pep-0419.rst | 1 - peps/pep-0420.rst | 1 - peps/pep-0422.rst | 1 - peps/pep-0423.rst | 1 - peps/pep-0424.rst | 1 - peps/pep-0425.rst | 1 - peps/pep-0427.rst | 1 - peps/pep-0428.rst | 1 - peps/pep-0429.rst | 1 - peps/pep-0430.rst | 1 - peps/pep-0431.rst | 1 - peps/pep-0432.rst | 1 - peps/pep-0433.rst | 1 - peps/pep-0434.rst | 1 - peps/pep-0435.rst | 1 - peps/pep-0436.rst | 1 - peps/pep-0437.rst | 1 - peps/pep-0438.rst | 1 - peps/pep-0439.rst | 1 - peps/pep-0440.rst | 1 - peps/pep-0441.rst | 1 - peps/pep-0442.rst | 1 - peps/pep-0443.rst | 1 - peps/pep-0444.rst | 1 - peps/pep-0445.rst | 1 - peps/pep-0446.rst | 1 - peps/pep-0447.rst | 1 - peps/pep-0448.rst | 1 - peps/pep-0449.rst | 1 - peps/pep-0450.rst | 1 - peps/pep-0451.rst | 1 - peps/pep-0452.rst | 1 - peps/pep-0453.rst | 1 - peps/pep-0454.rst | 1 - peps/pep-0455.rst | 1 - peps/pep-0456.rst | 1 - peps/pep-0457.rst | 1 - peps/pep-0458.rst | 1 - peps/pep-0459.rst | 1 - peps/pep-0460.rst | 1 - peps/pep-0461.rst | 1 - peps/pep-0462.rst | 1 - peps/pep-0463.rst | 1 - peps/pep-0464.rst | 1 - peps/pep-0465.rst | 1 - peps/pep-0466.rst | 1 - peps/pep-0467.rst | 1 - peps/pep-0468.rst | 1 - peps/pep-0469.rst | 1 - peps/pep-0470.rst | 1 - peps/pep-0471.rst | 1 - peps/pep-0473.rst | 1 - peps/pep-0474.rst | 1 - peps/pep-0475.rst | 1 - peps/pep-0476.rst | 1 - peps/pep-0477.rst | 1 - peps/pep-0478.rst | 1 - peps/pep-0479.rst | 1 - peps/pep-0480.rst | 1 - peps/pep-0481.rst | 1 - peps/pep-0482.rst | 1 - peps/pep-0483.rst | 1 - peps/pep-0484.rst | 1 - peps/pep-0485.rst | 1 - peps/pep-0486.rst | 1 - peps/pep-0487.rst | 1 - peps/pep-0488.rst | 1 - peps/pep-0489.rst | 1 - peps/pep-0490.rst | 1 - peps/pep-0491.rst | 1 - peps/pep-0492.rst | 1 - peps/pep-0493.rst | 1 - peps/pep-0494.rst | 1 - peps/pep-0495.rst | 1 - peps/pep-0496.rst | 1 - peps/pep-0497.rst | 1 - peps/pep-0498.rst | 1 - peps/pep-0499.rst | 1 - peps/pep-0500.rst | 1 - peps/pep-0502.rst | 1 - peps/pep-0503.rst | 1 - peps/pep-0504.rst | 1 - peps/pep-0505.rst | 1 - peps/pep-0506.rst | 1 - peps/pep-0507.rst | 1 - peps/pep-0508.rst | 1 - peps/pep-0509.rst | 1 - peps/pep-0510.rst | 1 - peps/pep-0511.rst | 1 - peps/pep-0512.rst | 1 - peps/pep-0513.rst | 1 - peps/pep-0514.rst | 1 - peps/pep-0515.rst | 1 - peps/pep-0516.rst | 1 - peps/pep-0517.rst | 1 - peps/pep-0518.rst | 1 - peps/pep-0519.rst | 1 - peps/pep-0520.rst | 1 - peps/pep-0521.rst | 1 - peps/pep-0522.rst | 1 - peps/pep-0523.rst | 1 - peps/pep-0524.rst | 1 - peps/pep-0525.rst | 1 - peps/pep-0526.rst | 1 - peps/pep-0527.rst | 1 - peps/pep-0528.rst | 1 - peps/pep-0529.rst | 1 - peps/pep-0530.rst | 1 - peps/pep-0531.rst | 1 - peps/pep-0532.rst | 1 - peps/pep-0533.rst | 1 - peps/pep-0534.rst | 1 - peps/pep-0535.rst | 1 - peps/pep-0536.rst | 1 - peps/pep-0537.rst | 1 - peps/pep-0538.rst | 1 - peps/pep-0539.rst | 1 - peps/pep-0540.rst | 1 - peps/pep-0541.rst | 1 - peps/pep-0542.rst | 1 - peps/pep-0543.rst | 1 - peps/pep-0546.rst | 1 - peps/pep-0547.rst | 1 - peps/pep-0548.rst | 1 - peps/pep-0549.rst | 1 - peps/pep-0550.rst | 1 - peps/pep-0551.rst | 1 - peps/pep-0552.rst | 1 - peps/pep-0553.rst | 1 - peps/pep-0554.rst | 1 - peps/pep-0555.rst | 1 - peps/pep-0556.rst | 1 - peps/pep-0557.rst | 1 - peps/pep-0558.rst | 1 - peps/pep-0559.rst | 1 - peps/pep-0561.rst | 1 - peps/pep-0562.rst | 1 - peps/pep-0563.rst | 1 - peps/pep-0564.rst | 1 - peps/pep-0565.rst | 1 - peps/pep-0566.rst | 1 - peps/pep-0567.rst | 1 - peps/pep-0568.rst | 1 - peps/pep-0570.rst | 1 - peps/pep-0571.rst | 1 - peps/pep-0572.rst | 1 - peps/pep-0573.rst | 1 - peps/pep-0574.rst | 1 - peps/pep-0575.rst | 1 - peps/pep-0576.rst | 1 - peps/pep-0577.rst | 1 - peps/pep-0579.rst | 1 - peps/pep-0580.rst | 1 - peps/pep-0582.rst | 1 - peps/pep-0583.rst | 1 - peps/pep-0584.rst | 1 - peps/pep-0585.rst | 1 - peps/pep-0587.rst | 1 - peps/pep-0592.rst | 1 - peps/pep-0595.rst | 1 - peps/pep-0597.rst | 1 - peps/pep-0598.rst | 1 - peps/pep-0599.rst | 1 - peps/pep-0600.rst | 1 - peps/pep-0601.rst | 1 - peps/pep-0603.rst | 1 - peps/pep-0605.rst | 1 - peps/pep-0606.rst | 1 - peps/pep-0607.rst | 1 - peps/pep-0608.rst | 1 - peps/pep-0609.rst | 1 - peps/pep-0610.rst | 1 - peps/pep-0611.rst | 1 - peps/pep-0614.rst | 1 - peps/pep-0616.rst | 1 - peps/pep-0618.rst | 1 - peps/pep-0620.rst | 1 - peps/pep-0621.rst | 1 - peps/pep-0622.rst | 1 - peps/pep-0623.rst | 1 - peps/pep-0624.rst | 1 - peps/pep-0625.rst | 1 - peps/pep-0626.rst | 1 - peps/pep-0627.rst | 1 - peps/pep-0628.rst | 1 - peps/pep-0629.rst | 1 - peps/pep-0630.rst | 1 - peps/pep-0631.rst | 1 - peps/pep-0632.rst | 1 - peps/pep-0633.rst | 1 - peps/pep-0635.rst | 1 - peps/pep-0636.rst | 1 - peps/pep-0637.rst | 1 - peps/pep-0638.rst | 1 - peps/pep-0640.rst | 1 - peps/pep-0641.rst | 1 - peps/pep-0642.rst | 1 - peps/pep-0643.rst | 1 - peps/pep-0644.rst | 1 - peps/pep-0645.rst | 1 - peps/pep-0646.rst | 1 - peps/pep-0648.rst | 1 - peps/pep-0649.rst | 1 - peps/pep-0650.rst | 1 - peps/pep-0651.rst | 1 - peps/pep-0652.rst | 1 - peps/pep-0653.rst | 1 - peps/pep-0654.rst | 1 - peps/pep-0656.rst | 1 - peps/pep-0657.rst | 1 - peps/pep-0658.rst | 1 - peps/pep-0660.rst | 1 - peps/pep-0661.rst | 1 - peps/pep-0662.rst | 1 - peps/pep-0663.rst | 1 - peps/pep-0666.rst | 1 - peps/pep-0668.rst | 1 - peps/pep-0670.rst | 1 - peps/pep-0671.rst | 1 - peps/pep-0674.rst | 1 - peps/pep-0676.rst | 1 - peps/pep-0677.rst | 1 - peps/pep-0678.rst | 1 - peps/pep-0679.rst | 1 - peps/pep-0680.rst | 1 - peps/pep-0682.rst | 1 - peps/pep-0685.rst | 1 - peps/pep-0686.rst | 1 - peps/pep-0687.rst | 1 - peps/pep-0689.rst | 1 - peps/pep-0690.rst | 1 - peps/pep-0691.rst | 1 - peps/pep-0694.rst | 1 - peps/pep-0697.rst | 1 - peps/pep-0699.rst | 1 - peps/pep-0701.rst | 1 - peps/pep-0703.rst | 1 - peps/pep-0704.rst | 1 - peps/pep-0706.rst | 1 - peps/pep-0707.rst | 1 - peps/pep-0708.rst | 1 - peps/pep-0710.rst | 1 - peps/pep-0711.rst | 1 - peps/pep-0712.rst | 1 - peps/pep-0713.rst | 1 - peps/pep-0714.rst | 1 - peps/pep-0715.rst | 1 - peps/pep-0718.rst | 1 - peps/pep-0720.rst | 1 - peps/pep-0721.rst | 1 - peps/pep-0722.rst | 1 - peps/pep-0724.rst | 1 - peps/pep-0725.rst | 1 - peps/pep-0726.rst | 1 - peps/pep-0727.rst | 1 - peps/pep-0728.rst | 1 - peps/pep-0730.rst | 1 - peps/pep-0754.rst | 1 - peps/pep-0801.rst | 1 - peps/pep-3000.rst | 1 - peps/pep-3001.rst | 1 - peps/pep-3002.rst | 1 - peps/pep-3003.rst | 1 - peps/pep-3099.rst | 1 - peps/pep-3100.rst | 1 - peps/pep-3101.rst | 1 - peps/pep-3102.rst | 1 - peps/pep-3103.rst | 1 - peps/pep-3104.rst | 1 - peps/pep-3105.rst | 1 - peps/pep-3106.rst | 1 - peps/pep-3107.rst | 1 - peps/pep-3109.rst | 1 - peps/pep-3110.rst | 1 - peps/pep-3111.rst | 1 - peps/pep-3112.rst | 1 - peps/pep-3113.rst | 1 - peps/pep-3114.rst | 1 - peps/pep-3115.rst | 1 - peps/pep-3116.rst | 1 - peps/pep-3117.rst | 1 - peps/pep-3118.rst | 1 - peps/pep-3119.rst | 1 - peps/pep-3120.rst | 1 - peps/pep-3121.rst | 1 - peps/pep-3122.rst | 1 - peps/pep-3123.rst | 1 - peps/pep-3124.rst | 1 - peps/pep-3125.rst | 1 - peps/pep-3127.rst | 1 - peps/pep-3128.rst | 1 - peps/pep-3129.rst | 1 - peps/pep-3130.rst | 1 - peps/pep-3131.rst | 1 - peps/pep-3132.rst | 1 - peps/pep-3133.rst | 1 - peps/pep-3134.rst | 1 - peps/pep-3135.rst | 1 - peps/pep-3136.rst | 1 - peps/pep-3137.rst | 1 - peps/pep-3138.rst | 1 - peps/pep-3139.rst | 1 - peps/pep-3140.rst | 1 - peps/pep-3142.rst | 1 - peps/pep-3143.rst | 1 - peps/pep-3144.rst | 1 - peps/pep-3145.rst | 1 - peps/pep-3147.rst | 1 - peps/pep-3148.rst | 1 - peps/pep-3149.rst | 1 - peps/pep-3150.rst | 1 - peps/pep-3151.rst | 1 - peps/pep-3152.rst | 1 - peps/pep-3153.rst | 1 - peps/pep-3154.rst | 1 - peps/pep-3155.rst | 1 - peps/pep-3156.rst | 1 - peps/pep-3333.rst | 1 - peps/pep-8000.rst | 1 - peps/pep-8001.rst | 1 - peps/pep-8002.rst | 1 - peps/pep-8010.rst | 1 - peps/pep-8011.rst | 1 - peps/pep-8012.rst | 1 - peps/pep-8013.rst | 1 - peps/pep-8014.rst | 1 - peps/pep-8015.rst | 1 - peps/pep-8016.rst | 1 - peps/pep-8100.rst | 1 - peps/pep-8101.rst | 1 - peps/pep-8102.rst | 1 - peps/pep-8103.rst | 1 - 537 files changed, 537 deletions(-) diff --git a/peps/pep-0002.rst b/peps/pep-0002.rst index 0cfbfe179ce..f7c120ee697 100644 --- a/peps/pep-0002.rst +++ b/peps/pep-0002.rst @@ -6,7 +6,6 @@ Author: Brett Cannon , Martijn Faassen Status: Active Type: Process -Content-Type: text/x-rst Created: 07-Jul-2001 Post-History: 07-Jul-2001, 09-Mar-2002 diff --git a/peps/pep-0004.rst b/peps/pep-0004.rst index 68b980031bc..7b7e89bcc0e 100644 --- a/peps/pep-0004.rst +++ b/peps/pep-0004.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon , Martin von Löwis Status: Active Type: Process -Content-Type: text/x-rst Created: 01-Oct-2000 Post-History: diff --git a/peps/pep-0005.rst b/peps/pep-0005.rst index 75e73d80eb3..6367f76135d 100644 --- a/peps/pep-0005.rst +++ b/peps/pep-0005.rst @@ -3,7 +3,6 @@ Title: Guidelines for Language Evolution Author: Paul Prescod Status: Superseded Type: Process -Content-Type: text/x-rst Created: 26-Oct-2000 Post-History: Superseded-By: 387 diff --git a/peps/pep-0006.rst b/peps/pep-0006.rst index 190207357fc..56ae7970af4 100644 --- a/peps/pep-0006.rst +++ b/peps/pep-0006.rst @@ -3,7 +3,6 @@ Title: Bug Fix Releases Author: Aahz , Anthony Baxter Status: Superseded Type: Process -Content-Type: text/x-rst Created: 15-Mar-2001 Post-History: 15-Mar-2001, 18-Apr-2001, 19-Aug-2004 diff --git a/peps/pep-0010.rst b/peps/pep-0010.rst index f27b94cd2bc..8f25d25e8f6 100644 --- a/peps/pep-0010.rst +++ b/peps/pep-0010.rst @@ -3,7 +3,6 @@ Title: Voting Guidelines Author: Barry Warsaw Status: Active Type: Process -Content-Type: text/x-rst Created: 07-Mar-2002 Post-History: 07-Mar-2002 diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index db2eda59758..cc6c82adfdc 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -4,7 +4,6 @@ Author: Martin von Löwis , Brett Cannon Status: Active Type: Process -Content-Type: text/x-rst Created: 07-Jul-2002 Post-History: `18-Aug-2007 `__, `14-May-2014 `__, diff --git a/peps/pep-0013.rst b/peps/pep-0013.rst index 485c01f74f4..cad3d2c9fea 100644 --- a/peps/pep-0013.rst +++ b/peps/pep-0013.rst @@ -4,7 +4,6 @@ Author: The Python core team and community Status: Active Type: Process Topic: Governance -Content-Type: text/x-rst Created: 16-Dec-2018 diff --git a/peps/pep-0020.rst b/peps/pep-0020.rst index f81a44f1093..5e0543dcfa2 100644 --- a/peps/pep-0020.rst +++ b/peps/pep-0020.rst @@ -3,7 +3,6 @@ Title: The Zen of Python Author: Tim Peters Status: Active Type: Informational -Content-Type: text/x-rst Created: 19-Aug-2004 Post-History: 22-Aug-2004 diff --git a/peps/pep-0100.rst b/peps/pep-0100.rst index 463ee791b8e..325d63e4fb8 100644 --- a/peps/pep-0100.rst +++ b/peps/pep-0100.rst @@ -3,7 +3,6 @@ Title: Python Unicode Integration Author: Marc-André Lemburg Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 10-Mar-2000 Python-Version: 2.0 Post-History: diff --git a/peps/pep-0102.rst b/peps/pep-0102.rst index 458e1627456..d1e68654665 100644 --- a/peps/pep-0102.rst +++ b/peps/pep-0102.rst @@ -5,7 +5,6 @@ Author: Anthony Baxter , Guido van Rossum Status: Superseded Type: Informational -Content-Type: text/x-rst Created: 09-Jan-2002 Post-History: Superseded-By: 101 diff --git a/peps/pep-0160.rst b/peps/pep-0160.rst index f57b334fa0e..2fda5e4a42b 100644 --- a/peps/pep-0160.rst +++ b/peps/pep-0160.rst @@ -6,7 +6,6 @@ Author: Fred L. Drake, Jr. Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 25-Jul-2000 Python-Version: 1.6 Post-History: diff --git a/peps/pep-0200.rst b/peps/pep-0200.rst index 5f3677712d2..09f37e0da1e 100644 --- a/peps/pep-0200.rst +++ b/peps/pep-0200.rst @@ -6,7 +6,6 @@ Author: Jeremy Hylton Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 12-Jul-2000 Python-Version: 2.0 Post-History: diff --git a/peps/pep-0201.rst b/peps/pep-0201.rst index 7b1c77af33b..409b162d750 100644 --- a/peps/pep-0201.rst +++ b/peps/pep-0201.rst @@ -3,7 +3,6 @@ Title: Lockstep Iteration Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-Jul-2000 Python-Version: 2.0 Post-History: 27-Jul-2000 diff --git a/peps/pep-0202.rst b/peps/pep-0202.rst index 25c5bc12eb6..c28bdb246d3 100644 --- a/peps/pep-0202.rst +++ b/peps/pep-0202.rst @@ -3,7 +3,6 @@ Title: List Comprehensions Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-Jul-2000 Python-Version: 2.0 Post-History: diff --git a/peps/pep-0203.rst b/peps/pep-0203.rst index c110ca2e0c7..79a50ca04c4 100644 --- a/peps/pep-0203.rst +++ b/peps/pep-0203.rst @@ -3,7 +3,6 @@ Title: Augmented Assignments Author: Thomas Wouters Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-Jul-2000 Python-Version: 2.0 Post-History: 14-Aug-2000 diff --git a/peps/pep-0205.rst b/peps/pep-0205.rst index 20345db0c5a..fd5788f0bd0 100644 --- a/peps/pep-0205.rst +++ b/peps/pep-0205.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Fred L. Drake, Jr. Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 14-Jul-2000 Python-Version: 2.1 Post-History: 11-Jan-2001 diff --git a/peps/pep-0207.rst b/peps/pep-0207.rst index 39a49ae6a24..2f50a368cf3 100644 --- a/peps/pep-0207.rst +++ b/peps/pep-0207.rst @@ -3,7 +3,6 @@ Title: Rich Comparisons Author: Guido van Rossum , David Ascher Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 25-Jul-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0208.rst b/peps/pep-0208.rst index a70b3c935c0..34bbe2d96b0 100644 --- a/peps/pep-0208.rst +++ b/peps/pep-0208.rst @@ -3,7 +3,6 @@ Title: Reworking the Coercion Model Author: Neil Schemenauer , Marc-André Lemburg Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 04-Dec-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0212.rst b/peps/pep-0212.rst index dcaedeec0a0..e994763646f 100644 --- a/peps/pep-0212.rst +++ b/peps/pep-0212.rst @@ -3,7 +3,6 @@ Title: Loop Counter Iteration Author: Peter Schneider-Kamp Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 22-Aug-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0213.rst b/peps/pep-0213.rst index 8ab4f0bac9c..e7e36d39941 100644 --- a/peps/pep-0213.rst +++ b/peps/pep-0213.rst @@ -3,7 +3,6 @@ Title: Attribute Access Handlers Author: Paul Prescod Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 21-Jul-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0214.rst b/peps/pep-0214.rst index 6c6e7530fdf..5bea38f3d88 100644 --- a/peps/pep-0214.rst +++ b/peps/pep-0214.rst @@ -3,7 +3,6 @@ Title: Extended Print Statement Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 24-Jul-2000 Python-Version: 2.0 Post-History: 16-Aug-2000 diff --git a/peps/pep-0217.rst b/peps/pep-0217.rst index f1a564148b5..95abc17865e 100644 --- a/peps/pep-0217.rst +++ b/peps/pep-0217.rst @@ -3,7 +3,6 @@ Title: Display Hook for Interactive Use Author: Moshe Zadka Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 31-Jul-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0218.rst b/peps/pep-0218.rst index 9e8f61a2471..7604df601b9 100644 --- a/peps/pep-0218.rst +++ b/peps/pep-0218.rst @@ -3,7 +3,6 @@ Title: Adding a Built-In Set Object Type Author: Greg Wilson , Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 31-Jul-2000 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0219.rst b/peps/pep-0219.rst index c13f27c4af0..f6ca4073d1b 100644 --- a/peps/pep-0219.rst +++ b/peps/pep-0219.rst @@ -3,7 +3,6 @@ Title: Stackless Python Author: Gordon McMillan Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 14-Aug-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0221.rst b/peps/pep-0221.rst index 0b92c64c029..044055acd22 100644 --- a/peps/pep-0221.rst +++ b/peps/pep-0221.rst @@ -3,7 +3,6 @@ Title: Import As Author: Thomas Wouters Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Aug-2000 Python-Version: 2.0 Post-History: diff --git a/peps/pep-0222.rst b/peps/pep-0222.rst index c6bb4a9b6a4..773425b541e 100644 --- a/peps/pep-0222.rst +++ b/peps/pep-0222.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: A.M. Kuchling Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 18-Aug-2000 Python-Version: 2.1 Post-History: 22-Dec-2000 diff --git a/peps/pep-0223.rst b/peps/pep-0223.rst index e7238cf0a88..ce209c7e0c9 100644 --- a/peps/pep-0223.rst +++ b/peps/pep-0223.rst @@ -3,7 +3,6 @@ Title: Change the Meaning of ``\x`` Escapes Author: Tim Peters Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Aug-2000 Python-Version: 2.0 Post-History: 23-Aug-2000 diff --git a/peps/pep-0226.rst b/peps/pep-0226.rst index 6fbae8f3152..35d0557e487 100644 --- a/peps/pep-0226.rst +++ b/peps/pep-0226.rst @@ -6,7 +6,6 @@ Author: Jeremy Hylton Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 16-Oct-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0227.rst b/peps/pep-0227.rst index 4bd514b9b46..0baf89db4a3 100644 --- a/peps/pep-0227.rst +++ b/peps/pep-0227.rst @@ -3,7 +3,6 @@ Title: Statically Nested Scopes Author: Jeremy Hylton Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-Nov-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0228.rst b/peps/pep-0228.rst index 4b708fc1e91..41f0f4d1cf1 100644 --- a/peps/pep-0228.rst +++ b/peps/pep-0228.rst @@ -3,7 +3,6 @@ Title: Reworking Python's Numeric Model Author: Moshe Zadka , Guido van Rossum Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 04-Nov-2000 Post-History: diff --git a/peps/pep-0229.rst b/peps/pep-0229.rst index 3c49c45546f..eb7c3b151c6 100644 --- a/peps/pep-0229.rst +++ b/peps/pep-0229.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Nov-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0230.rst b/peps/pep-0230.rst index ffc101e8744..55e0ff4daff 100644 --- a/peps/pep-0230.rst +++ b/peps/pep-0230.rst @@ -3,7 +3,6 @@ Title: Warning Framework Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Nov-2000 Python-Version: 2.1 Post-History: 05-Nov-2000 diff --git a/peps/pep-0231.rst b/peps/pep-0231.rst index 3ff93081ce4..5e69b659208 100644 --- a/peps/pep-0231.rst +++ b/peps/pep-0231.rst @@ -3,7 +3,6 @@ Title: __findattr__() Author: Barry Warsaw Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 30-Nov-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0232.rst b/peps/pep-0232.rst index 0f65294c6da..73bf7348b9b 100644 --- a/peps/pep-0232.rst +++ b/peps/pep-0232.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 02-Dec-2000 Python-Version: 2.1 Post-History: 20-Feb-2001 diff --git a/peps/pep-0233.rst b/peps/pep-0233.rst index 313e199bdf7..70e8b37ffb9 100644 --- a/peps/pep-0233.rst +++ b/peps/pep-0233.rst @@ -3,7 +3,6 @@ Title: Python Online Help Author: Paul Prescod Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 11-Dec-2000 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0234.rst b/peps/pep-0234.rst index 74640a9eac1..b2fc60d6771 100644 --- a/peps/pep-0234.rst +++ b/peps/pep-0234.rst @@ -3,7 +3,6 @@ Title: Iterators Author: Ka-Ping Yee , Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Jan-2001 Python-Version: 2.1 Post-History: 30-Apr-2001 diff --git a/peps/pep-0235.rst b/peps/pep-0235.rst index af407d50c0e..7a6970a0474 100644 --- a/peps/pep-0235.rst +++ b/peps/pep-0235.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Tim Peters Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 21-Feb-2001 Python-Version: 2.1 Post-History: 16-Feb-2001 diff --git a/peps/pep-0236.rst b/peps/pep-0236.rst index c29e464d790..4814fe5e976 100644 --- a/peps/pep-0236.rst +++ b/peps/pep-0236.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Tim Peters Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Feb-2001 Python-Version: 2.1 Post-History: 26-Feb-2001 diff --git a/peps/pep-0237.rst b/peps/pep-0237.rst index 0f330435fcc..ecf993fc245 100644 --- a/peps/pep-0237.rst +++ b/peps/pep-0237.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Moshe Zadka, Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001, 14-Aug-2001, 23-Aug-2001 diff --git a/peps/pep-0238.rst b/peps/pep-0238.rst index a78256f3ff0..719bc7d3acd 100644 --- a/peps/pep-0238.rst +++ b/peps/pep-0238.rst @@ -4,7 +4,6 @@ Author: Moshe Zadka , Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001, 26-Jul-2001, 27-Jul-2001 diff --git a/peps/pep-0240.rst b/peps/pep-0240.rst index 6ee7e034516..4768cf13ad6 100644 --- a/peps/pep-0240.rst +++ b/peps/pep-0240.rst @@ -3,7 +3,6 @@ Title: Adding a Rational Literal to Python Author: Christopher A. Craig , Moshe Zadka Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 11-Mar-2001 Python-Version: 2.2 Post-History: 16-Mar-2001 diff --git a/peps/pep-0243.rst b/peps/pep-0243.rst index 8d38d8b7011..7f8aa06f244 100644 --- a/peps/pep-0243.rst +++ b/peps/pep-0243.rst @@ -5,7 +5,6 @@ Discussions-To: distutils-sig@python.org Status: Withdrawn Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 18-Mar-2001 Python-Version: 2.1 Post-History: 20-Mar-2001, 24-Mar-2001 diff --git a/peps/pep-0244.rst b/peps/pep-0244.rst index 59b0759fe37..89572b60a48 100644 --- a/peps/pep-0244.rst +++ b/peps/pep-0244.rst @@ -3,7 +3,6 @@ Title: The ``directive`` statement Author: Martin von Löwis Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 20-Mar-2001 Python-Version: 2.1 Post-History: diff --git a/peps/pep-0245.rst b/peps/pep-0245.rst index e60e020ac60..c53d19442d1 100644 --- a/peps/pep-0245.rst +++ b/peps/pep-0245.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michel Pelletier Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 11-Jan-2001 Python-Version: 2.2 Post-History: 21-Mar-2001 diff --git a/peps/pep-0246.rst b/peps/pep-0246.rst index 8a10d3ba3f8..50f96fb4f05 100644 --- a/peps/pep-0246.rst +++ b/peps/pep-0246.rst @@ -4,7 +4,6 @@ Author: Alex Martelli , Clark C. Evans Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 21-Mar-2001 Python-Version: 2.5 Post-History: 29-Mar-2001, 10-Jan-2005 diff --git a/peps/pep-0247.rst b/peps/pep-0247.rst index 5b8af2ab6c7..5a024614236 100644 --- a/peps/pep-0247.rst +++ b/peps/pep-0247.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Informational -Content-Type: text/x-rst Created: 23-Mar-2001 Post-History: 20-Sep-2001 diff --git a/peps/pep-0248.rst b/peps/pep-0248.rst index 88797038806..4a8aba5d70f 100644 --- a/peps/pep-0248.rst +++ b/peps/pep-0248.rst @@ -4,7 +4,6 @@ Author: Greg Stein , Marc-André Lemburg Discussions-To: db-sig@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 08-May-1996 Post-History: Superseded-By: 249 diff --git a/peps/pep-0249.rst b/peps/pep-0249.rst index d8a409cc520..a570ab4a18a 100644 --- a/peps/pep-0249.rst +++ b/peps/pep-0249.rst @@ -4,7 +4,6 @@ Author: Marc-André Lemburg Discussions-To: db-sig@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 12-Apr-1999 Post-History: Replaces: 248 diff --git a/peps/pep-0250.rst b/peps/pep-0250.rst index d6fdc1d56d0..4b0e13a2d7b 100644 --- a/peps/pep-0250.rst +++ b/peps/pep-0250.rst @@ -3,7 +3,6 @@ Title: Using site-packages on Windows Author: Paul Moore Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Mar-2001 Python-Version: 2.2 Post-History: 30-Mar-2001 diff --git a/peps/pep-0251.rst b/peps/pep-0251.rst index 89302cc1d62..c92bee75e31 100644 --- a/peps/pep-0251.rst +++ b/peps/pep-0251.rst @@ -4,7 +4,6 @@ Author: Barry Warsaw , Guido van Rossum Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 17-Apr-2001 Python-Version: 2.2 Post-History: 14-Aug-2001 diff --git a/peps/pep-0252.rst b/peps/pep-0252.rst index 671d3736e9f..c553f2d9127 100644 --- a/peps/pep-0252.rst +++ b/peps/pep-0252.rst @@ -3,7 +3,6 @@ Title: Making Types Look More Like Classes Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Apr-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0253.rst b/peps/pep-0253.rst index cf165a54388..3fac9ad370a 100644 --- a/peps/pep-0253.rst +++ b/peps/pep-0253.rst @@ -3,7 +3,6 @@ Title: Subtyping Built-in Types Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 14-May-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0254.rst b/peps/pep-0254.rst index 0d1f640816d..96e4cb1814f 100644 --- a/peps/pep-0254.rst +++ b/peps/pep-0254.rst @@ -3,7 +3,6 @@ Title: Making Classes Look More Like Types Author: Guido van Rossum Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 18-Jun-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0256.rst b/peps/pep-0256.rst index 8aec0a47ec2..99765ac1e28 100644 --- a/peps/pep-0256.rst +++ b/peps/pep-0256.rst @@ -6,7 +6,6 @@ Author: David Goodger Discussions-To: doc-sig@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 01-Jun-2001 Post-History: 13-Jun-2001 diff --git a/peps/pep-0258.rst b/peps/pep-0258.rst index bc6836ab372..c47d880943c 100644 --- a/peps/pep-0258.rst +++ b/peps/pep-0258.rst @@ -6,7 +6,6 @@ Author: David Goodger Discussions-To: doc-sig@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Requires: 256, 257 Created: 31-May-2001 Post-History: 13-Jun-2001 diff --git a/peps/pep-0259.rst b/peps/pep-0259.rst index 1041acd9c4b..cb9bd1475b7 100644 --- a/peps/pep-0259.rst +++ b/peps/pep-0259.rst @@ -3,7 +3,6 @@ Title: Omit printing newline after newline Author: Guido van Rossum Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 11-Jun-2001 Python-Version: 2.2 Post-History: 11-Jun-2001 diff --git a/peps/pep-0260.rst b/peps/pep-0260.rst index 06b018b7964..cb6abb20c0b 100644 --- a/peps/pep-0260.rst +++ b/peps/pep-0260.rst @@ -3,7 +3,6 @@ Title: Simplify xrange() Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Jun-2001 Python-Version: 2.2 Post-History: 26-Jun-2001 diff --git a/peps/pep-0261.rst b/peps/pep-0261.rst index 76b244a4511..7a994ceadac 100644 --- a/peps/pep-0261.rst +++ b/peps/pep-0261.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Paul Prescod Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Jun-2001 Python-Version: 2.2 Post-History: 27-Jun-2001 diff --git a/peps/pep-0262.rst b/peps/pep-0262.rst index 90c89d189e5..cf65f8f55cd 100644 --- a/peps/pep-0262.rst +++ b/peps/pep-0262.rst @@ -4,7 +4,6 @@ Author: A.M. Kuchling Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 08-Jul-2001 Post-History: 27-Mar-2002 diff --git a/peps/pep-0263.rst b/peps/pep-0263.rst index f5523067675..8c505d11190 100644 --- a/peps/pep-0263.rst +++ b/peps/pep-0263.rst @@ -4,7 +4,6 @@ Author: Marc-André Lemburg , Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 06-Jun-2001 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0264.rst b/peps/pep-0264.rst index 330a2760c8c..4ca17af2246 100644 --- a/peps/pep-0264.rst +++ b/peps/pep-0264.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michael Hudson Status: Final Type: Standards Track -Content-Type: text/x-rst Requires: 236 Created: 30-Jul-2001 Python-Version: 2.2 diff --git a/peps/pep-0265.rst b/peps/pep-0265.rst index aec6588a071..377272a606d 100644 --- a/peps/pep-0265.rst +++ b/peps/pep-0265.rst @@ -3,7 +3,6 @@ Title: Sorting Dictionaries by Value Author: Grant Griffin Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 08-Aug-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0266.rst b/peps/pep-0266.rst index a57911f4b41..24316f10b15 100644 --- a/peps/pep-0266.rst +++ b/peps/pep-0266.rst @@ -3,7 +3,6 @@ Title: Optimizing Global Variable/Attribute Access Author: Skip Montanaro Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 13-Aug-2001 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0267.rst b/peps/pep-0267.rst index 32bdb3a32e3..d235c8dd5d5 100644 --- a/peps/pep-0267.rst +++ b/peps/pep-0267.rst @@ -3,7 +3,6 @@ Title: Optimized Access to Module Namespaces Author: Jeremy Hylton Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 23-May-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0268.rst b/peps/pep-0268.rst index 5d1b9eceef4..65bb706f51f 100644 --- a/peps/pep-0268.rst +++ b/peps/pep-0268.rst @@ -3,7 +3,6 @@ Title: Extended HTTP functionality and WebDAV Author: Greg Stein Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 20-Aug-2001 Python-Version: 2.x Post-History: 21-Aug-2001 diff --git a/peps/pep-0269.rst b/peps/pep-0269.rst index cd2f42e28fe..c392d479fa1 100644 --- a/peps/pep-0269.rst +++ b/peps/pep-0269.rst @@ -3,7 +3,6 @@ Title: Pgen Module for Python Author: Jonathan Riehl Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 24-Aug-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0270.rst b/peps/pep-0270.rst index 2d1ec09ff0f..5b8a338b33c 100644 --- a/peps/pep-0270.rst +++ b/peps/pep-0270.rst @@ -3,7 +3,6 @@ Title: uniq method for list objects Author: Jason Petrone Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 21-Aug-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0271.rst b/peps/pep-0271.rst index c6dcf8f8c05..3f963a7e7c3 100644 --- a/peps/pep-0271.rst +++ b/peps/pep-0271.rst @@ -3,7 +3,6 @@ Title: Prefixing sys.path by command line option Author: Frédéric B. Giacometti Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 15-Aug-2001 Python-Version: 2.2 Post-History: diff --git a/peps/pep-0272.rst b/peps/pep-0272.rst index 7ffd9b678ad..71eb8cedf82 100644 --- a/peps/pep-0272.rst +++ b/peps/pep-0272.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Informational -Content-Type: text/x-rst Created: 18-Sep-2001 Post-History: 17-Apr-2002, 29-May-2002 diff --git a/peps/pep-0273.rst b/peps/pep-0273.rst index be1a66eb670..5f065e900ca 100644 --- a/peps/pep-0273.rst +++ b/peps/pep-0273.rst @@ -3,7 +3,6 @@ Title: Import Modules from Zip Archives Author: James C. Ahlstrom Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Oct-2001 Python-Version: 2.3 Post-History: 26-Oct-2001 diff --git a/peps/pep-0274.rst b/peps/pep-0274.rst index 9a4168d2435..53af37c7ba5 100644 --- a/peps/pep-0274.rst +++ b/peps/pep-0274.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 25-Oct-2001 Python-Version: 2.7, 3.0 Post-History: 29-Oct-2001 diff --git a/peps/pep-0275.rst b/peps/pep-0275.rst index a64e3e18bf0..c60cf83b9b9 100644 --- a/peps/pep-0275.rst +++ b/peps/pep-0275.rst @@ -3,7 +3,6 @@ Title: Switching on Multiple Values Author: Marc-André Lemburg Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 10-Nov-2001 Python-Version: 2.6 Post-History: diff --git a/peps/pep-0276.rst b/peps/pep-0276.rst index 835351f30a2..87981dfcf60 100644 --- a/peps/pep-0276.rst +++ b/peps/pep-0276.rst @@ -3,7 +3,6 @@ Title: Simple Iterator for ints Author: Jim Althoff Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 12-Nov-2001 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0277.rst b/peps/pep-0277.rst index dddc72dd5f4..2af8236ee4f 100644 --- a/peps/pep-0277.rst +++ b/peps/pep-0277.rst @@ -3,7 +3,6 @@ Title: Unicode file name support for Windows NT Author: Neil Hodgson Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Jan-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0278.rst b/peps/pep-0278.rst index a2ac613562b..fcd75fba247 100644 --- a/peps/pep-0278.rst +++ b/peps/pep-0278.rst @@ -3,7 +3,6 @@ Title: Universal Newline Support Author: Jack Jansen Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 14-Jan-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0279.rst b/peps/pep-0279.rst index 2f3eeecb8d2..f5415b46d5c 100644 --- a/peps/pep-0279.rst +++ b/peps/pep-0279.rst @@ -3,7 +3,6 @@ Title: The enumerate() built-in function Author: Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Jan-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0280.rst b/peps/pep-0280.rst index 9a28db3f174..e485cd2e5d6 100644 --- a/peps/pep-0280.rst +++ b/peps/pep-0280.rst @@ -3,7 +3,6 @@ Title: Optimizing access to globals Author: Guido van Rossum Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 10-Feb-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0281.rst b/peps/pep-0281.rst index 9bf788134b7..5f3e39102b3 100644 --- a/peps/pep-0281.rst +++ b/peps/pep-0281.rst @@ -3,7 +3,6 @@ Title: Loop Counter Iteration with range and xrange Author: Magnus Lie Hetland Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 11-Feb-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0282.rst b/peps/pep-0282.rst index 14b464ad3f1..f68d447086e 100644 --- a/peps/pep-0282.rst +++ b/peps/pep-0282.rst @@ -4,7 +4,6 @@ Author: Vinay Sajip , Trent Mick Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 04-Feb-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0283.rst b/peps/pep-0283.rst index a1f575d2004..1ad3656804d 100644 --- a/peps/pep-0283.rst +++ b/peps/pep-0283.rst @@ -6,7 +6,6 @@ Author: Guido van Rossum Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 27-Feb-2002 Python-Version: 2.3 Post-History: 27-Feb-2002 diff --git a/peps/pep-0284.rst b/peps/pep-0284.rst index 08fedf5aba4..86c1d3dccd8 100644 --- a/peps/pep-0284.rst +++ b/peps/pep-0284.rst @@ -4,7 +4,6 @@ Author: David Eppstein , Gregory Ewing Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 01-Mar-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0285.rst b/peps/pep-0285.rst index a69d495b214..c1a4ad1754b 100644 --- a/peps/pep-0285.rst +++ b/peps/pep-0285.rst @@ -3,7 +3,6 @@ Title: Adding a bool type Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 08-Mar-2002 Python-Version: 2.3 Post-History: 08-Mar-2002, 30-Mar-2002, 03-Apr-2002 diff --git a/peps/pep-0286.rst b/peps/pep-0286.rst index e6d56af8c85..72aeeb6d696 100644 --- a/peps/pep-0286.rst +++ b/peps/pep-0286.rst @@ -3,7 +3,6 @@ Title: Enhanced Argument Tuples Author: Martin von Löwis Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 03-Mar-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0287.rst b/peps/pep-0287.rst index 8b3079e490d..488bbbdef21 100644 --- a/peps/pep-0287.rst +++ b/peps/pep-0287.rst @@ -6,7 +6,6 @@ Author: David Goodger Discussions-To: doc-sig@python.org Status: Active Type: Informational -Content-Type: text/x-rst Created: 25-Mar-2002 Post-History: 02-Apr-2002 Replaces: 216 diff --git a/peps/pep-0288.rst b/peps/pep-0288.rst index 0b8a35dffa5..0a06b27a980 100644 --- a/peps/pep-0288.rst +++ b/peps/pep-0288.rst @@ -3,7 +3,6 @@ Title: Generators Attributes and Exceptions Author: Raymond Hettinger Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 21-Mar-2002 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0289.rst b/peps/pep-0289.rst index dcb50594058..52be810bf3c 100644 --- a/peps/pep-0289.rst +++ b/peps/pep-0289.rst @@ -3,7 +3,6 @@ Title: Generator Expressions Author: Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Jan-2002 Python-Version: 2.4 Post-History: 22-Oct-2003 diff --git a/peps/pep-0290.rst b/peps/pep-0290.rst index b36b06e28fb..e55e0e65c79 100644 --- a/peps/pep-0290.rst +++ b/peps/pep-0290.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Raymond Hettinger Status: Active Type: Informational -Content-Type: text/x-rst Created: 06-Jun-2002 Post-History: diff --git a/peps/pep-0292.rst b/peps/pep-0292.rst index 11660661d58..4b74d7fd7b7 100644 --- a/peps/pep-0292.rst +++ b/peps/pep-0292.rst @@ -3,7 +3,6 @@ Title: Simpler String Substitutions Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 18-Jun-2002 Python-Version: 2.4 Post-History: 18-Jun-2002, 23-Mar-2004, 22-Aug-2004 diff --git a/peps/pep-0293.rst b/peps/pep-0293.rst index b1f6b159dcf..d3b13a1af1d 100644 --- a/peps/pep-0293.rst +++ b/peps/pep-0293.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Walter Dörwald Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 18-Jun-2002 Python-Version: 2.3 Post-History: 19-Jun-2002 diff --git a/peps/pep-0294.rst b/peps/pep-0294.rst index 782fce9a64c..6d90c8820ab 100644 --- a/peps/pep-0294.rst +++ b/peps/pep-0294.rst @@ -3,7 +3,6 @@ Title: Type Names in the types Module Author: Oren Tirosh Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 19-Jun-2002 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0295.rst b/peps/pep-0295.rst index 335fb559b76..aa7531739f0 100644 --- a/peps/pep-0295.rst +++ b/peps/pep-0295.rst @@ -3,7 +3,6 @@ Title: Interpretation of multiline string constants Author: Stepan Koltsov Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 22-Jul-2002 Python-Version: 3.0 Post-History: diff --git a/peps/pep-0296.rst b/peps/pep-0296.rst index 9a769a050eb..c8bbd29f191 100644 --- a/peps/pep-0296.rst +++ b/peps/pep-0296.rst @@ -3,7 +3,6 @@ Title: Adding a bytes Object Type Author: Scott Gilbert Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 12-Jul-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0297.rst b/peps/pep-0297.rst index 96d61a514a5..c99c3b8899b 100644 --- a/peps/pep-0297.rst +++ b/peps/pep-0297.rst @@ -3,7 +3,6 @@ Title: Support for System Upgrades Author: Marc-André Lemburg Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 19-Jul-2001 Python-Version: 2.6 Post-History: diff --git a/peps/pep-0298.rst b/peps/pep-0298.rst index 8390a82ed44..7416e2e60c3 100644 --- a/peps/pep-0298.rst +++ b/peps/pep-0298.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Thomas Heller Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 26-Jul-2002 Python-Version: 2.3 Post-History: 30-Jul-2002, 01-Aug-2002 diff --git a/peps/pep-0299.rst b/peps/pep-0299.rst index f2b93b02c2a..7f0d58a57fb 100644 --- a/peps/pep-0299.rst +++ b/peps/pep-0299.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Jeff Epler Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 12-Aug-2002 Python-Version: 2.3 Post-History: 29-Mar-2006 diff --git a/peps/pep-0301.rst b/peps/pep-0301.rst index e7fbb5ff354..dd9765dd25d 100644 --- a/peps/pep-0301.rst +++ b/peps/pep-0301.rst @@ -6,7 +6,6 @@ Author: Richard Jones Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 24-Oct-2002 Python-Version: 2.3 Post-History: 08-Nov-2002 diff --git a/peps/pep-0302.rst b/peps/pep-0302.rst index 02fd61811b0..6b40255e087 100644 --- a/peps/pep-0302.rst +++ b/peps/pep-0302.rst @@ -6,7 +6,6 @@ Author: Just van Rossum , Paul Moore Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Dec-2002 Python-Version: 2.3 Post-History: 19-Dec-2002 diff --git a/peps/pep-0303.rst b/peps/pep-0303.rst index 1cbbfe72d0d..93390a91f35 100644 --- a/peps/pep-0303.rst +++ b/peps/pep-0303.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Thomas Bellman Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 31-Dec-2002 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0304.rst b/peps/pep-0304.rst index 9f11f74d909..b01c08ca2b3 100644 --- a/peps/pep-0304.rst +++ b/peps/pep-0304.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Skip Montanaro Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 22-Jan-2003 Post-History: 27-Jan-2003, 31-Jan-2003, 17-Jun-2005 diff --git a/peps/pep-0305.rst b/peps/pep-0305.rst index 33aa5785443..a9493e05f44 100644 --- a/peps/pep-0305.rst +++ b/peps/pep-0305.rst @@ -10,7 +10,6 @@ Author: Kevin Altis , Discussions-To: csv@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Jan-2003 Python-Version: 2.3 Post-History: 31-Jan-2003, 13-Feb-2003 diff --git a/peps/pep-0306.rst b/peps/pep-0306.rst index ad85248c356..f0ecedd81ea 100644 --- a/peps/pep-0306.rst +++ b/peps/pep-0306.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michael Hudson , Jack Diederich , Alyssa Coghlan , Benjamin Peterson Status: Withdrawn Type: Informational -Content-Type: text/x-rst Created: 29-Jan-2003 Post-History: 30-Jan-2003 diff --git a/peps/pep-0307.rst b/peps/pep-0307.rst index de2642fd4c4..ba56b9d641d 100644 --- a/peps/pep-0307.rst +++ b/peps/pep-0307.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum, Tim Peters Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 31-Jan-2003 Python-Version: 2.3 Post-History: 07-Feb-2003 diff --git a/peps/pep-0308.rst b/peps/pep-0308.rst index 942876cee42..7a78d74cdc1 100644 --- a/peps/pep-0308.rst +++ b/peps/pep-0308.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum, Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 07-Feb-2003 Python-Version: 2.5 Post-History: 07-Feb-2003, 11-Feb-2003 diff --git a/peps/pep-0309.rst b/peps/pep-0309.rst index 309c120f7a0..5f4d21160f6 100644 --- a/peps/pep-0309.rst +++ b/peps/pep-0309.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Peter Harris Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 08-Feb-2003 Python-Version: 2.5 Post-History: 10-Feb-2003, 27-Feb-2003, 22-Feb-2004, 28-Apr-2006 diff --git a/peps/pep-0310.rst b/peps/pep-0310.rst index 5363374f4f3..a9c1c13f5ee 100644 --- a/peps/pep-0310.rst +++ b/peps/pep-0310.rst @@ -6,7 +6,6 @@ Author: Michael Hudson , Paul Moore Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 18-Dec-2002 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0311.rst b/peps/pep-0311.rst index 632427e4fe0..23ec4699bbe 100644 --- a/peps/pep-0311.rst +++ b/peps/pep-0311.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Mark Hammond Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Feb-2003 Python-Version: 2.3 Post-History: 05-Feb-2003, 14-Feb-2003, 19-Apr-2003 diff --git a/peps/pep-0312.rst b/peps/pep-0312.rst index 56a270bbbca..0029f57fd9e 100644 --- a/peps/pep-0312.rst +++ b/peps/pep-0312.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Roman Suzi , Alex Martelli Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 11-Feb-2003 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0313.rst b/peps/pep-0313.rst index 3a26b81b913..a104c48ed3c 100644 --- a/peps/pep-0313.rst +++ b/peps/pep-0313.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Mike Meyer Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 01-Apr-2003 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0314.rst b/peps/pep-0314.rst index 809207069f2..a2cf3c11df4 100644 --- a/peps/pep-0314.rst +++ b/peps/pep-0314.rst @@ -5,7 +5,6 @@ Discussions-To: distutils-sig@python.org Status: Superseded Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 12-Apr-2003 Python-Version: 2.5 Post-History: 29-Apr-2003 diff --git a/peps/pep-0315.rst b/peps/pep-0315.rst index 983fda4b317..d63839f8a15 100644 --- a/peps/pep-0315.rst +++ b/peps/pep-0315.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Raymond Hettinger , W Isaac Carroll Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 25-Apr-2003 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0316.rst b/peps/pep-0316.rst index dab04426216..553c64ea634 100644 --- a/peps/pep-0316.rst +++ b/peps/pep-0316.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Terence Way Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 02-May-2003 Post-History: diff --git a/peps/pep-0317.rst b/peps/pep-0317.rst index e1883a55892..7046a0b722b 100644 --- a/peps/pep-0317.rst +++ b/peps/pep-0317.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steven Taschuk Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 06-May-2003 Python-Version: 2.4 Post-History: 09-Jun-2003 diff --git a/peps/pep-0318.rst b/peps/pep-0318.rst index 98b220e5002..22be1a2bdc7 100644 --- a/peps/pep-0318.rst +++ b/peps/pep-0318.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Kevin D. Smith , Jim J. Jewett, Skip Montanaro, Anthony Baxter Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Jun-2003 Python-Version: 2.4 Post-History: 09-Jun-2003, 10-Jun-2003, 27-Feb-2004, 23-Mar-2004, 30-Aug-2004, diff --git a/peps/pep-0319.rst b/peps/pep-0319.rst index 30c247c387a..26cd63970a1 100644 --- a/peps/pep-0319.rst +++ b/peps/pep-0319.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michel Pelletier Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 24-Feb-2003 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0320.rst b/peps/pep-0320.rst index f0a1a8c20fa..0e6ae2c26e3 100644 --- a/peps/pep-0320.rst +++ b/peps/pep-0320.rst @@ -6,7 +6,6 @@ Author: Barry Warsaw, Raymond Hettinger, Anthony Baxter Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 29-Jul-2003 Python-Version: 2.4 Post-History: 01-Dec-2004 diff --git a/peps/pep-0321.rst b/peps/pep-0321.rst index 9164e96e8f3..76676f104ad 100644 --- a/peps/pep-0321.rst +++ b/peps/pep-0321.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: A.M. Kuchling Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 16-Sep-2003 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0322.rst b/peps/pep-0322.rst index 367d7b402d6..e572997cceb 100644 --- a/peps/pep-0322.rst +++ b/peps/pep-0322.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 24-Sep-2003 Python-Version: 2.4 Post-History: 24-Sep-2003 diff --git a/peps/pep-0323.rst b/peps/pep-0323.rst index 5cb2249b07a..d3e392acfb8 100644 --- a/peps/pep-0323.rst +++ b/peps/pep-0323.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alex Martelli Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 25-Oct-2003 Python-Version: 2.5 Post-History: 29-Oct-2003 diff --git a/peps/pep-0324.rst b/peps/pep-0324.rst index 10fabf4447d..0c8d2c67097 100644 --- a/peps/pep-0324.rst +++ b/peps/pep-0324.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Peter Astrand Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Nov-2003 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0325.rst b/peps/pep-0325.rst index 1f290ebd4da..44195ba287f 100644 --- a/peps/pep-0325.rst +++ b/peps/pep-0325.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Samuele Pedroni Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 25-Aug-2003 Python-Version: 2.4 Post-History: diff --git a/peps/pep-0326.rst b/peps/pep-0326.rst index 20ddc6f12df..a2bd1b1c1ea 100644 --- a/peps/pep-0326.rst +++ b/peps/pep-0326.rst @@ -6,7 +6,6 @@ Author: Josiah Carlson , Terry Reedy Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 20-Dec-2003 Python-Version: 2.4 Post-History: 20-Dec-2003, 03-Jan-2004, 05-Jan-2004, 07-Jan-2004, diff --git a/peps/pep-0327.rst b/peps/pep-0327.rst index 6d97f8a5d1a..252d411725c 100644 --- a/peps/pep-0327.rst +++ b/peps/pep-0327.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Facundo Batista Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 17-Oct-2003 Python-Version: 2.4 Post-History: 30-Nov-2003, 02-Jan-2004, 29-Jan-2004 diff --git a/peps/pep-0328.rst b/peps/pep-0328.rst index 605d83eaf2b..f2e670dc045 100644 --- a/peps/pep-0328.rst +++ b/peps/pep-0328.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Aahz Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 21-Dec-2003 Python-Version: 2.4, 2.5, 2.6 Post-History: 08-Mar-2004 diff --git a/peps/pep-0329.rst b/peps/pep-0329.rst index b59e9c5887a..3b5009852d3 100644 --- a/peps/pep-0329.rst +++ b/peps/pep-0329.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Raymond Hettinger Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 18-Apr-2004 Python-Version: 2.4 Post-History: 18-Apr-2004 diff --git a/peps/pep-0330.rst b/peps/pep-0330.rst index 1ec8f33d043..5b763aa9f87 100644 --- a/peps/pep-0330.rst +++ b/peps/pep-0330.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michel Pelletier Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 17-Jun-2004 Python-Version: 2.6 Post-History: diff --git a/peps/pep-0331.rst b/peps/pep-0331.rst index d691e125e68..e622f4edd5b 100644 --- a/peps/pep-0331.rst +++ b/peps/pep-0331.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Christian R. Reis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Jul-2003 Python-Version: 2.4 Post-History: 21-Jul-2003, 13-Aug-2003, 18-Jun-2004 diff --git a/peps/pep-0332.rst b/peps/pep-0332.rst index ba9c0cf1e35..ba8d60993fb 100644 --- a/peps/pep-0332.rst +++ b/peps/pep-0332.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Skip Montanaro Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 11-Aug-2004 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0333.rst b/peps/pep-0333.rst index 64dd54e2425..6eea74e0586 100644 --- a/peps/pep-0333.rst +++ b/peps/pep-0333.rst @@ -6,7 +6,6 @@ Author: Phillip J. Eby Discussions-To: web-sig@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 07-Dec-2003 Post-History: 07-Dec-2003, 08-Aug-2004, 20-Aug-2004, 27-Aug-2004, 27-Sep-2010 Superseded-By: 3333 diff --git a/peps/pep-0334.rst b/peps/pep-0334.rst index f3f8916974a..dfaa830dae7 100644 --- a/peps/pep-0334.rst +++ b/peps/pep-0334.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Clark C. Evans Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 26-Aug-2004 Python-Version: 3.0 Post-History: diff --git a/peps/pep-0335.rst b/peps/pep-0335.rst index 7b19c88d6a9..2832174e8ed 100644 --- a/peps/pep-0335.rst +++ b/peps/pep-0335.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Gregory Ewing Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 29-Aug-2004 Python-Version: 3.3 Post-History: 05-Sep-2004, 30-Sep-2011, 25-Oct-2011 diff --git a/peps/pep-0336.rst b/peps/pep-0336.rst index c2bfc0d7fd4..ebd3c993ca9 100644 --- a/peps/pep-0336.rst +++ b/peps/pep-0336.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Andrew McClelland Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 28-Oct-2004 Post-History: diff --git a/peps/pep-0337.rst b/peps/pep-0337.rst index 3c5890f1e0e..24b7cccd700 100644 --- a/peps/pep-0337.rst +++ b/peps/pep-0337.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michael P. Dubner Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 02-Oct-2004 Python-Version: 2.5 Post-History: 10-Nov-2004 diff --git a/peps/pep-0338.rst b/peps/pep-0338.rst index 42611c4531c..9a27ca94c1a 100644 --- a/peps/pep-0338.rst +++ b/peps/pep-0338.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Oct-2004 Python-Version: 2.5 Post-History: 08-Nov-2004, 11-Feb-2006, 12-Feb-2006, 18-Feb-2006 diff --git a/peps/pep-0339.rst b/peps/pep-0339.rst index b7883065e1a..db365b0de1a 100644 --- a/peps/pep-0339.rst +++ b/peps/pep-0339.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon Status: Withdrawn Type: Informational -Content-Type: text/x-rst Created: 02-Feb-2005 Post-History: diff --git a/peps/pep-0340.rst b/peps/pep-0340.rst index ab645a61488..8ad22beb255 100644 --- a/peps/pep-0340.rst +++ b/peps/pep-0340.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 27-Apr-2005 Post-History: diff --git a/peps/pep-0341.rst b/peps/pep-0341.rst index a06fffdbec2..e937c2742fa 100644 --- a/peps/pep-0341.rst +++ b/peps/pep-0341.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 04-May-2005 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0342.rst b/peps/pep-0342.rst index b960321d273..68a3f177d9b 100644 --- a/peps/pep-0342.rst +++ b/peps/pep-0342.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum, Phillip J. Eby Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 10-May-2005 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0343.rst b/peps/pep-0343.rst index 7256b2a350a..daed354c347 100644 --- a/peps/pep-0343.rst +++ b/peps/pep-0343.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum, Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-May-2005 Python-Version: 2.5 Post-History: 02-Jun-2005, 16-Oct-2005, 29-Oct-2005, 23-Apr-2006, 01-May-2006, diff --git a/peps/pep-0344.rst b/peps/pep-0344.rst index c071aa4c112..0ca5967319f 100644 --- a/peps/pep-0344.rst +++ b/peps/pep-0344.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Ka-Ping Yee Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 12-May-2005 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0345.rst b/peps/pep-0345.rst index f6bad633e5d..8e21970c541 100644 --- a/peps/pep-0345.rst +++ b/peps/pep-0345.rst @@ -5,7 +5,6 @@ Discussions-To: distutils-sig@python.org Status: Superseded Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 28-Apr-2005 Python-Version: 2.7 Post-History: `22-Dec-2009 `__ diff --git a/peps/pep-0346.rst b/peps/pep-0346.rst index a3b54e7443d..a3a67d3f9f5 100644 --- a/peps/pep-0346.rst +++ b/peps/pep-0346.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 06-May-2005 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0347.rst b/peps/pep-0347.rst index 1d1980f5509..5ed601ee411 100644 --- a/peps/pep-0347.rst +++ b/peps/pep-0347.rst @@ -6,7 +6,6 @@ Author: Martin von Löwis Discussions-To: python-dev@python.org Status: Final Type: Process -Content-Type: text/x-rst Created: 14-Jul-2004 Post-History: 14-Jul-2004 diff --git a/peps/pep-0348.rst b/peps/pep-0348.rst index 1e63843aeb5..92d85a12c98 100644 --- a/peps/pep-0348.rst +++ b/peps/pep-0348.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 28-Jul-2005 Post-History: diff --git a/peps/pep-0349.rst b/peps/pep-0349.rst index 44bf8da8734..27673fc0b1c 100644 --- a/peps/pep-0349.rst +++ b/peps/pep-0349.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Neil Schemenauer Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 02-Aug-2005 Python-Version: 2.5 Post-History: 06-Aug-2005 diff --git a/peps/pep-0350.rst b/peps/pep-0350.rst index cfab0b907df..73e628ceb28 100644 --- a/peps/pep-0350.rst +++ b/peps/pep-0350.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Micah Elliott Status: Rejected Type: Informational -Content-Type: text/x-rst Created: 27-Jun-2005 Post-History: 10-Aug-2005, 26-Sep-2005 diff --git a/peps/pep-0351.rst b/peps/pep-0351.rst index 8628851139a..81f3d6e9844 100644 --- a/peps/pep-0351.rst +++ b/peps/pep-0351.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Barry Warsaw Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 14-Apr-2005 Post-History: diff --git a/peps/pep-0353.rst b/peps/pep-0353.rst index cb7823c9d99..e6faefc1429 100644 --- a/peps/pep-0353.rst +++ b/peps/pep-0353.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 18-Dec-2005 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0354.rst b/peps/pep-0354.rst index c9b3e71f394..d54f5d890c3 100644 --- a/peps/pep-0354.rst +++ b/peps/pep-0354.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Ben Finney Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 20-Dec-2005 Python-Version: 2.6 Post-History: 20-Dec-2005 diff --git a/peps/pep-0355.rst b/peps/pep-0355.rst index 55cdac94e6b..8d09ea19bd6 100644 --- a/peps/pep-0355.rst +++ b/peps/pep-0355.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Björn Lindqvist Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 24-Jan-2006 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0356.rst b/peps/pep-0356.rst index c87c226ec02..9724f2cd07a 100644 --- a/peps/pep-0356.rst +++ b/peps/pep-0356.rst @@ -6,7 +6,6 @@ Author: Neal Norwitz, Guido van Rossum, Anthony Baxter Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 07-Feb-2006 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0357.rst b/peps/pep-0357.rst index c7467115f59..4d35a6a2773 100644 --- a/peps/pep-0357.rst +++ b/peps/pep-0357.rst @@ -3,7 +3,6 @@ Title: Allowing Any Object to be Used for Slicing Author: Travis Oliphant Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Feb-2006 Python-Version: 2.5 Post-History: diff --git a/peps/pep-0358.rst b/peps/pep-0358.rst index 9ff0f93223a..6731aac219a 100644 --- a/peps/pep-0358.rst +++ b/peps/pep-0358.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Neil Schemenauer , Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Feb-2006 Python-Version: 2.6, 3.0 Post-History: diff --git a/peps/pep-0359.rst b/peps/pep-0359.rst index 33b3d330051..b6d7350b9bd 100644 --- a/peps/pep-0359.rst +++ b/peps/pep-0359.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steven Bethard Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 05-Apr-2006 Python-Version: 2.6 Post-History: 05-Apr-2006, 06-Apr-2006, 13-Apr-2006 diff --git a/peps/pep-0360.rst b/peps/pep-0360.rst index 78024197862..332a62af5c7 100644 --- a/peps/pep-0360.rst +++ b/peps/pep-0360.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Process -Content-Type: text/x-rst Created: 30-May-2006 Post-History: diff --git a/peps/pep-0361.rst b/peps/pep-0361.rst index 03bb5bc36d8..22c0a64d07d 100644 --- a/peps/pep-0361.rst +++ b/peps/pep-0361.rst @@ -6,7 +6,6 @@ Author: Neal Norwitz, Barry Warsaw Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 29-Jun-2006 Python-Version: 2.6, 3.0 Post-History: 17-Mar-2008 diff --git a/peps/pep-0362.rst b/peps/pep-0362.rst index 41df8273fb6..ca30a603ef9 100644 --- a/peps/pep-0362.rst +++ b/peps/pep-0362.rst @@ -6,7 +6,6 @@ Author: Brett Cannon , Jiwon Seo , Yury Selivanov , Larry Hastings Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 21-Aug-2006 Python-Version: 3.3 Post-History: 04-Jun-2012 diff --git a/peps/pep-0364.rst b/peps/pep-0364.rst index 836eddabe7b..2d7c1f9b2c6 100644 --- a/peps/pep-0364.rst +++ b/peps/pep-0364.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Barry Warsaw Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 01-Mar-2007 Python-Version: 2.6 Post-History: diff --git a/peps/pep-0365.rst b/peps/pep-0365.rst index 8b5dd163641..e8213bbe944 100644 --- a/peps/pep-0365.rst +++ b/peps/pep-0365.rst @@ -6,7 +6,6 @@ Author: Phillip J. Eby Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 30-Apr-2007 Post-History: 30-Apr-2007 diff --git a/peps/pep-0366.rst b/peps/pep-0366.rst index 20a8a72801c..dfe3d5c99cb 100644 --- a/peps/pep-0366.rst +++ b/peps/pep-0366.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-May-2007 Python-Version: 2.6, 3.0 Post-History: 01-May-2007, 04-Jul-2007, 07-Jul-2007, 23-Nov-2007 diff --git a/peps/pep-0367.rst b/peps/pep-0367.rst index ebb4937c655..c98c6009107 100644 --- a/peps/pep-0367.rst +++ b/peps/pep-0367.rst @@ -6,7 +6,6 @@ Author: Calvin Spealman , Tim Delaney Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 28-Apr-2007 Python-Version: 2.6 Post-History: `28-Apr-2007 `__, diff --git a/peps/pep-0368.rst b/peps/pep-0368.rst index dbe1ecca34b..d4a2684a2b9 100644 --- a/peps/pep-0368.rst +++ b/peps/pep-0368.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Lino Mastrodomenico Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 28-Jun-2007 Python-Version: 2.6, 3.0 Post-History: diff --git a/peps/pep-0369.rst b/peps/pep-0369.rst index 1667398dc00..f0bec803330 100644 --- a/peps/pep-0369.rst +++ b/peps/pep-0369.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Christian Heimes Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 02-Jan-2008 Python-Version: 2.6, 3.0 Post-History: 02-Dec-2012 diff --git a/peps/pep-0370.rst b/peps/pep-0370.rst index fda0200cb50..deedd91a20f 100644 --- a/peps/pep-0370.rst +++ b/peps/pep-0370.rst @@ -3,7 +3,6 @@ Title: Per user site-packages directory Author: Christian Heimes Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Jan-2008 Python-Version: 2.6, 3.0 Post-History: diff --git a/peps/pep-0371.rst b/peps/pep-0371.rst index 9e47a7c98b6..36008e7d6ea 100644 --- a/peps/pep-0371.rst +++ b/peps/pep-0371.rst @@ -6,7 +6,6 @@ Author: Jesse Noller , Richard Oudkerk Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 06-May-2008 Python-Version: 2.6, 3.0 Post-History: `03-Jun-2008 `__ diff --git a/peps/pep-0372.rst b/peps/pep-0372.rst index 84d0443307b..293f378c384 100644 --- a/peps/pep-0372.rst +++ b/peps/pep-0372.rst @@ -4,7 +4,6 @@ Author: Armin Ronacher , Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Jun-2008 Python-Version: 2.7, 3.1 Post-History: diff --git a/peps/pep-0373.rst b/peps/pep-0373.rst index 703cd3f73f2..146aa3cf910 100644 --- a/peps/pep-0373.rst +++ b/peps/pep-0373.rst @@ -6,7 +6,6 @@ Author: Benjamin Peterson Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 03-Nov-2008 Python-Version: 2.7 diff --git a/peps/pep-0374.rst b/peps/pep-0374.rst index 2fbaf1c9084..240ac2d1be3 100644 --- a/peps/pep-0374.rst +++ b/peps/pep-0374.rst @@ -9,7 +9,6 @@ Author: Brett Cannon , Dirkjan Ochtman Status: Final Type: Process -Content-Type: text/x-rst Created: 07-Nov-2008 Post-History: 07-Nov-2008, 22-Jan-2009 diff --git a/peps/pep-0375.rst b/peps/pep-0375.rst index 71f4f26f500..b4517549b92 100644 --- a/peps/pep-0375.rst +++ b/peps/pep-0375.rst @@ -6,7 +6,6 @@ Author: Benjamin Peterson Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 08-Feb-2009 Python-Version: 3.1 diff --git a/peps/pep-0377.rst b/peps/pep-0377.rst index 9a532409976..fd5f9d38317 100644 --- a/peps/pep-0377.rst +++ b/peps/pep-0377.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 08-Mar-2009 Python-Version: 2.7, 3.1 Post-History: 08-Mar-2009 diff --git a/peps/pep-0378.rst b/peps/pep-0378.rst index 3a6685dbe61..b726bf22463 100644 --- a/peps/pep-0378.rst +++ b/peps/pep-0378.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Raymond Hettinger Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Mar-2009 Python-Version: 2.7, 3.1 Post-History: 12-Mar-2009 diff --git a/peps/pep-0379.rst b/peps/pep-0379.rst index 95e91c8a585..3d0fa751d0f 100644 --- a/peps/pep-0379.rst +++ b/peps/pep-0379.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Jervis Whitley Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 14-Mar-2009 Python-Version: 2.7, 3.2 Post-History: diff --git a/peps/pep-0380.rst b/peps/pep-0380.rst index 1a1cf64570b..dafbf9c2527 100644 --- a/peps/pep-0380.rst +++ b/peps/pep-0380.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Gregory Ewing Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-Feb-2009 Python-Version: 3.3 Post-History: diff --git a/peps/pep-0381.rst b/peps/pep-0381.rst index 6aac3a78ce3..73401851308 100644 --- a/peps/pep-0381.rst +++ b/peps/pep-0381.rst @@ -4,7 +4,6 @@ Author: Tarek Ziadé , Martin von Löwis Status: Withdrawn Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 21-Mar-2009 Post-History: diff --git a/peps/pep-0382.rst b/peps/pep-0382.rst index ecbbaeaccf1..68a6bfc534d 100644 --- a/peps/pep-0382.rst +++ b/peps/pep-0382.rst @@ -3,7 +3,6 @@ Title: Namespace Packages Author: Martin von Löwis Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 02-Apr-2009 Python-Version: 3.2 Post-History: diff --git a/peps/pep-0383.rst b/peps/pep-0383.rst index cce198367c9..8f030b64577 100644 --- a/peps/pep-0383.rst +++ b/peps/pep-0383.rst @@ -3,7 +3,6 @@ Title: Non-decodable Bytes in System Character Interfaces Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 22-Apr-2009 Python-Version: 3.1 Post-History: diff --git a/peps/pep-0384.rst b/peps/pep-0384.rst index 867173da92d..fa068a7594f 100644 --- a/peps/pep-0384.rst +++ b/peps/pep-0384.rst @@ -3,7 +3,6 @@ Title: Defining a Stable ABI Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 17-May-2009 Python-Version: 3.2 Post-History: diff --git a/peps/pep-0385.rst b/peps/pep-0385.rst index 72de951df0a..d9422139ec9 100644 --- a/peps/pep-0385.rst +++ b/peps/pep-0385.rst @@ -7,7 +7,6 @@ Author: Dirkjan Ochtman , Georg Brandl Status: Final Type: Process -Content-Type: text/x-rst Created: 25-May-2009 diff --git a/peps/pep-0389.rst b/peps/pep-0389.rst index 16816b93291..8ab920d5e75 100644 --- a/peps/pep-0389.rst +++ b/peps/pep-0389.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steven Bethard Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 25-Sep-2009 Python-Version: 2.7, 3.2 Post-History: 27-Sep-2009, 24-Oct-2009 diff --git a/peps/pep-0390.rst b/peps/pep-0390.rst index 032bf4de9ca..32f191b9281 100644 --- a/peps/pep-0390.rst +++ b/peps/pep-0390.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 10-Oct-2009 Python-Version: 2.7, 3.2 Post-History: diff --git a/peps/pep-0391.rst b/peps/pep-0391.rst index d3e0d740c2b..b025fe13408 100644 --- a/peps/pep-0391.rst +++ b/peps/pep-0391.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Vinay Sajip Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Oct-2009 Python-Version: 2.7, 3.2 Post-History: diff --git a/peps/pep-0392.rst b/peps/pep-0392.rst index 518b7d2fbe5..6c2135fddfc 100644 --- a/peps/pep-0392.rst +++ b/peps/pep-0392.rst @@ -6,7 +6,6 @@ Author: Georg Brandl Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 30-Dec-2009 Python-Version: 3.2 diff --git a/peps/pep-0393.rst b/peps/pep-0393.rst index bee0319fdc5..c2a42399b43 100644 --- a/peps/pep-0393.rst +++ b/peps/pep-0393.rst @@ -3,7 +3,6 @@ Title: Flexible String Representation Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 24-Jan-2010 Python-Version: 3.3 Post-History: diff --git a/peps/pep-0395.rst b/peps/pep-0395.rst index f270183c846..fc548c9689f 100644 --- a/peps/pep-0395.rst +++ b/peps/pep-0395.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 04-Mar-2011 Python-Version: 3.4 Post-History: 05-Mar-2011, 19-Nov-2011 diff --git a/peps/pep-0397.rst b/peps/pep-0397.rst index bec6ac50458..ee99ca72c9a 100644 --- a/peps/pep-0397.rst +++ b/peps/pep-0397.rst @@ -4,7 +4,6 @@ Author: Mark Hammond , Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Mar-2011 Python-Version: 3.3 Post-History: 21-Jul-2011, 17-May-2011, 15-Mar-2011 diff --git a/peps/pep-0398.rst b/peps/pep-0398.rst index 73657c6b387..c0f47d74427 100644 --- a/peps/pep-0398.rst +++ b/peps/pep-0398.rst @@ -6,7 +6,6 @@ Author: Georg Brandl Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 23-Mar-2011 Python-Version: 3.3 diff --git a/peps/pep-0399.rst b/peps/pep-0399.rst index a87ee2a10e7..512a58eff85 100644 --- a/peps/pep-0399.rst +++ b/peps/pep-0399.rst @@ -5,7 +5,6 @@ Last-Modified: $Date: 2011-01-27 13:47:00 -0800 (Thu, 27 Jan 2011) $ Author: Brett Cannon Status: Final Type: Informational -Content-Type: text/x-rst Created: 04-Apr-2011 Python-Version: 3.3 Post-History: 04-Apr-2011, 12-Apr-2011, 17-Jul-2011, 15-Aug-2011, 01-Jan-2013 diff --git a/peps/pep-0400.rst b/peps/pep-0400.rst index 75d8b9a4055..91c844b35a3 100644 --- a/peps/pep-0400.rst +++ b/peps/pep-0400.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 28-May-2011 Python-Version: 3.3 diff --git a/peps/pep-0401.rst b/peps/pep-0401.rst index 23ab9a1bb21..b37f9986bc3 100644 --- a/peps/pep-0401.rst +++ b/peps/pep-0401.rst @@ -5,7 +5,6 @@ Last-Modified: $Date: 2009-04-01 00:00:00 -0400 (Wed, 1 Apr 2009)$ Author: Barry Warsaw, Brett Cannon Status: April Fool! Type: Process -Content-Type: text/x-rst Created: 01-Apr-2009 Post-History: 01-Apr-2009 diff --git a/peps/pep-0402.rst b/peps/pep-0402.rst index 3187265993c..924116bde78 100644 --- a/peps/pep-0402.rst +++ b/peps/pep-0402.rst @@ -4,7 +4,6 @@ Author: Phillip J. Eby Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 12-Jul-2011 Python-Version: 3.3 Post-History: 20-Jul-2011 diff --git a/peps/pep-0403.rst b/peps/pep-0403.rst index 33abfcf02d1..f7381bb723b 100644 --- a/peps/pep-0403.rst +++ b/peps/pep-0403.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 13-Oct-2011 Python-Version: 3.4 Post-History: 13-Oct-2011 diff --git a/peps/pep-0404.rst b/peps/pep-0404.rst index 873a6939b41..0153e475211 100644 --- a/peps/pep-0404.rst +++ b/peps/pep-0404.rst @@ -4,7 +4,6 @@ Author: Barry Warsaw Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 09-Nov-2011 Python-Version: 2.8 diff --git a/peps/pep-0405.rst b/peps/pep-0405.rst index 8e26ee8b7b8..032201b2b70 100644 --- a/peps/pep-0405.rst +++ b/peps/pep-0405.rst @@ -7,7 +7,6 @@ BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 13-Jun-2011 Python-Version: 3.3 Post-History: 24-Oct-2011, 28-Oct-2011, 06-Mar-2012, 24-May-2012 diff --git a/peps/pep-0406.rst b/peps/pep-0406.rst index d46d5307c83..9822304a960 100644 --- a/peps/pep-0406.rst +++ b/peps/pep-0406.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan , Greg Slodkowicz Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 04-Jul-2011 Python-Version: 3.4 Post-History: 31-Jul-2011, 13-Nov-2011, 04-Dec-2011 diff --git a/peps/pep-0407.rst b/peps/pep-0407.rst index 505e3ebbed2..dd2d7a13204 100644 --- a/peps/pep-0407.rst +++ b/peps/pep-0407.rst @@ -7,7 +7,6 @@ Author: Antoine Pitrou , Barry Warsaw Status: Deferred Type: Process -Content-Type: text/x-rst Created: 12-Jan-2012 Post-History: 17-Jan-2012 diff --git a/peps/pep-0408.rst b/peps/pep-0408.rst index af07bbb49cd..3812b08500a 100644 --- a/peps/pep-0408.rst +++ b/peps/pep-0408.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan , Eli Bendersky Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 07-Jan-2012 Python-Version: 3.3 Post-History: 27-Jan-2012 diff --git a/peps/pep-0409.rst b/peps/pep-0409.rst index 1f4e296f344..d629a70860b 100644 --- a/peps/pep-0409.rst +++ b/peps/pep-0409.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Ethan Furman Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Jan-2012 Python-Version: 3.3 Post-History: 30-Aug-2002, 01-Feb-2012, 03-Feb-2012 diff --git a/peps/pep-0410.rst b/peps/pep-0410.rst index a3c19afa7ee..1fe1f624a5d 100644 --- a/peps/pep-0410.rst +++ b/peps/pep-0410.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 01-Feb-2012 Python-Version: 3.3 Resolution: https://mail.python.org/pipermail/python-dev/2012-February/116837.html diff --git a/peps/pep-0411.rst b/peps/pep-0411.rst index e4969dc4341..4980516b3d4 100644 --- a/peps/pep-0411.rst +++ b/peps/pep-0411.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan , Eli Bendersky Status: Superseded Type: Informational -Content-Type: text/x-rst Created: 10-Feb-2012 Python-Version: 3.3 Post-History: 10-Feb-2012, 24-Mar-2012 diff --git a/peps/pep-0412.rst b/peps/pep-0412.rst index 6a15acc44b7..c79821ca3f6 100644 --- a/peps/pep-0412.rst +++ b/peps/pep-0412.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Mark Shannon Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 08-Feb-2012 Python-Version: 3.3 Post-History: 08-Feb-2012 diff --git a/peps/pep-0413.rst b/peps/pep-0413.rst index f2778b2567b..958dd4963b2 100644 --- a/peps/pep-0413.rst +++ b/peps/pep-0413.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Process -Content-Type: text/x-rst Created: 24-Feb-2012 Post-History: 24-Feb-2012, 25-Feb-2012 diff --git a/peps/pep-0414.rst b/peps/pep-0414.rst index 023aec8e755..92dbc4c6889 100644 --- a/peps/pep-0414.rst +++ b/peps/pep-0414.rst @@ -6,7 +6,6 @@ Author: Armin Ronacher , Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Feb-2012 Python-Version: 3.3 Post-History: 28-Feb-2012, 04-Mar-2012 diff --git a/peps/pep-0415.rst b/peps/pep-0415.rst index f31ad16125a..0d09d96fc8b 100644 --- a/peps/pep-0415.rst +++ b/peps/pep-0415.rst @@ -6,7 +6,6 @@ Author: Benjamin Peterson BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Feb-2012 Python-Version: 3.3 Post-History: 26-Feb-2012 diff --git a/peps/pep-0416.rst b/peps/pep-0416.rst index 68e85bb50be..dae11afe658 100644 --- a/peps/pep-0416.rst +++ b/peps/pep-0416.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 29-Feb-2012 Python-Version: 3.3 diff --git a/peps/pep-0417.rst b/peps/pep-0417.rst index d9e12f58d1f..c873b1c62ec 100644 --- a/peps/pep-0417.rst +++ b/peps/pep-0417.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Michael Foord Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Mar-2012 Python-Version: 3.3 Post-History: 12-Mar-2012 diff --git a/peps/pep-0418.rst b/peps/pep-0418.rst index b728a3fb3a4..8b18a1693f3 100644 --- a/peps/pep-0418.rst +++ b/peps/pep-0418.rst @@ -6,7 +6,6 @@ Author: Cameron Simpson , Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Mar-2012 Python-Version: 3.3 diff --git a/peps/pep-0419.rst b/peps/pep-0419.rst index 40fd99cafa1..f8b72955c46 100644 --- a/peps/pep-0419.rst +++ b/peps/pep-0419.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Paul Colomiets Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 06-Apr-2012 Python-Version: 3.3 diff --git a/peps/pep-0420.rst b/peps/pep-0420.rst index 241f2b4a4c5..6fef893c75a 100644 --- a/peps/pep-0420.rst +++ b/peps/pep-0420.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Eric V. Smith Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Apr-2012 Python-Version: 3.3 Post-History: diff --git a/peps/pep-0422.rst b/peps/pep-0422.rst index 4e4f8d2c0ea..2ba25ff3a99 100644 --- a/peps/pep-0422.rst +++ b/peps/pep-0422.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan , Daniel Urban Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 05-Jun-2012 Python-Version: 3.5 Post-History: 05-Jun-2012, 10-Feb-2013 diff --git a/peps/pep-0423.rst b/peps/pep-0423.rst index 21dc8c0037b..27f2a2a767d 100644 --- a/peps/pep-0423.rst +++ b/peps/pep-0423.rst @@ -7,7 +7,6 @@ Discussions-To: distutils-sig@python.org Status: Deferred Type: Informational Topic: Packaging -Content-Type: text/x-rst Created: 24-May-2012 Post-History: diff --git a/peps/pep-0424.rst b/peps/pep-0424.rst index 2d1e68e688b..895014b611a 100644 --- a/peps/pep-0424.rst +++ b/peps/pep-0424.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alex Gaynor Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 14-Jul-2012 Python-Version: 3.4 Post-History: `15-Jul-2012 `__ diff --git a/peps/pep-0425.rst b/peps/pep-0425.rst index d1fd39d1705..b01ca12e944 100644 --- a/peps/pep-0425.rst +++ b/peps/pep-0425.rst @@ -7,7 +7,6 @@ BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 27-Jul-2012 Python-Version: 3.4 Post-History: 08-Aug-2012, 18-Oct-2012, 15-Feb-2013 diff --git a/peps/pep-0427.rst b/peps/pep-0427.rst index b32912680d9..a3ea53c948a 100644 --- a/peps/pep-0427.rst +++ b/peps/pep-0427.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 20-Sep-2012 Post-History: 18-Oct-2012, 15-Feb-2013 Resolution: https://mail.python.org/pipermail/python-dev/2013-February/124103.html diff --git a/peps/pep-0428.rst b/peps/pep-0428.rst index 13c44487d41..4bc76b79077 100644 --- a/peps/pep-0428.rst +++ b/peps/pep-0428.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Antoine Pitrou Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Jul-2012 Python-Version: 3.4 Post-History: `05-Oct-2012 `__ diff --git a/peps/pep-0429.rst b/peps/pep-0429.rst index 149fda318e3..fe56b3a5b67 100644 --- a/peps/pep-0429.rst +++ b/peps/pep-0429.rst @@ -6,7 +6,6 @@ Author: Larry Hastings Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 17-Oct-2012 Python-Version: 3.4 diff --git a/peps/pep-0430.rst b/peps/pep-0430.rst index 6bf2f03a638..8a7216292e3 100644 --- a/peps/pep-0430.rst +++ b/peps/pep-0430.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan BDFL-Delegate: Georg Brandl Status: Final Type: Informational -Content-Type: text/x-rst Created: 27-Oct-2012 diff --git a/peps/pep-0431.rst b/peps/pep-0431.rst index 1b313bd144c..8f6bf9cd26b 100644 --- a/peps/pep-0431.rst +++ b/peps/pep-0431.rst @@ -6,7 +6,6 @@ Author: Lennart Regebro BDFL-Delegate: Barry Warsaw Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 11-Dec-2012 Post-History: 11-Dec-2012, 28-Dec-2012, 28-Jan-2013 Superseded-By: 615 diff --git a/peps/pep-0432.rst b/peps/pep-0432.rst index 676ca96fe8f..9c1ee9731a0 100644 --- a/peps/pep-0432.rst +++ b/peps/pep-0432.rst @@ -8,7 +8,6 @@ Author: Alyssa Coghlan , Discussions-To: capi-sig@python.org Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Requires: 587 Created: 28-Dec-2012 Post-History: 28-Dec-2012, 02-Jan-2013, 30-Mar-2019, 28-Jun-2020 diff --git a/peps/pep-0433.rst b/peps/pep-0433.rst index e5357f1499e..7a094d345d1 100644 --- a/peps/pep-0433.rst +++ b/peps/pep-0433.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 10-Jan-2013 Python-Version: 3.4 Superseded-By: 446 diff --git a/peps/pep-0434.rst b/peps/pep-0434.rst index c1f4c903ffe..019ea1d18e4 100644 --- a/peps/pep-0434.rst +++ b/peps/pep-0434.rst @@ -7,7 +7,6 @@ Author: Todd Rovito , BDFL-Delegate: Alyssa Coghlan Status: Active Type: Informational -Content-Type: text/x-rst Created: 16-Feb-2013 Post-History: 16-Feb-2013, 03-Mar-2013, diff --git a/peps/pep-0435.rst b/peps/pep-0435.rst index a57f28a9873..fcec8aed650 100644 --- a/peps/pep-0435.rst +++ b/peps/pep-0435.rst @@ -7,7 +7,6 @@ Author: Barry Warsaw , Ethan Furman Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 23-Feb-2013 Python-Version: 3.4 Post-History: 23-Feb-2013, 02-May-2013 diff --git a/peps/pep-0436.rst b/peps/pep-0436.rst index efd077383b5..186412b5492 100644 --- a/peps/pep-0436.rst +++ b/peps/pep-0436.rst @@ -6,7 +6,6 @@ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 22-Feb-2013 Python-Version: 3.4 diff --git a/peps/pep-0437.rst b/peps/pep-0437.rst index 867bad5173c..8c20f9c4436 100644 --- a/peps/pep-0437.rst +++ b/peps/pep-0437.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Stefan Krah Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 11-Mar-2013 Python-Version: 3.4 Post-History: diff --git a/peps/pep-0438.rst b/peps/pep-0438.rst index dd8e53d1362..d037f9a90a4 100644 --- a/peps/pep-0438.rst +++ b/peps/pep-0438.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Superseded Type: Process Topic: Packaging -Content-Type: text/x-rst Created: 15-Mar-2013 Post-History: 19-May-2013 Superseded-By: 470 diff --git a/peps/pep-0439.rst b/peps/pep-0439.rst index 603e5a7feaa..256a1149609 100644 --- a/peps/pep-0439.rst +++ b/peps/pep-0439.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 18-Mar-2013 Python-Version: 3.4 Post-History: 19-Mar-2013 diff --git a/peps/pep-0440.rst b/peps/pep-0440.rst index 9e121124ef3..256bf232dcc 100644 --- a/peps/pep-0440.rst +++ b/peps/pep-0440.rst @@ -7,7 +7,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 18-Mar-2013 Post-History: 30-Mar-2013, 27-May-2013, 20-Jun-2013, 21-Dec-2013, 28-Jan-2014, 08-Aug-2014, diff --git a/peps/pep-0441.rst b/peps/pep-0441.rst index a7e6c249ff0..e25c48231b6 100644 --- a/peps/pep-0441.rst +++ b/peps/pep-0441.rst @@ -5,7 +5,6 @@ Author: Daniel Holth , Discussions-To: https://mail.python.org/pipermail/python-dev/2015-February/138277.html Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Mar-2013 Python-Version: 3.5 Post-History: 30-Mar-2013, 01-Apr-2013, 16-Feb-2015 diff --git a/peps/pep-0442.rst b/peps/pep-0442.rst index 1f2056f15a6..4de6f379e39 100644 --- a/peps/pep-0442.rst +++ b/peps/pep-0442.rst @@ -6,7 +6,6 @@ Author: Antoine Pitrou BDFL-Delegate: Benjamin Peterson Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 18-May-2013 Python-Version: 3.4 Post-History: 18-May-2013 diff --git a/peps/pep-0443.rst b/peps/pep-0443.rst index f243107219b..614f9b53de5 100644 --- a/peps/pep-0443.rst +++ b/peps/pep-0443.rst @@ -6,7 +6,6 @@ Author: Łukasz Langa Discussions-To: python-dev@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 22-May-2013 Python-Version: 3.4 Post-History: 22-May-2013, 25-May-2013, 31-May-2013 diff --git a/peps/pep-0444.rst b/peps/pep-0444.rst index bcdb8f1bf3f..8d80494d493 100644 --- a/peps/pep-0444.rst +++ b/peps/pep-0444.rst @@ -7,7 +7,6 @@ Author: Chris McDonough , Discussions-To: web-sig@python.org Status: Deferred Type: Informational -Content-Type: text/x-rst Created: 19-Jul-2010 diff --git a/peps/pep-0445.rst b/peps/pep-0445.rst index d24085e11a2..599c933c20f 100644 --- a/peps/pep-0445.rst +++ b/peps/pep-0445.rst @@ -6,7 +6,6 @@ Author: Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Jun-2013 Python-Version: 3.4 Resolution: https://mail.python.org/pipermail/python-dev/2013-July/127222.html diff --git a/peps/pep-0446.rst b/peps/pep-0446.rst index 312cb15a4a5..6668d3a7975 100644 --- a/peps/pep-0446.rst +++ b/peps/pep-0446.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Aug-2013 Python-Version: 3.4 Replaces: 433 diff --git a/peps/pep-0447.rst b/peps/pep-0447.rst index 626a54816d5..b1c0fde82ce 100644 --- a/peps/pep-0447.rst +++ b/peps/pep-0447.rst @@ -3,7 +3,6 @@ Title: Add __getdescriptor__ method to metaclass Author: Ronald Oussoren Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 12-Jun-2013 Post-History: 02-Jul-2013, 15-Jul-2013, 29-Jul-2013, 22-Jul-2015 diff --git a/peps/pep-0448.rst b/peps/pep-0448.rst index 72ffb821cb1..0bbc20ae8ad 100644 --- a/peps/pep-0448.rst +++ b/peps/pep-0448.rst @@ -4,7 +4,6 @@ Author: Joshua Landau Discussions-To: python-ideas@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 29-Jun-2013 Python-Version: 3.5 Post-History: diff --git a/peps/pep-0449.rst b/peps/pep-0449.rst index 789a377533b..83d9ea215f3 100644 --- a/peps/pep-0449.rst +++ b/peps/pep-0449.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Process Topic: Packaging -Content-Type: text/x-rst Created: 04-Aug-2013 Post-History: 04-Aug-2013 Replaces: 381 diff --git a/peps/pep-0450.rst b/peps/pep-0450.rst index 740e1e34628..383379afb70 100644 --- a/peps/pep-0450.rst +++ b/peps/pep-0450.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steven D'Aprano Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-Aug-2013 Python-Version: 3.4 Post-History: 13-Sep-2013 diff --git a/peps/pep-0451.rst b/peps/pep-0451.rst index 4cc5be13a2b..b44f34e8e9a 100644 --- a/peps/pep-0451.rst +++ b/peps/pep-0451.rst @@ -7,7 +7,6 @@ BDFL-Delegate: Brett Cannon , Alyssa Coghlan , Christian Heimes Status: Final Type: Informational -Content-Type: text/x-rst Created: 15-Aug-2013 Post-History: Replaces: 247 diff --git a/peps/pep-0453.rst b/peps/pep-0453.rst index 656b11720f5..e07b9217e88 100644 --- a/peps/pep-0453.rst +++ b/peps/pep-0453.rst @@ -5,7 +5,6 @@ Author: Donald Stufft , BDFL-Delegate: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 10-Aug-2013 Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Sep-2013, 23-Sep-2013, 29-Sep-2013, 13-Oct-2013, 20-Oct-2013 diff --git a/peps/pep-0454.rst b/peps/pep-0454.rst index ee9aa455e1e..7332ef12c93 100644 --- a/peps/pep-0454.rst +++ b/peps/pep-0454.rst @@ -6,7 +6,6 @@ Author: Victor Stinner BDFL-Delegate: Charles-François Natali Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 03-Sep-2013 Python-Version: 3.4 Resolution: https://mail.python.org/pipermail/python-dev/2013-November/130491.html diff --git a/peps/pep-0455.rst b/peps/pep-0455.rst index a6bd960176a..64657bda2ea 100644 --- a/peps/pep-0455.rst +++ b/peps/pep-0455.rst @@ -6,7 +6,6 @@ Author: Antoine Pitrou BDFL-Delegate: Raymond Hettinger Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 13-Sep-2013 Python-Version: 3.5 Post-History: diff --git a/peps/pep-0456.rst b/peps/pep-0456.rst index 3ed40573011..6ff0bfaa857 100644 --- a/peps/pep-0456.rst +++ b/peps/pep-0456.rst @@ -6,7 +6,6 @@ Author: Christian Heimes BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Sep-2013 Python-Version: 3.4 Post-History: 06-Oct-2013, 14-Nov-2013, 20-Nov-2013 diff --git a/peps/pep-0457.rst b/peps/pep-0457.rst index a5dabbd3c8e..cd4315146a3 100644 --- a/peps/pep-0457.rst +++ b/peps/pep-0457.rst @@ -6,7 +6,6 @@ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 08-Oct-2013 diff --git a/peps/pep-0458.rst b/peps/pep-0458.rst index e3459db94b8..9409cce2d67 100644 --- a/peps/pep-0458.rst +++ b/peps/pep-0458.rst @@ -15,7 +15,6 @@ Discussions-To: https://discuss.python.org/t/pep-458-secure-pypi-downloads-with- Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 27-Sep-2013 Post-History: 06-Jan-2019, 13-Nov-2019 Resolution: https://discuss.python.org/t/pep-458-secure-pypi-downloads-with-package-signing/2648/115 diff --git a/peps/pep-0459.rst b/peps/pep-0459.rst index ea423bce76b..ad4be884d1c 100644 --- a/peps/pep-0459.rst +++ b/peps/pep-0459.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Withdrawn Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Requires: 426 Created: 11-Nov-2013 Post-History: 21-Dec-2013 diff --git a/peps/pep-0460.rst b/peps/pep-0460.rst index 6dfab3cf344..bb0307b0de2 100644 --- a/peps/pep-0460.rst +++ b/peps/pep-0460.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Antoine Pitrou Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 06-Jan-2014 Python-Version: 3.5 diff --git a/peps/pep-0461.rst b/peps/pep-0461.rst index 09036768dc8..18b84ac3f7d 100644 --- a/peps/pep-0461.rst +++ b/peps/pep-0461.rst @@ -3,7 +3,6 @@ Title: Adding % formatting to bytes and bytearray Author: Ethan Furman Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-Jan-2014 Python-Version: 3.5 Post-History: 14-Jan-2014, 15-Jan-2014, 17-Jan-2014, 22-Feb-2014, 25-Mar-2014, diff --git a/peps/pep-0462.rst b/peps/pep-0462.rst index 73b1846a53d..17abcd82cc9 100644 --- a/peps/pep-0462.rst +++ b/peps/pep-0462.rst @@ -3,7 +3,6 @@ Title: Core development workflow automation for CPython Author: Alyssa Coghlan Status: Withdrawn Type: Process -Content-Type: text/x-rst Requires: 474 Created: 23-Jan-2014 Post-History: 25-Jan-2014, 27-Jan-2014, 01-Feb-2015 diff --git a/peps/pep-0463.rst b/peps/pep-0463.rst index f2e8e13c78d..d70e9a4bce8 100644 --- a/peps/pep-0463.rst +++ b/peps/pep-0463.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Chris Angelico Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 15-Feb-2014 Python-Version: 3.5 Post-History: 20-Feb-2014, 16-Feb-2014 diff --git a/peps/pep-0464.rst b/peps/pep-0464.rst index b93719e6407..d3f78513985 100644 --- a/peps/pep-0464.rst +++ b/peps/pep-0464.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Process Topic: Packaging -Content-Type: text/x-rst Created: 02-Mar-2014 Post-History: 04-Mar-2014 Replaces: 381 diff --git a/peps/pep-0465.rst b/peps/pep-0465.rst index 79f3ec70531..98deb0bbff1 100644 --- a/peps/pep-0465.rst +++ b/peps/pep-0465.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Nathaniel J. Smith Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Feb-2014 Python-Version: 3.5 Post-History: 13-Mar-2014 diff --git a/peps/pep-0466.rst b/peps/pep-0466.rst index ae27cd5d504..458353dd3d0 100644 --- a/peps/pep-0466.rst +++ b/peps/pep-0466.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan , Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 23-Mar-2014 Python-Version: 2.7.9 Post-History: 23-Mar-2014, 24-Mar-2014, 25-Mar-2014, 26-Mar-2014, 16-Apr-2014 diff --git a/peps/pep-0467.rst b/peps/pep-0467.rst index 033ce087a45..fbf13c4facb 100644 --- a/peps/pep-0467.rst +++ b/peps/pep-0467.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan , Ethan Furman Discussions-To: https://discuss.python.org/t/42001 Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 30-Mar-2014 Python-Version: 3.13 Post-History: 30-Mar-2014, 15-Aug-2014, 16-Aug-2014, 07-Jun-2016, 01-Sep-2016, diff --git a/peps/pep-0468.rst b/peps/pep-0468.rst index 2adbbfcd0a3..30882b6cf0d 100644 --- a/peps/pep-0468.rst +++ b/peps/pep-0468.rst @@ -6,7 +6,6 @@ Author: Eric Snow Discussions-To: python-ideas@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Apr-2014 Python-Version: 3.6 Post-History: 05-Apr-2014, 08-Sep-2016 diff --git a/peps/pep-0469.rst b/peps/pep-0469.rst index fe75cc6a147..23423b6fdc9 100644 --- a/peps/pep-0469.rst +++ b/peps/pep-0469.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 18-Apr-2014 Python-Version: 3.5 Post-History: 18-Apr-2014, 21-Apr-2014 diff --git a/peps/pep-0470.rst b/peps/pep-0470.rst index e5864cb6c4a..18fdd994f3d 100644 --- a/peps/pep-0470.rst +++ b/peps/pep-0470.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Process Topic: Packaging -Content-Type: text/x-rst Created: 12-May-2014 Post-History: 14-May-2014, 05-Jun-2014, 03-Oct-2014, 13-Oct-2014, 26-Aug-2015 Replaces: 438 diff --git a/peps/pep-0471.rst b/peps/pep-0471.rst index d8dbb25b4eb..681c5cfc485 100644 --- a/peps/pep-0471.rst +++ b/peps/pep-0471.rst @@ -6,7 +6,6 @@ Author: Ben Hoyt BDFL-Delegate: Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-May-2014 Python-Version: 3.5 Post-History: 27-Jun-2014, 08-Jul-2014, 14-Jul-2014 diff --git a/peps/pep-0473.rst b/peps/pep-0473.rst index a0c65be0396..73c31305934 100644 --- a/peps/pep-0473.rst +++ b/peps/pep-0473.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Sebastian Kreft Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 29-Mar-2014 Post-History: Resolution: https://mail.python.org/pipermail/python-dev/2019-March/156692.html diff --git a/peps/pep-0474.rst b/peps/pep-0474.rst index 6ff484444fa..c709cde21a9 100644 --- a/peps/pep-0474.rst +++ b/peps/pep-0474.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Process -Content-Type: text/x-rst Created: 19-Jul-2014 Post-History: 19-Jul-2014, 08-Jan-2015, 01-Feb-2015 diff --git a/peps/pep-0475.rst b/peps/pep-0475.rst index 7d7ffc61164..bc23c3fadc0 100644 --- a/peps/pep-0475.rst +++ b/peps/pep-0475.rst @@ -6,7 +6,6 @@ Author: Charles-François Natali , Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 29-Jul-2014 Python-Version: 3.5 Resolution: https://mail.python.org/pipermail/python-dev/2015-February/138018.html diff --git a/peps/pep-0476.rst b/peps/pep-0476.rst index a5021478848..d4dcd57b6da 100644 --- a/peps/pep-0476.rst +++ b/peps/pep-0476.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alex Gaynor Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Aug-2014 Python-Version: 2.7.9, 3.4.3, 3.5 Resolution: https://mail.python.org/pipermail/python-dev/2014-October/136676.html diff --git a/peps/pep-0477.rst b/peps/pep-0477.rst index acb8a2a8824..b2e786da2e2 100644 --- a/peps/pep-0477.rst +++ b/peps/pep-0477.rst @@ -5,7 +5,6 @@ Author: Donald Stufft , BDFL-Delegate: Benjamin Peterson Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Aug-2014 Post-History: 01-Sep-2014 Resolution: https://mail.python.org/pipermail/python-dev/2014-September/136238.html diff --git a/peps/pep-0478.rst b/peps/pep-0478.rst index 70d86a42da6..2cd4a49a5df 100644 --- a/peps/pep-0478.rst +++ b/peps/pep-0478.rst @@ -6,7 +6,6 @@ Author: Larry Hastings Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 22-Sep-2014 Python-Version: 3.5 diff --git a/peps/pep-0479.rst b/peps/pep-0479.rst index 2a55285e5bb..4aaa60f1c85 100644 --- a/peps/pep-0479.rst +++ b/peps/pep-0479.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Chris Angelico , Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Nov-2014 Python-Version: 3.5 Post-History: 15-Nov-2014, 19-Nov-2014, 05-Dec-2014 diff --git a/peps/pep-0480.rst b/peps/pep-0480.rst index 3392872751a..bbce4335b68 100644 --- a/peps/pep-0480.rst +++ b/peps/pep-0480.rst @@ -8,7 +8,6 @@ Discussions-To: https://discuss.python.org/t/5666 Status: Draft Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Requires: 458 Created: 08-Oct-2014 diff --git a/peps/pep-0481.rst b/peps/pep-0481.rst index ff80b03794f..b2436737a3a 100644 --- a/peps/pep-0481.rst +++ b/peps/pep-0481.rst @@ -3,7 +3,6 @@ Title: Migrate CPython to Git, Github, and Phabricator Author: Donald Stufft Status: Withdrawn Type: Process -Content-Type: text/x-rst Created: 29-Nov-2014 Post-History: 29-Nov-2014 diff --git a/peps/pep-0482.rst b/peps/pep-0482.rst index 1cfafa2ffad..c0a878854e1 100644 --- a/peps/pep-0482.rst +++ b/peps/pep-0482.rst @@ -7,7 +7,6 @@ Discussions-To: python-ideas@python.org Status: Final Type: Informational Topic: Typing -Content-Type: text/x-rst Created: 08-Jan-2015 Post-History: diff --git a/peps/pep-0483.rst b/peps/pep-0483.rst index 19b78401585..8d650e4fc61 100644 --- a/peps/pep-0483.rst +++ b/peps/pep-0483.rst @@ -7,7 +7,6 @@ Discussions-To: python-ideas@python.org Status: Final Type: Informational Topic: Typing -Content-Type: text/x-rst Created: 19-Dec-2014 Post-History: diff --git a/peps/pep-0484.rst b/peps/pep-0484.rst index d98684ec292..529ed057ef3 100644 --- a/peps/pep-0484.rst +++ b/peps/pep-0484.rst @@ -8,7 +8,6 @@ Discussions-To: python-dev@python.org Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 29-Sep-2014 Python-Version: 3.5 Post-History: 16-Jan-2015, 20-Mar-2015, 17-Apr-2015, 20-May-2015, 22-May-2015 diff --git a/peps/pep-0485.rst b/peps/pep-0485.rst index 171ef8a8c89..f02c579752d 100644 --- a/peps/pep-0485.rst +++ b/peps/pep-0485.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Christopher Barker Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Jan-2015 Python-Version: 3.5 Post-History: diff --git a/peps/pep-0486.rst b/peps/pep-0486.rst index fb700bfc1a9..eb29abcd5b1 100644 --- a/peps/pep-0486.rst +++ b/peps/pep-0486.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Paul Moore Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Feb-2015 Python-Version: 3.5 Post-History: 12-Feb-2015 diff --git a/peps/pep-0487.rst b/peps/pep-0487.rst index 59b6ee4b964..08e7b1da2c9 100644 --- a/peps/pep-0487.rst +++ b/peps/pep-0487.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Martin Teichmann , Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Feb-2015 Python-Version: 3.6 Post-History: 27-Feb-2015, 05-Feb-2016, 24-Jun-2016, 02-Jul-2016, 13-Jul-2016 diff --git a/peps/pep-0488.rst b/peps/pep-0488.rst index 4015d6721dd..aad482f4e12 100644 --- a/peps/pep-0488.rst +++ b/peps/pep-0488.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Feb-2015 Python-Version: 3.5 Post-History: diff --git a/peps/pep-0489.rst b/peps/pep-0489.rst index 1f06fcbc3c1..98063c3c5c1 100644 --- a/peps/pep-0489.rst +++ b/peps/pep-0489.rst @@ -9,7 +9,6 @@ BDFL-Delegate: Eric Snow Discussions-To: import-sig@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Aug-2013 Python-Version: 3.5 Post-History: 23-Aug-2013, 20-Feb-2015, 16-Apr-2015, 07-May-2015, 18-May-2015 diff --git a/peps/pep-0490.rst b/peps/pep-0490.rst index 8b1f722f66e..db1d6e233af 100644 --- a/peps/pep-0490.rst +++ b/peps/pep-0490.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 25-Mar-2015 Python-Version: 3.6 diff --git a/peps/pep-0491.rst b/peps/pep-0491.rst index b4c06cac1fa..abe553c660b 100644 --- a/peps/pep-0491.rst +++ b/peps/pep-0491.rst @@ -5,7 +5,6 @@ Discussions-To: distutils-sig@python.org Status: Deferred Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 16-Apr-2015 Abstract diff --git a/peps/pep-0492.rst b/peps/pep-0492.rst index 7d4f092801a..0b40861446f 100644 --- a/peps/pep-0492.rst +++ b/peps/pep-0492.rst @@ -4,7 +4,6 @@ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Apr-2015 Python-Version: 3.5 Post-History: 17-Apr-2015, 21-Apr-2015, 27-Apr-2015, 29-Apr-2015, 05-May-2015 diff --git a/peps/pep-0493.rst b/peps/pep-0493.rst index e83846e867f..95f368d6b00 100644 --- a/peps/pep-0493.rst +++ b/peps/pep-0493.rst @@ -8,7 +8,6 @@ Author: Alyssa Coghlan , BDFL-Delegate: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 10-May-2015 Python-Version: 2.7.12 Post-History: 06-Jul-2015, 11-Nov-2015, 24-Nov-2015, 24-Feb-2016 diff --git a/peps/pep-0494.rst b/peps/pep-0494.rst index ea603d217f6..aff89d05d7d 100644 --- a/peps/pep-0494.rst +++ b/peps/pep-0494.rst @@ -6,7 +6,6 @@ Author: Ned Deily Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 30-May-2015 Python-Version: 3.6 diff --git a/peps/pep-0495.rst b/peps/pep-0495.rst index 257ed5bfddc..69ce92e6cc6 100644 --- a/peps/pep-0495.rst +++ b/peps/pep-0495.rst @@ -6,7 +6,6 @@ Author: Alexander Belopolsky , Tim Peters Status: Rejected Type: Informational Topic: Packaging -Content-Type: text/x-rst Created: 03-Jul-2015 PEP Status diff --git a/peps/pep-0497.rst b/peps/pep-0497.rst index 2113a8e3571..aed58e0f765 100644 --- a/peps/pep-0497.rst +++ b/peps/pep-0497.rst @@ -6,7 +6,6 @@ Author: Ed Schofield PEP-Delegate: Brett Cannon Status: Rejected Type: Process -Content-Type: text/x-rst Created: 04-Aug-2015 diff --git a/peps/pep-0498.rst b/peps/pep-0498.rst index 389d4ca5ad0..d4bc06dd73e 100644 --- a/peps/pep-0498.rst +++ b/peps/pep-0498.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Eric V. Smith Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-Aug-2015 Python-Version: 3.6 Post-History: 07-Aug-2015, 30-Aug-2015, 04-Sep-2015, 19-Sep-2015, 06-Nov-2016 diff --git a/peps/pep-0499.rst b/peps/pep-0499.rst index 77895237cdc..6551bdcfd43 100644 --- a/peps/pep-0499.rst +++ b/peps/pep-0499.rst @@ -4,7 +4,6 @@ Author: Cameron Simpson , Chris Angelico , Jose BDFL-Delegate: Alyssa Coghlan Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 07-Aug-2015 Python-Version: 3.10 diff --git a/peps/pep-0500.rst b/peps/pep-0500.rst index b96f48a4272..03ea2d0607a 100644 --- a/peps/pep-0500.rst +++ b/peps/pep-0500.rst @@ -6,7 +6,6 @@ Author: Alexander Belopolsky , Tim Peters Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 15-Sep-2015 Python-Version: 3.6 Post-History: 15-Sep-2015 diff --git a/peps/pep-0505.rst b/peps/pep-0505.rst index 9669d3d6f8c..e2c155b7a8e 100644 --- a/peps/pep-0505.rst +++ b/peps/pep-0505.rst @@ -3,7 +3,6 @@ Title: None-aware operators Author: Mark E. Haase , Steve Dower Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 18-Sep-2015 Python-Version: 3.8 diff --git a/peps/pep-0506.rst b/peps/pep-0506.rst index e14220a3423..b25d40267a1 100644 --- a/peps/pep-0506.rst +++ b/peps/pep-0506.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steven D'Aprano Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Sep-2015 Python-Version: 3.6 Post-History: diff --git a/peps/pep-0507.rst b/peps/pep-0507.rst index e4ace277d8d..76cfd7653fe 100644 --- a/peps/pep-0507.rst +++ b/peps/pep-0507.rst @@ -3,7 +3,6 @@ Title: Migrate CPython to Git and GitLab Author: Barry Warsaw Status: Rejected Type: Process -Content-Type: text/x-rst Created: 30-Sep-2015 Post-History: Resolution: https://mail.python.org/pipermail/core-workflow/2016-January/000345.html diff --git a/peps/pep-0508.rst b/peps/pep-0508.rst index 1dafb772165..e890c67bfa6 100644 --- a/peps/pep-0508.rst +++ b/peps/pep-0508.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 11-Nov-2015 Post-History: 05-Nov-2015, 16-Nov-2015 Resolution: https://mail.python.org/pipermail/distutils-sig/2015-November/027868.html diff --git a/peps/pep-0509.rst b/peps/pep-0509.rst index 386cea23988..acb4d268e78 100644 --- a/peps/pep-0509.rst +++ b/peps/pep-0509.rst @@ -3,7 +3,6 @@ Title: Add a private version to dict Author: Victor Stinner Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 04-Jan-2016 Python-Version: 3.6 Post-History: `08-Jan-2016 `__, diff --git a/peps/pep-0510.rst b/peps/pep-0510.rst index e96ba19e30e..12502c681ff 100644 --- a/peps/pep-0510.rst +++ b/peps/pep-0510.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 04-Jan-2016 Python-Version: 3.6 diff --git a/peps/pep-0511.rst b/peps/pep-0511.rst index 22368071673..d4cbec92a1a 100644 --- a/peps/pep-0511.rst +++ b/peps/pep-0511.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 04-Jan-2016 Python-Version: 3.6 diff --git a/peps/pep-0512.rst b/peps/pep-0512.rst index a900c6dc17f..9a9304b26f3 100644 --- a/peps/pep-0512.rst +++ b/peps/pep-0512.rst @@ -6,7 +6,6 @@ Author: Brett Cannon Discussions-To: core-workflow@python.org Status: Final Type: Process -Content-Type: text/x-rst Created: 17-Jan-2015 Post-History: 17-Jan-2016, 19-Jan-2016, 23-Jan-2016 diff --git a/peps/pep-0513.rst b/peps/pep-0513.rst index cad1aed7795..d5fc732d716 100644 --- a/peps/pep-0513.rst +++ b/peps/pep-0513.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Superseded Type: Informational Topic: Packaging -Content-Type: text/x-rst Created: 19-Jan-2016 Post-History: 19-Jan-2016, 25-Jan-2016, 29-Jan-2016 Superseded-By: 600 diff --git a/peps/pep-0514.rst b/peps/pep-0514.rst index dd1b63a0a0f..4b49237cb0d 100644 --- a/peps/pep-0514.rst +++ b/peps/pep-0514.rst @@ -6,7 +6,6 @@ Author: Steve Dower BDFL-Delegate: Paul Moore Status: Active Type: Informational -Content-Type: text/x-rst Created: 02-Feb-2016 Post-History: 02-Feb-2016, 01-Mar-2016, 18-Jul-2016 Resolution: https://mail.python.org/pipermail/python-dev/2016-July/145697.html diff --git a/peps/pep-0515.rst b/peps/pep-0515.rst index 57df4d9db64..733b00a25e2 100644 --- a/peps/pep-0515.rst +++ b/peps/pep-0515.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl, Serhiy Storchaka Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 10-Feb-2016 Python-Version: 3.6 Post-History: 10-Feb-2016, 11-Feb-2016 diff --git a/peps/pep-0516.rst b/peps/pep-0516.rst index 31a3d5f702a..9b94776f5a0 100644 --- a/peps/pep-0516.rst +++ b/peps/pep-0516.rst @@ -7,7 +7,6 @@ Discussions-To: distutils-sig@python.org Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 26-Oct-2015 Resolution: https://mail.python.org/pipermail/distutils-sig/2017-May/030517.html diff --git a/peps/pep-0517.rst b/peps/pep-0517.rst index 688abe965ac..bda6da25eb3 100644 --- a/peps/pep-0517.rst +++ b/peps/pep-0517.rst @@ -9,7 +9,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 30-Sep-2015 Post-History: 01-Oct-2015, 25-Oct-2015, 19-May-2017, 11-Sep-2017 Resolution: https://mail.python.org/pipermail/distutils-sig/2017-September/031548.html diff --git a/peps/pep-0518.rst b/peps/pep-0518.rst index 3a23368a948..18749bc2419 100644 --- a/peps/pep-0518.rst +++ b/peps/pep-0518.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 10-May-2016 Post-History: 10-May-2016, 11-May-2016, diff --git a/peps/pep-0519.rst b/peps/pep-0519.rst index bb5dc4af420..cdb1e94ebab 100644 --- a/peps/pep-0519.rst +++ b/peps/pep-0519.rst @@ -6,7 +6,6 @@ Author: Brett Cannon , Koos Zevenhoven Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-May-2016 Python-Version: 3.6 Post-History: 11-May-2016, diff --git a/peps/pep-0520.rst b/peps/pep-0520.rst index 84593a9c08a..f9c75f347ca 100644 --- a/peps/pep-0520.rst +++ b/peps/pep-0520.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Eric Snow Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 07-Jun-2016 Python-Version: 3.6 Post-History: 07-Jun-2016, 11-Jun-2016, 20-Jun-2016, 24-Jun-2016 diff --git a/peps/pep-0521.rst b/peps/pep-0521.rst index 8910fd29f61..163ea4d7cd9 100644 --- a/peps/pep-0521.rst +++ b/peps/pep-0521.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Nathaniel J. Smith Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 27-Apr-2015 Python-Version: 3.6 Post-History: 29-Apr-2015 diff --git a/peps/pep-0522.rst b/peps/pep-0522.rst index c3efe0c7c93..f450d91649f 100644 --- a/peps/pep-0522.rst +++ b/peps/pep-0522.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan , Nathaniel J. Smith Status: Rejected Type: Standards Track -Content-Type: text/x-rst Requires: 506 Created: 16-Jun-2016 Python-Version: 3.6 diff --git a/peps/pep-0523.rst b/peps/pep-0523.rst index 4ba6fb4b83a..d8def41b485 100644 --- a/peps/pep-0523.rst +++ b/peps/pep-0523.rst @@ -4,7 +4,6 @@ Author: Brett Cannon , Dino Viehland Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-May-2016 Python-Version: 3.6 Post-History: 16-May-2016 diff --git a/peps/pep-0524.rst b/peps/pep-0524.rst index 05762c2cb2e..5f01a291f47 100644 --- a/peps/pep-0524.rst +++ b/peps/pep-0524.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Jun-2016 Python-Version: 3.6 diff --git a/peps/pep-0525.rst b/peps/pep-0525.rst index 5a2880f03ea..d31ee280a79 100644 --- a/peps/pep-0525.rst +++ b/peps/pep-0525.rst @@ -6,7 +6,6 @@ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Jul-2016 Python-Version: 3.6 Post-History: 02-Aug-2016, 23-Aug-2016, 01-Sep-2016, 06-Sep-2016 diff --git a/peps/pep-0526.rst b/peps/pep-0526.rst index ddf7f75e32e..682bf72e448 100644 --- a/peps/pep-0526.rst +++ b/peps/pep-0526.rst @@ -6,7 +6,6 @@ Author: Ryan Gonzalez , Philip House , Iv Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 09-Aug-2016 Python-Version: 3.6 Post-History: 30-Aug-2016, 02-Sep-2016 diff --git a/peps/pep-0527.rst b/peps/pep-0527.rst index 9c33686d26b..54ef9806105 100644 --- a/peps/pep-0527.rst +++ b/peps/pep-0527.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 23-Aug-2016 Post-History: 23-Aug-2016 Resolution: https://mail.python.org/pipermail/distutils-sig/2016-September/029624.html diff --git a/peps/pep-0528.rst b/peps/pep-0528.rst index ad26401ef45..db064b96b33 100644 --- a/peps/pep-0528.rst +++ b/peps/pep-0528.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steve Dower Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Aug-2016 Python-Version: 3.6 Post-History: 01-Sep-2016, 04-Sep-2016 diff --git a/peps/pep-0529.rst b/peps/pep-0529.rst index 13c32f50cce..76ef052bc3c 100644 --- a/peps/pep-0529.rst +++ b/peps/pep-0529.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steve Dower Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Aug-2016 Python-Version: 3.6 Post-History: 01-Sep-2016, 04-Sep-2016 diff --git a/peps/pep-0530.rst b/peps/pep-0530.rst index b0ec977470e..dc852d1e79e 100644 --- a/peps/pep-0530.rst +++ b/peps/pep-0530.rst @@ -6,7 +6,6 @@ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 03-Sep-2016 Python-Version: 3.6 Post-History: 03-Sep-2016 diff --git a/peps/pep-0531.rst b/peps/pep-0531.rst index 66e087f464e..4742216c857 100644 --- a/peps/pep-0531.rst +++ b/peps/pep-0531.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 25-Oct-2016 Python-Version: 3.7 Post-History: 28-Oct-2016 diff --git a/peps/pep-0532.rst b/peps/pep-0532.rst index 35dbe7672e2..6602c6679ff 100644 --- a/peps/pep-0532.rst +++ b/peps/pep-0532.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan , Mark E. Haase Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 30-Oct-2016 Python-Version: 3.8 Post-History: 05-Nov-2016 diff --git a/peps/pep-0533.rst b/peps/pep-0533.rst index 1299a03d185..a46e2f8e1bb 100644 --- a/peps/pep-0533.rst +++ b/peps/pep-0533.rst @@ -6,7 +6,6 @@ Author: Nathaniel J. Smith BDFL-Delegate: Yury Selivanov Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 18-Oct-2016 Post-History: 18-Oct-2016 diff --git a/peps/pep-0534.rst b/peps/pep-0534.rst index 7dbefb345fa..e2c2594175f 100644 --- a/peps/pep-0534.rst +++ b/peps/pep-0534.rst @@ -5,7 +5,6 @@ Author: Tomáš Orsava , Alyssa Coghlan Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 05-Sep-2016 Post-History: diff --git a/peps/pep-0535.rst b/peps/pep-0535.rst index 6c51cc7b3fb..7c5dc11c7b8 100644 --- a/peps/pep-0535.rst +++ b/peps/pep-0535.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track -Content-Type: text/x-rst Requires: 532 Created: 12-Nov-2016 Python-Version: 3.8 diff --git a/peps/pep-0536.rst b/peps/pep-0536.rst index 73d903731f3..08eecf1dd0c 100644 --- a/peps/pep-0536.rst +++ b/peps/pep-0536.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Philipp Angerer Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 11-Dec-2016 Python-Version: 3.7 Post-History: `18-Aug-2016 `__, diff --git a/peps/pep-0537.rst b/peps/pep-0537.rst index 2a267f99209..2bc7e998f39 100644 --- a/peps/pep-0537.rst +++ b/peps/pep-0537.rst @@ -6,7 +6,6 @@ Author: Ned Deily Status: Final Type: Informational Topic: Release -Content-Type: text/x-rst Created: 23-Dec-2016 Python-Version: 3.7 diff --git a/peps/pep-0538.rst b/peps/pep-0538.rst index 20a178eef52..cef5fd7e6f1 100644 --- a/peps/pep-0538.rst +++ b/peps/pep-0538.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan BDFL-Delegate: INADA Naoki Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Dec-2016 Python-Version: 3.7 Post-History: 03-Jan-2017, diff --git a/peps/pep-0539.rst b/peps/pep-0539.rst index 71d17301e11..f35e0cd90ae 100644 --- a/peps/pep-0539.rst +++ b/peps/pep-0539.rst @@ -6,7 +6,6 @@ Author: Erik M. Bray, Masayuki Yamamoto BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Dec-2016 Python-Version: 3.7 Post-History: 16-Dec-2016, 31-Aug-2017, 08-Sep-2017 diff --git a/peps/pep-0540.rst b/peps/pep-0540.rst index 25217f4ae71..f2d5b0fa5ae 100644 --- a/peps/pep-0540.rst +++ b/peps/pep-0540.rst @@ -6,7 +6,6 @@ Author: Victor Stinner BDFL-Delegate: INADA Naoki Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Jan-2016 Python-Version: 3.7 Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151173.html diff --git a/peps/pep-0541.rst b/peps/pep-0541.rst index 1652c2a67b3..950bdc4be97 100644 --- a/peps/pep-0541.rst +++ b/peps/pep-0541.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Process Topic: Packaging -Content-Type: text/x-rst Created: 12-Jan-2017 Post-History: Resolution: https://mail.python.org/pipermail/distutils-sig/2018-March/032089.html diff --git a/peps/pep-0542.rst b/peps/pep-0542.rst index 3359e8e4579..ed392680eb4 100644 --- a/peps/pep-0542.rst +++ b/peps/pep-0542.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Markus Meskanen Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 10-Feb-2017 Resolution: https://mail.python.org/pipermail/python-dev/2019-March/156695.html diff --git a/peps/pep-0543.rst b/peps/pep-0543.rst index 0eb5cbb0e68..a6178901a61 100644 --- a/peps/pep-0543.rst +++ b/peps/pep-0543.rst @@ -6,7 +6,6 @@ Author: Cory Benfield , Christian Heimes Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 17-Oct-2016 Python-Version: 3.7 Post-History: 11-Jan-2017, 19-Jan-2017, 02-Feb-2017, 09-Feb-2017 diff --git a/peps/pep-0546.rst b/peps/pep-0546.rst index 0574c9a7f2c..71b91e0d0ff 100644 --- a/peps/pep-0546.rst +++ b/peps/pep-0546.rst @@ -7,7 +7,6 @@ Author: Victor Stinner , BDFL-Delegate: Benjamin Peterson Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 30-May-2017 Python-Version: 2.7 Post-History: 23-May-2017 diff --git a/peps/pep-0547.rst b/peps/pep-0547.rst index 2d36a5c761d..c334f68a720 100644 --- a/peps/pep-0547.rst +++ b/peps/pep-0547.rst @@ -6,7 +6,6 @@ Author: Marcel Plch , Petr Viktorin Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 25-May-2017 Python-Version: 3.7 Post-History: diff --git a/peps/pep-0548.rst b/peps/pep-0548.rst index 7db7131ec4f..7924b81d362 100644 --- a/peps/pep-0548.rst +++ b/peps/pep-0548.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: R David Murray Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 05-Sep-2017 Python-Version: 3.7 Post-History: 05-Aug-2017 diff --git a/peps/pep-0549.rst b/peps/pep-0549.rst index 12f75f26a7a..efcca0b5f43 100644 --- a/peps/pep-0549.rst +++ b/peps/pep-0549.rst @@ -6,7 +6,6 @@ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 04-Sep-2017 Python-Version: 3.7 Post-History: 04-Sep-2017 diff --git a/peps/pep-0550.rst b/peps/pep-0550.rst index 5d58dd03325..5b524d813df 100644 --- a/peps/pep-0550.rst +++ b/peps/pep-0550.rst @@ -6,7 +6,6 @@ Author: Yury Selivanov , Elvis Pranskevichus Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 11-Aug-2017 Python-Version: 3.7 Post-History: 11-Aug-2017, 15-Aug-2017, 18-Aug-2017, 25-Aug-2017, diff --git a/peps/pep-0551.rst b/peps/pep-0551.rst index 1f800beb679..53f96ad0bdc 100644 --- a/peps/pep-0551.rst +++ b/peps/pep-0551.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steve Dower Status: Withdrawn Type: Informational -Content-Type: text/x-rst Created: 23-Aug-2017 Python-Version: 3.7 Post-History: 24-Aug-2017, 28-Aug-2017 diff --git a/peps/pep-0552.rst b/peps/pep-0552.rst index 198b1c7ac03..2d8339236dc 100644 --- a/peps/pep-0552.rst +++ b/peps/pep-0552.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Benjamin Peterson Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 04-Sep-2017 Python-Version: 3.7 Post-History: 07-Sep-2017 diff --git a/peps/pep-0553.rst b/peps/pep-0553.rst index dea7150922e..732be26bc2d 100644 --- a/peps/pep-0553.rst +++ b/peps/pep-0553.rst @@ -3,7 +3,6 @@ Title: Built-in breakpoint() Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Sep-2017 Python-Version: 3.7 Post-History: 05-Sep-2017, 07-Sep-2017, 13-Sep-2017 diff --git a/peps/pep-0554.rst b/peps/pep-0554.rst index e67178105dc..d6be2c55200 100644 --- a/peps/pep-0554.rst +++ b/peps/pep-0554.rst @@ -4,7 +4,6 @@ Author: Eric Snow Discussions-To: https://discuss.python.org/t/pep-554-multiple-interpreters-in-the-stdlib/24855 Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 05-Sep-2017 Python-Version: 3.13 Post-History: `07-Sep-2017 `__, diff --git a/peps/pep-0555.rst b/peps/pep-0555.rst index 23e7b78934a..bcf216f5619 100644 --- a/peps/pep-0555.rst +++ b/peps/pep-0555.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Koos Zevenhoven Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 06-Sep-2017 Python-Version: 3.7 Post-History: 06-Sep-2017 diff --git a/peps/pep-0556.rst b/peps/pep-0556.rst index 3c32dd479d2..d3376acc62b 100644 --- a/peps/pep-0556.rst +++ b/peps/pep-0556.rst @@ -3,7 +3,6 @@ Title: Threaded garbage collection Author: Antoine Pitrou Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 08-Sep-2017 Python-Version: 3.7 Post-History: 08-Sep-2017 diff --git a/peps/pep-0557.rst b/peps/pep-0557.rst index 44d17286e96..55b91c86680 100644 --- a/peps/pep-0557.rst +++ b/peps/pep-0557.rst @@ -3,7 +3,6 @@ Title: Data Classes Author: Eric V. Smith Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 02-Jun-2017 Python-Version: 3.7 Post-History: 08-Sep-2017, 25-Nov-2017, 30-Nov-2017, 01-Dec-2017, 02-Dec-2017, 06-Jan-2018, 04-Mar-2018 diff --git a/peps/pep-0558.rst b/peps/pep-0558.rst index 16219f76094..09595ff65e3 100644 --- a/peps/pep-0558.rst +++ b/peps/pep-0558.rst @@ -5,7 +5,6 @@ BDFL-Delegate: Nathaniel J. Smith Discussions-To: python-dev@python.org Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 08-Sep-2017 Python-Version: 3.13 Post-History: 08-Sep-2017, 22-May-2019, 30-May-2019, 30-Dec-2019, 18-Jul-2021, diff --git a/peps/pep-0559.rst b/peps/pep-0559.rst index de3a72ba2c8..6f295ab444d 100644 --- a/peps/pep-0559.rst +++ b/peps/pep-0559.rst @@ -3,7 +3,6 @@ Title: Built-in noop() Author: Barry Warsaw Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 08-Sep-2017 Python-Version: 3.7 Post-History: 09-Sep-2017 diff --git a/peps/pep-0561.rst b/peps/pep-0561.rst index 040819d533e..97ced2cbb10 100644 --- a/peps/pep-0561.rst +++ b/peps/pep-0561.rst @@ -4,7 +4,6 @@ Author: Emma Harper Smith Status: Final Type: Standards Track Topic: Packaging, Typing -Content-Type: text/x-rst Created: 09-Sep-2017 Python-Version: 3.7 Post-History: 10-Sep-2017, 12-Sep-2017, 06-Oct-2017, 26-Oct-2017, 12-Apr-2018 diff --git a/peps/pep-0562.rst b/peps/pep-0562.rst index e2b2ddab64e..6a72245da11 100644 --- a/peps/pep-0562.rst +++ b/peps/pep-0562.rst @@ -3,7 +3,6 @@ Title: Module __getattr__ and __dir__ Author: Ivan Levkivskyi Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Sep-2017 Python-Version: 3.7 Post-History: 09-Sep-2017 diff --git a/peps/pep-0563.rst b/peps/pep-0563.rst index 4bb1d8374e8..1e474c5991a 100644 --- a/peps/pep-0563.rst +++ b/peps/pep-0563.rst @@ -7,7 +7,6 @@ Discussions-To: python-dev@python.org Status: Accepted Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 08-Sep-2017 Python-Version: 3.7 Post-History: 01-Nov-2017, 21-Nov-2017 diff --git a/peps/pep-0564.rst b/peps/pep-0564.rst index 447bd4e63b7..bbf89d9d2e5 100644 --- a/peps/pep-0564.rst +++ b/peps/pep-0564.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Oct-2017 Python-Version: 3.7 Resolution: https://mail.python.org/pipermail/python-dev/2017-October/150046.html diff --git a/peps/pep-0565.rst b/peps/pep-0565.rst index d85b260fbcb..9c660bc3f31 100644 --- a/peps/pep-0565.rst +++ b/peps/pep-0565.rst @@ -3,7 +3,6 @@ Title: Show DeprecationWarning in __main__ Author: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Nov-2017 Python-Version: 3.7 Post-History: 12-Nov-2017, 25-Nov-2017 diff --git a/peps/pep-0566.rst b/peps/pep-0566.rst index 75d29cf2cb9..cee07c1ab71 100644 --- a/peps/pep-0566.rst +++ b/peps/pep-0566.rst @@ -6,7 +6,6 @@ Discussions-To: distutils-sig@python.org Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 01-Dec-2017 Python-Version: 3.x Post-History: diff --git a/peps/pep-0567.rst b/peps/pep-0567.rst index 64d4e1f58ed..21c9dc74327 100644 --- a/peps/pep-0567.rst +++ b/peps/pep-0567.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Yury Selivanov Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Dec-2017 Python-Version: 3.7 Post-History: 12-Dec-2017, 28-Dec-2017, 16-Jan-2018 diff --git a/peps/pep-0568.rst b/peps/pep-0568.rst index 2b19d626ae7..e8f95bd93cc 100644 --- a/peps/pep-0568.rst +++ b/peps/pep-0568.rst @@ -3,7 +3,6 @@ Title: Generator-sensitivity for Context Variables Author: Nathaniel J. Smith Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 04-Jan-2018 Python-Version: 3.8 Post-History: diff --git a/peps/pep-0570.rst b/peps/pep-0570.rst index f3a437d6bef..85615a4dd1c 100644 --- a/peps/pep-0570.rst +++ b/peps/pep-0570.rst @@ -10,7 +10,6 @@ BDFL-Delegate: Guido van Rossum Discussions-To: https://discuss.python.org/t/pep-570-python-positional-only-parameters/1078 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 20-Jan-2018 Python-Version: 3.8 diff --git a/peps/pep-0571.rst b/peps/pep-0571.rst index 1577ff697dd..5ac5c2cc20c 100644 --- a/peps/pep-0571.rst +++ b/peps/pep-0571.rst @@ -8,7 +8,6 @@ Discussions-To: distutils-sig@python.org Status: Superseded Type: Informational Topic: Packaging -Content-Type: text/x-rst Created: 05-Feb-2018 Post-History: Superseded-By: 600 diff --git a/peps/pep-0572.rst b/peps/pep-0572.rst index 603e054c3be..fff6e746ef5 100644 --- a/peps/pep-0572.rst +++ b/peps/pep-0572.rst @@ -4,7 +4,6 @@ Author: Chris Angelico , Tim Peters , Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Feb-2018 Python-Version: 3.8 Post-History: 28-Feb-2018, 02-Mar-2018, 23-Mar-2018, 04-Apr-2018, 17-Apr-2018, diff --git a/peps/pep-0573.rst b/peps/pep-0573.rst index d286008b7dc..ff02e82d941 100644 --- a/peps/pep-0573.rst +++ b/peps/pep-0573.rst @@ -10,7 +10,6 @@ BDFL-Delegate: Stefan Behnel Discussions-To: import-sig@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 02-Jun-2016 Python-Version: 3.9 Post-History: diff --git a/peps/pep-0574.rst b/peps/pep-0574.rst index 763d71c1589..83166c60f4a 100644 --- a/peps/pep-0574.rst +++ b/peps/pep-0574.rst @@ -6,7 +6,6 @@ Author: Antoine Pitrou BDFL-Delegate: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 23-Mar-2018 Python-Version: 3.8 Post-History: 28-Mar-2018, 30-Apr-2019 diff --git a/peps/pep-0575.rst b/peps/pep-0575.rst index 8c9dc650eca..ada8c4cce34 100644 --- a/peps/pep-0575.rst +++ b/peps/pep-0575.rst @@ -3,7 +3,6 @@ Title: Unifying function/method classes Author: Jeroen Demeyer Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 27-Mar-2018 Python-Version: 3.8 Post-History: 31-Mar-2018, 12-Apr-2018, 27-Apr-2018, 05-May-2018 diff --git a/peps/pep-0576.rst b/peps/pep-0576.rst index b241ba692be..f93a50e55a4 100644 --- a/peps/pep-0576.rst +++ b/peps/pep-0576.rst @@ -4,7 +4,6 @@ Author: Mark Shannon BDFL-Delegate: Petr Viktorin Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 10-May-2018 Python-Version: 3.8 Post-History: 17-May-2018, diff --git a/peps/pep-0577.rst b/peps/pep-0577.rst index 94927a3e867..2f150e7cd52 100644 --- a/peps/pep-0577.rst +++ b/peps/pep-0577.rst @@ -3,7 +3,6 @@ Title: Augmented Assignment Expressions Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 14-May-2018 Python-Version: 3.8 Post-History: 22-May-2018 diff --git a/peps/pep-0579.rst b/peps/pep-0579.rst index 3b89ec1e1bc..0ff9e555bc7 100644 --- a/peps/pep-0579.rst +++ b/peps/pep-0579.rst @@ -4,7 +4,6 @@ Author: Jeroen Demeyer BDFL-Delegate: Petr Viktorin Status: Final Type: Informational -Content-Type: text/x-rst Created: 04-Jun-2018 Post-History: 20-Jun-2018 diff --git a/peps/pep-0580.rst b/peps/pep-0580.rst index cf83d3107d9..8eb20940d03 100644 --- a/peps/pep-0580.rst +++ b/peps/pep-0580.rst @@ -4,7 +4,6 @@ Author: Jeroen Demeyer BDFL-Delegate: Petr Viktorin Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 14-Jun-2018 Python-Version: 3.8 Post-History: 20-Jun-2018, 22-Jun-2018, 16-Jul-2018 diff --git a/peps/pep-0582.rst b/peps/pep-0582.rst index cc567aba370..d0117dcc1d1 100644 --- a/peps/pep-0582.rst +++ b/peps/pep-0582.rst @@ -8,7 +8,6 @@ Discussions-To: https://discuss.python.org/t/pep-582-python-local-packages-direc Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 16-May-2018 Python-Version: 3.12 Post-History: `01-Mar-2019 `__, diff --git a/peps/pep-0583.rst b/peps/pep-0583.rst index 3a5574ffb42..fdf4b193e69 100644 --- a/peps/pep-0583.rst +++ b/peps/pep-0583.rst @@ -5,7 +5,6 @@ Last-Modified: $Date: 2007-06-28 12:53:41 -0700 (Thu, 28 Jun 2007) $ Author: Jeffrey Yasskin Status: Withdrawn Type: Informational -Content-Type: text/x-rst Created: 22-Mar-2008 Post-History: diff --git a/peps/pep-0584.rst b/peps/pep-0584.rst index eaa49d45bf1..62705a8f530 100644 --- a/peps/pep-0584.rst +++ b/peps/pep-0584.rst @@ -7,7 +7,6 @@ Author: Steven D'Aprano , BDFL-Delegate: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-Mar-2019 Python-Version: 3.9 Post-History: 01-Mar-2019, 16-Oct-2019, 02-Dec-2019, 04-Feb-2020, diff --git a/peps/pep-0585.rst b/peps/pep-0585.rst index f8e674b8872..7c939c03a6c 100644 --- a/peps/pep-0585.rst +++ b/peps/pep-0585.rst @@ -7,7 +7,6 @@ Discussions-To: typing-sig@python.org Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 03-Mar-2019 Python-Version: 3.9 Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/HW2NFOEMCVCTAFLBLC3V7MLM6ZNMKP42/ diff --git a/peps/pep-0587.rst b/peps/pep-0587.rst index 381969a1bf0..cb072ff46ac 100644 --- a/peps/pep-0587.rst +++ b/peps/pep-0587.rst @@ -5,7 +5,6 @@ BDFL-Delegate: Thomas Wouters Discussions-To: python-dev@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Mar-2019 Python-Version: 3.8 diff --git a/peps/pep-0592.rst b/peps/pep-0592.rst index a95e632cde8..5ef853a5832 100644 --- a/peps/pep-0592.rst +++ b/peps/pep-0592.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/1629 Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 07-May-2019 Resolution: https://discuss.python.org/t/pep-592-support-for-yanked-files-in-the-simple-repository-api/1629/30 diff --git a/peps/pep-0595.rst b/peps/pep-0595.rst index 7a06554fde3..c90d226d6b2 100644 --- a/peps/pep-0595.rst +++ b/peps/pep-0595.rst @@ -4,7 +4,6 @@ Author: Ezio Melotti , Berker Peksag Status: Withdrawn Type: Informational -Content-Type: text/x-rst Created: 12-May-2019 diff --git a/peps/pep-0597.rst b/peps/pep-0597.rst index a98dc1dd26a..56fffe0ad95 100644 --- a/peps/pep-0597.rst +++ b/peps/pep-0597.rst @@ -4,7 +4,6 @@ Last-Modified: 07-Aug-2021 Author: Inada Naoki Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-Jun-2019 Python-Version: 3.10 diff --git a/peps/pep-0598.rst b/peps/pep-0598.rst index c9191664e32..16ccfb95df6 100644 --- a/peps/pep-0598.rst +++ b/peps/pep-0598.rst @@ -6,7 +6,6 @@ Author: Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828 Status: Withdrawn Type: Informational -Content-Type: text/x-rst Created: 15-Jun-2019 Python-Version: 3.9 diff --git a/peps/pep-0599.rst b/peps/pep-0599.rst index dc7dff99e4b..ad16f40ec79 100644 --- a/peps/pep-0599.rst +++ b/peps/pep-0599.rst @@ -9,7 +9,6 @@ Discussions-To: https://discuss.python.org/t/the-next-manylinux-specification/10 Status: Superseded Type: Informational Topic: Packaging -Content-Type: text/x-rst Created: 29-Apr-2019 Post-History: 29-Apr-2019 Superseded-By: 600 diff --git a/peps/pep-0600.rst b/peps/pep-0600.rst index 5fa3996b05a..5deceadf024 100644 --- a/peps/pep-0600.rst +++ b/peps/pep-0600.rst @@ -10,7 +10,6 @@ Discussions-To: https://discuss.python.org/t/the-next-manylinux-specification/10 Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 03-May-2019 Post-History: 03-May-2019 Replaces: 513, 571, 599 diff --git a/peps/pep-0601.rst b/peps/pep-0601.rst index ac9d11ef9bc..4e91763b864 100644 --- a/peps/pep-0601.rst +++ b/peps/pep-0601.rst @@ -5,7 +5,6 @@ Sponsor: Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 26-Aug-2019 Python-Version: 3.8 Post-History: 26-Aug-2019, 23-Sep-2019 diff --git a/peps/pep-0603.rst b/peps/pep-0603.rst index d8162689556..c2e8ba2899d 100644 --- a/peps/pep-0603.rst +++ b/peps/pep-0603.rst @@ -6,7 +6,6 @@ Author: Yury Selivanov Discussions-To: https://discuss.python.org/t/pep-603-adding-a-frozenmap-type-to-collections/2318/ Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 12-Sep-2019 Post-History: 12-Sep-2019 diff --git a/peps/pep-0605.rst b/peps/pep-0605.rst index 76b04355432..16d8baec253 100644 --- a/peps/pep-0605.rst +++ b/peps/pep-0605.rst @@ -6,7 +6,6 @@ Author: Steve Dower , Alyssa Coghlan Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 18-Oct-2019 Python-Version: 3.9 diff --git a/peps/pep-0607.rst b/peps/pep-0607.rst index 044de1ca622..0b7bd187e39 100644 --- a/peps/pep-0607.rst +++ b/peps/pep-0607.rst @@ -8,7 +8,6 @@ Author: Łukasz Langa , Discussions-To: https://discuss.python.org/t/pep-607-shared-background-for-the-release-cadence-peps/2528 Status: Final Type: Informational -Content-Type: text/x-rst Created: 11-Oct-2019 Python-Version: 3.9 Post-History: 20-Oct-2019 diff --git a/peps/pep-0608.rst b/peps/pep-0608.rst index b7eb907c8b3..106191992c0 100644 --- a/peps/pep-0608.rst +++ b/peps/pep-0608.rst @@ -4,7 +4,6 @@ Author: Miro Hrončok , Victor Stinner Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 25-Oct-2019 Python-Version: 3.9 diff --git a/peps/pep-0609.rst b/peps/pep-0609.rst index 03880730375..df53a563fde 100644 --- a/peps/pep-0609.rst +++ b/peps/pep-0609.rst @@ -8,7 +8,6 @@ Discussions-To: https://discuss.python.org/t/pep-609-pypa-governance/2619 Status: Active Type: Process Topic: Governance, Packaging -Content-Type: text/x-rst Created: 05-Nov-2019 Post-History: 05-Nov-2019 diff --git a/peps/pep-0610.rst b/peps/pep-0610.rst index 664c6fad0d7..feff35d7349 100644 --- a/peps/pep-0610.rst +++ b/peps/pep-0610.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/recording-the-source-url-of-an-inst Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 21-Apr-2019 Post-History: Resolution: https://discuss.python.org/t/1535/56 diff --git a/peps/pep-0611.rst b/peps/pep-0611.rst index 67cf0905542..63b63bc051e 100644 --- a/peps/pep-0611.rst +++ b/peps/pep-0611.rst @@ -3,7 +3,6 @@ Title: The one million limit Author: Mark Shannon Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 05-Dec-2019 Post-History: diff --git a/peps/pep-0614.rst b/peps/pep-0614.rst index 3a091cd0063..5f0fe6f1e72 100644 --- a/peps/pep-0614.rst +++ b/peps/pep-0614.rst @@ -6,7 +6,6 @@ Author: Brandt Bucher Sponsor: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 10-Feb-2020 Python-Version: 3.9 Post-History: 11-Feb-2020, 18-Feb-2020, 03-Mar-2020 diff --git a/peps/pep-0616.rst b/peps/pep-0616.rst index 2548d0053ad..3b8bb084159 100644 --- a/peps/pep-0616.rst +++ b/peps/pep-0616.rst @@ -4,7 +4,6 @@ Author: Dennis Sweeney Sponsor: Eric V. Smith Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Mar-2020 Python-Version: 3.9 Post-History: 20-Mar-2020 diff --git a/peps/pep-0618.rst b/peps/pep-0618.rst index 252b32a32e6..91681ddc3de 100644 --- a/peps/pep-0618.rst +++ b/peps/pep-0618.rst @@ -7,7 +7,6 @@ Sponsor: Antoine Pitrou BDFL-Delegate: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-May-2020 Python-Version: 3.10 Post-History: 01-May-2020, 10-May-2020, 16-Jun-2020 diff --git a/peps/pep-0620.rst b/peps/pep-0620.rst index 654ac13b834..9533bbfc247 100644 --- a/peps/pep-0620.rst +++ b/peps/pep-0620.rst @@ -3,7 +3,6 @@ Title: Hide implementation details from the C API Author: Victor Stinner Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 19-Jun-2020 Python-Version: 3.12 diff --git a/peps/pep-0621.rst b/peps/pep-0621.rst index f95bb6b83e9..5f8718006b6 100644 --- a/peps/pep-0621.rst +++ b/peps/pep-0621.rst @@ -11,7 +11,6 @@ Discussions-To: https://discuss.python.org/t/pep-621-round-3/5472 Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 22-Jun-2020 Post-History: 22-Jun-2020, 18-Oct-2020, diff --git a/peps/pep-0622.rst b/peps/pep-0622.rst index 0b68a93d1fa..299ddeb68b3 100644 --- a/peps/pep-0622.rst +++ b/peps/pep-0622.rst @@ -10,7 +10,6 @@ BDFL-Delegate: Discussions-To: python-dev@python.org Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 23-Jun-2020 Python-Version: 3.10 Post-History: 23-Jun-2020, 08-Jul-2020 diff --git a/peps/pep-0623.rst b/peps/pep-0623.rst index 0d182add1c0..9404ff6f9de 100644 --- a/peps/pep-0623.rst +++ b/peps/pep-0623.rst @@ -5,7 +5,6 @@ BDFL-Delegate: Victor Stinner Discussions-To: https://mail.python.org/archives/list/python-dev@python.org/thread/BO2TQHSXWL2RJMINWQQRBF5LANDDJNHH/ Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 25-Jun-2020 Python-Version: 3.10 Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/VQKDIZLZ6HF2MLTNCUFURK2IFTXVQEYA/ diff --git a/peps/pep-0624.rst b/peps/pep-0624.rst index 1623493a720..abe7075d42c 100644 --- a/peps/pep-0624.rst +++ b/peps/pep-0624.rst @@ -3,7 +3,6 @@ Title: Remove Py_UNICODE encoder APIs Author: Inada Naoki Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 06-Jul-2020 Python-Version: 3.11 Post-History: 08-Jul-2020 diff --git a/peps/pep-0625.rst b/peps/pep-0625.rst index b686e77c09b..de27d37fcd7 100644 --- a/peps/pep-0625.rst +++ b/peps/pep-0625.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/draft-pep-file-name-of-a-source-dis Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 08-Jul-2020 Post-History: 08-Jul-2020 Resolution: https://discuss.python.org/t/pep-625-file-name-of-a-source-distribution/4686/159 diff --git a/peps/pep-0626.rst b/peps/pep-0626.rst index 4e9a8c4b6d2..cd6a1d70ed3 100644 --- a/peps/pep-0626.rst +++ b/peps/pep-0626.rst @@ -4,7 +4,6 @@ Author: Mark Shannon BDFL-Delegate: Pablo Galindo Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Jul-2020 Python-Version: 3.10 Post-History: 17-Jul-2020 diff --git a/peps/pep-0627.rst b/peps/pep-0627.rst index c0e1274bd20..0f54ef5d2d0 100644 --- a/peps/pep-0627.rst +++ b/peps/pep-0627.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/pep-627/4126 Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 15-Jul-2020 Resolution: https://discuss.python.org/t/pep-627/4126/42 diff --git a/peps/pep-0628.rst b/peps/pep-0628.rst index 551419da49a..594d58aa191 100644 --- a/peps/pep-0628.rst +++ b/peps/pep-0628.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Jun-2011 Python-Version: 3.6 Post-History: 28-Jun-2011 diff --git a/peps/pep-0629.rst b/peps/pep-0629.rst index cc12021db63..016b650310e 100644 --- a/peps/pep-0629.rst +++ b/peps/pep-0629.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/pep-629-versioning-pypis-simple-api Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 16-Jul-2020 Post-History: 16-Jul-2020 diff --git a/peps/pep-0630.rst b/peps/pep-0630.rst index 9dfdef56b60..21d1848c53a 100644 --- a/peps/pep-0630.rst +++ b/peps/pep-0630.rst @@ -4,7 +4,6 @@ Author: Petr Viktorin Discussions-To: capi-sig@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 25-Aug-2020 Post-History: 16-Jul-2020 diff --git a/peps/pep-0631.rst b/peps/pep-0631.rst index d56b5cbe66c..de4ca2fac6c 100644 --- a/peps/pep-0631.rst +++ b/peps/pep-0631.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/5018 Status: Superseded Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 20-Aug-2020 Post-History: 20-Aug-2020 Superseded-By: 621 diff --git a/peps/pep-0632.rst b/peps/pep-0632.rst index 876137356f9..8f0d7ca718d 100644 --- a/peps/pep-0632.rst +++ b/peps/pep-0632.rst @@ -4,7 +4,6 @@ Author: Steve Dower Discussions-To: https://discuss.python.org/t/pep-632-deprecate-distutils-module/5134 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 03-Sep-2020 Python-Version: 3.10 Post-History: 03-Sep-2020, 22-Jan-2021 diff --git a/peps/pep-0633.rst b/peps/pep-0633.rst index 5e673b3c825..faa7b1791e8 100644 --- a/peps/pep-0633.rst +++ b/peps/pep-0633.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/dependency-specification-in-pyproje Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 02-Sep-2020 Post-History: 02-Sep-2020 Resolution: https://discuss.python.org/t/how-to-specify-dependencies-pep-508-strings-or-a-table-in-toml/5243/38 diff --git a/peps/pep-0635.rst b/peps/pep-0635.rst index 114972a97c7..dbaedc62169 100644 --- a/peps/pep-0635.rst +++ b/peps/pep-0635.rst @@ -8,7 +8,6 @@ BDFL-Delegate: Discussions-To: python-dev@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 12-Sep-2020 Python-Version: 3.10 Post-History: 22-Oct-2020, 08-Feb-2021 diff --git a/peps/pep-0636.rst b/peps/pep-0636.rst index de5e42330a3..7062bfc9e57 100644 --- a/peps/pep-0636.rst +++ b/peps/pep-0636.rst @@ -8,7 +8,6 @@ BDFL-Delegate: Discussions-To: python-dev@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 12-Sep-2020 Python-Version: 3.10 Post-History: 22-Oct-2020, 08-Feb-2021 diff --git a/peps/pep-0637.rst b/peps/pep-0637.rst index f667f715bc6..b3e1d3afd6a 100644 --- a/peps/pep-0637.rst +++ b/peps/pep-0637.rst @@ -7,7 +7,6 @@ Sponsor: Steven D'Aprano Discussions-To: python-ideas@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 24-Aug-2020 Python-Version: 3.10 Post-History: 23-Sep-2020 diff --git a/peps/pep-0638.rst b/peps/pep-0638.rst index 05a48693ec8..9ccadcb0eef 100644 --- a/peps/pep-0638.rst +++ b/peps/pep-0638.rst @@ -4,7 +4,6 @@ Author: Mark Shannon Discussions-To: https://mail.python.org/archives/list/python-dev@python.org/thread/U4C4XHNRC4SHS3TPZWCTY4SN4QU3TT6V/ Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 24-Sep-2020 Post-History: 26-Sep-2020 diff --git a/peps/pep-0640.rst b/peps/pep-0640.rst index 0af07653f3b..b4bce22cee2 100644 --- a/peps/pep-0640.rst +++ b/peps/pep-0640.rst @@ -3,7 +3,6 @@ Title: Unused variable syntax Author: Thomas Wouters Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 04-Oct-2020 Python-Version: 3.10 Post-History: 19-Oct-2020 diff --git a/peps/pep-0641.rst b/peps/pep-0641.rst index 4227bbbf202..393133b88e6 100644 --- a/peps/pep-0641.rst +++ b/peps/pep-0641.rst @@ -7,7 +7,6 @@ PEP-Delegate: Pablo Galindo Discussions-To: https://discuss.python.org/t/pep-641-using-an-underscore-in-the-version-portion-of-python-3-10-compatibility-tags/5513 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 20-Oct-2020 Python-Version: 3.10 Post-History: 21-Oct-2020 diff --git a/peps/pep-0642.rst b/peps/pep-0642.rst index 59c8ef6a283..b8549eb585f 100644 --- a/peps/pep-0642.rst +++ b/peps/pep-0642.rst @@ -7,7 +7,6 @@ BDFL-Delegate: Discussions-To: python-dev@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Requires: 634 Created: 26-Sep-2020 Python-Version: 3.10 diff --git a/peps/pep-0643.rst b/peps/pep-0643.rst index 2df732adeb5..8f1c3d4db34 100644 --- a/peps/pep-0643.rst +++ b/peps/pep-0643.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/pep-643-metadata-for-package-source Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 24-Oct-2020 Post-History: 24-Oct-2020, 01-Nov-2020, 02-Nov-2020, 14-Nov-2020 Resolution: https://discuss.python.org/t/pep-643-metadata-for-package-source-distributions/5577/53 diff --git a/peps/pep-0644.rst b/peps/pep-0644.rst index 4532d0b7b8a..8f9c521e4a2 100644 --- a/peps/pep-0644.rst +++ b/peps/pep-0644.rst @@ -4,7 +4,6 @@ Author: Christian Heimes Discussions-To: https://discuss.python.org/t/pep-644-require-openssl-1-1-or-newer/5584 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Oct-2020 Python-Version: 3.10 Post-History: 27-Oct-2020, 03-Mar-2021, 17-Mar-2021, 17-Apr-2021 diff --git a/peps/pep-0645.rst b/peps/pep-0645.rst index 043e4d62552..4c99eb15a4b 100644 --- a/peps/pep-0645.rst +++ b/peps/pep-0645.rst @@ -4,7 +4,6 @@ Author: Maggie Moss Sponsor: Guido van Rossum Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 25-Aug-2020 Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/E75SPV6DDHLEEFSA5MBN5HUOQWDMUQJ2/ diff --git a/peps/pep-0646.rst b/peps/pep-0646.rst index 2fd3dcce669..284cf8b5482 100644 --- a/peps/pep-0646.rst +++ b/peps/pep-0646.rst @@ -8,7 +8,6 @@ Sponsor: Guido van Rossum Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 16-Sep-2020 Python-Version: 3.11 Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020 diff --git a/peps/pep-0648.rst b/peps/pep-0648.rst index 05b045aba7e..19b4e287b66 100644 --- a/peps/pep-0648.rst +++ b/peps/pep-0648.rst @@ -5,7 +5,6 @@ Sponsor: Pablo Galindo Discussions-To: https://discuss.python.org/t/pep-648-extensible-customizations-of-the-interpreter-at-startup/6403 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 30-Dec-2020 Python-Version: 3.11 Post-History: 16-Dec-2020, 18-Dec-2020 diff --git a/peps/pep-0649.rst b/peps/pep-0649.rst index b0cb05b6e6b..1356d66bc07 100644 --- a/peps/pep-0649.rst +++ b/peps/pep-0649.rst @@ -5,7 +5,6 @@ Discussions-To: https://discuss.python.org/t/pep-649-deferred-evaluation-of-anno Status: Accepted Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 11-Jan-2021 Python-Version: 3.14 Post-History: `11-Jan-2021 `__, diff --git a/peps/pep-0650.rst b/peps/pep-0650.rst index 87c7944120b..2a35a1b0ad8 100644 --- a/peps/pep-0650.rst +++ b/peps/pep-0650.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/pep-650-specifying-installer-requir Status: Withdrawn Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 16-Jul-2020 Post-History: 14-Jan-2021 diff --git a/peps/pep-0651.rst b/peps/pep-0651.rst index 45fc5940e4e..e3a08b6fc0a 100644 --- a/peps/pep-0651.rst +++ b/peps/pep-0651.rst @@ -3,7 +3,6 @@ Title: Robust Stack Overflow Handling Author: Mark Shannon Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 18-Jan-2021 Post-History: 19-Jan-2021 diff --git a/peps/pep-0652.rst b/peps/pep-0652.rst index 3777bc1865a..c07b87eedb3 100644 --- a/peps/pep-0652.rst +++ b/peps/pep-0652.rst @@ -4,7 +4,6 @@ Author: Petr Viktorin Discussions-To: https://discuss.python.org/t/pre-pep-maintaining-the-stable-abi/6986/ Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Feb-2021 Python-Version: 3.10 Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/IN4XMFLQJ6D6V67EXU27GV3QWSEHHNNH/ diff --git a/peps/pep-0653.rst b/peps/pep-0653.rst index e7228da5fb8..567c8c8a1f2 100644 --- a/peps/pep-0653.rst +++ b/peps/pep-0653.rst @@ -3,7 +3,6 @@ Title: Precise Semantics for Pattern Matching Author: Mark Shannon Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 09-Feb-2021 Post-History: 18-Feb-2021 diff --git a/peps/pep-0654.rst b/peps/pep-0654.rst index a7bb82a44a5..660ac58ea08 100644 --- a/peps/pep-0654.rst +++ b/peps/pep-0654.rst @@ -6,7 +6,6 @@ Author: Irit Katriel , Discussions-To: https://discuss.python.org/t/accepting-pep-654-exception-groups-and-except/10813 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 22-Feb-2021 Python-Version: 3.11 Post-History: `22-Feb-2021 `__, diff --git a/peps/pep-0656.rst b/peps/pep-0656.rst index 3959c625d2e..697f44c3d44 100644 --- a/peps/pep-0656.rst +++ b/peps/pep-0656.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/7165 Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 17-Mar-2021 Post-History: 17-Mar-2021, 18-Apr-2021 Resolution: https://discuss.python.org/t/7165/32 diff --git a/peps/pep-0657.rst b/peps/pep-0657.rst index 0e0b87002b2..e78858ba493 100644 --- a/peps/pep-0657.rst +++ b/peps/pep-0657.rst @@ -8,7 +8,6 @@ Author: Pablo Galindo , Discussions-To: https://discuss.python.org/t/pep-657-include-fine-grained-error-locations-in-tracebacks/8629 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 08-May-2021 Python-Version: 3.11 Post-History: diff --git a/peps/pep-0658.rst b/peps/pep-0658.rst index 1aec7cedcf2..4c232e5fe46 100644 --- a/peps/pep-0658.rst +++ b/peps/pep-0658.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/8651 Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 10-May-2021 Post-History: 10-May-2021 Resolution: https://discuss.python.org/t/8651/48 diff --git a/peps/pep-0660.rst b/peps/pep-0660.rst index 44007f84d88..90b9590e29f 100644 --- a/peps/pep-0660.rst +++ b/peps/pep-0660.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/draft-pep-editable-installs-for-pep Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 30-Mar-2021 Post-History: Resolution: https://discuss.python.org/t/pronouncement-on-peps-660-and-662-editable-installs/9450 diff --git a/peps/pep-0661.rst b/peps/pep-0661.rst index a13037d01f7..c3549115337 100644 --- a/peps/pep-0661.rst +++ b/peps/pep-0661.rst @@ -4,7 +4,6 @@ Author: Tal Einat Discussions-To: https://discuss.python.org/t/pep-661-sentinel-values/9126 Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 06-Jun-2021 Post-History: `20-May-2021 `__, `06-Jun-2021 `__ diff --git a/peps/pep-0662.rst b/peps/pep-0662.rst index 1a3918ebe91..99eb93b1a6f 100644 --- a/peps/pep-0662.rst +++ b/peps/pep-0662.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/discuss-tbd-editable-installs-by-ga Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 28-May-2021 Post-History: Resolution: https://discuss.python.org/t/pronouncement-on-peps-660-and-662-editable-installs/9450 diff --git a/peps/pep-0663.rst b/peps/pep-0663.rst index dfcc4bc2126..ccf718319de 100644 --- a/peps/pep-0663.rst +++ b/peps/pep-0663.rst @@ -6,7 +6,6 @@ Author: Ethan Furman Discussions-To: python-dev@python.org Status: Rejected Type: Informational -Content-Type: text/x-rst Created: 30-Jun-2021 Python-Version: 3.11 Post-History: 20-Jul-2021, 02-Nov-2021 diff --git a/peps/pep-0666.rst b/peps/pep-0666.rst index dd3bdce23d6..9bd8e4ef166 100644 --- a/peps/pep-0666.rst +++ b/peps/pep-0666.rst @@ -3,7 +3,6 @@ Title: Reject Foolish Indentation Author: Laura Creighton Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 03-Dec-2001 Python-Version: 2.2 Post-History: 05-Dec-2001 diff --git a/peps/pep-0668.rst b/peps/pep-0668.rst index 0d611a90bd4..739d543c89e 100644 --- a/peps/pep-0668.rst +++ b/peps/pep-0668.rst @@ -13,7 +13,6 @@ Discussions-To: https://discuss.python.org/t/10302 Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 18-May-2021 Post-History: 28-May-2021 Resolution: https://discuss.python.org/t/10302/44 diff --git a/peps/pep-0670.rst b/peps/pep-0670.rst index c09c8bb2b41..f97168c4121 100644 --- a/peps/pep-0670.rst +++ b/peps/pep-0670.rst @@ -4,7 +4,6 @@ Author: Erlend Egeberg Aasland , Victor Stinner Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Oct-2021 Python-Version: 3.11 Post-History: `20-Oct-2021 `__, diff --git a/peps/pep-0671.rst b/peps/pep-0671.rst index 6febb920f85..c0afd385039 100644 --- a/peps/pep-0671.rst +++ b/peps/pep-0671.rst @@ -4,7 +4,6 @@ Author: Chris Angelico Discussions-To: https://mail.python.org/archives/list/python-ideas@python.org/thread/UVOQEK7IRFSCBOH734T5GFJOEJXFCR6A/ Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 24-Oct-2021 Python-Version: 3.12 Post-History: `24-Oct-2021 `__, diff --git a/peps/pep-0674.rst b/peps/pep-0674.rst index c87574a4d64..9d933aa0abf 100644 --- a/peps/pep-0674.rst +++ b/peps/pep-0674.rst @@ -3,7 +3,6 @@ Title: Disallow using macros as l-values Author: Victor Stinner Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 30-Nov-2021 Python-Version: 3.12 diff --git a/peps/pep-0676.rst b/peps/pep-0676.rst index 280da7327ca..d235896a385 100644 --- a/peps/pep-0676.rst +++ b/peps/pep-0676.rst @@ -6,7 +6,6 @@ PEP-Delegate: Barry Warsaw Discussions-To: https://discuss.python.org/t/10774 Status: Active Type: Process -Content-Type: text/x-rst Created: 01-Nov-2021 Post-History: 23-Sep-2021, 30-Nov-2021 Resolution: https://discuss.python.org/t/10774/99 diff --git a/peps/pep-0677.rst b/peps/pep-0677.rst index 4a9dcff1d61..95bd6c43ce1 100644 --- a/peps/pep-0677.rst +++ b/peps/pep-0677.rst @@ -7,7 +7,6 @@ Discussions-To: python-dev@python.org Status: Rejected Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 13-Dec-2021 Python-Version: 3.11 Post-History: 16-Dec-2021 diff --git a/peps/pep-0678.rst b/peps/pep-0678.rst index c8bb7482971..bef96622799 100644 --- a/peps/pep-0678.rst +++ b/peps/pep-0678.rst @@ -5,7 +5,6 @@ Sponsor: Irit Katriel Discussions-To: https://discuss.python.org/t/pep-678-enriching-exceptions-with-notes/13374 Status: Final Type: Standards Track -Content-Type: text/x-rst Requires: 654 Created: 20-Dec-2021 Python-Version: 3.11 diff --git a/peps/pep-0679.rst b/peps/pep-0679.rst index c52c0e01b41..fe5b8833354 100644 --- a/peps/pep-0679.rst +++ b/peps/pep-0679.rst @@ -4,7 +4,6 @@ Author: Pablo Galindo Salgado Discussions-To: https://discuss.python.org/t/pep-679-allow-parentheses-in-assert-statements/13003 Status: Draft Type: Standards Track -Content-Type: text/x-rst Created: 07-Jan-2022 Python-Version: 3.12 diff --git a/peps/pep-0680.rst b/peps/pep-0680.rst index d709d4fdb56..3ddb6edcbd8 100644 --- a/peps/pep-0680.rst +++ b/peps/pep-0680.rst @@ -5,7 +5,6 @@ Sponsor: Petr Viktorin Discussions-To: https://discuss.python.org/t/13040 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-Jan-2022 Python-Version: 3.11 Post-History: `09-Dec-2021 `__, diff --git a/peps/pep-0682.rst b/peps/pep-0682.rst index adcb54bb0e5..560a5f9dd39 100644 --- a/peps/pep-0682.rst +++ b/peps/pep-0682.rst @@ -6,7 +6,6 @@ PEP-Delegate: Mark Dickinson Discussions-To: https://discuss.python.org/t/pep-682-format-specifier-for-signed-zero/13596 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 29-Jan-2022 Python-Version: 3.11 Post-History: 08-Feb-2022 diff --git a/peps/pep-0685.rst b/peps/pep-0685.rst index 04d1f910a46..852b0ad8f27 100644 --- a/peps/pep-0685.rst +++ b/peps/pep-0685.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/14141 Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 08-Mar-2022 Post-History: `08-Mar-2022 `__ Resolution: https://discuss.python.org/t/pep-685-comparison-of-extra-names-for-optional-distribution-dependencies/14141/55 diff --git a/peps/pep-0686.rst b/peps/pep-0686.rst index 301813c5261..7fc8c4068ae 100644 --- a/peps/pep-0686.rst +++ b/peps/pep-0686.rst @@ -4,7 +4,6 @@ Author: Inada Naoki Discussions-To: https://discuss.python.org/t/14737 Status: Accepted Type: Standards Track -Content-Type: text/x-rst Created: 18-Mar-2022 Python-Version: 3.15 Post-History: `18-Mar-2022 `__, diff --git a/peps/pep-0687.rst b/peps/pep-0687.rst index ab1a7b3f291..06c6f1bc3d5 100644 --- a/peps/pep-0687.rst +++ b/peps/pep-0687.rst @@ -4,7 +4,6 @@ Author: Erlend Egeberg Aasland , Petr Viktorin Discussions-To: https://discuss.python.org/t/pep-689-unstable-c-api-tier/20452 Status: Final Type: Standards Track -Content-Type: text/x-rst Requires: 523 Created: 22-Apr-2022 Python-Version: 3.12 diff --git a/peps/pep-0690.rst b/peps/pep-0690.rst index 593f117cd1b..0e6017c826f 100644 --- a/peps/pep-0690.rst +++ b/peps/pep-0690.rst @@ -5,7 +5,6 @@ Sponsor: Barry Warsaw Discussions-To: https://discuss.python.org/t/pep-690-lazy-imports/15474 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 29-Apr-2022 Python-Version: 3.12 Post-History: `03-May-2022 `__, diff --git a/peps/pep-0691.rst b/peps/pep-0691.rst index 372311a38e3..fb314c8b17a 100644 --- a/peps/pep-0691.rst +++ b/peps/pep-0691.rst @@ -9,7 +9,6 @@ Discussions-To: https://discuss.python.org/t/pep-691-json-based-simple-api-for-p Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 04-May-2022 Post-History: `05-May-2022 `__ Resolution: https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553/70 diff --git a/peps/pep-0694.rst b/peps/pep-0694.rst index 132aa8ca8e1..ffdfa2e94c5 100644 --- a/peps/pep-0694.rst +++ b/peps/pep-0694.rst @@ -5,7 +5,6 @@ Discussions-To: https://discuss.python.org/t/pep-694-upload-2-0-api-for-python-p Status: Draft Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 11-Jun-2022 Post-History: `27-Jun-2022 `__ diff --git a/peps/pep-0697.rst b/peps/pep-0697.rst index 46584ca6854..c14edbc565e 100644 --- a/peps/pep-0697.rst +++ b/peps/pep-0697.rst @@ -4,7 +4,6 @@ Author: Petr Viktorin Discussions-To: https://discuss.python.org/t/19743 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 23-Aug-2022 Python-Version: 3.12 Post-History: `24-May-2022 `__, diff --git a/peps/pep-0699.rst b/peps/pep-0699.rst index 9e1b6ff8620..7aecbdad9a6 100644 --- a/peps/pep-0699.rst +++ b/peps/pep-0699.rst @@ -4,7 +4,6 @@ Author: Ken Jin Discussions-To: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724 Status: Accepted Type: Standards Track -Content-Type: text/x-rst Created: 03-Oct-2022 Python-Version: 3.12 Post-History: `05-Oct-2022 `__ diff --git a/peps/pep-0701.rst b/peps/pep-0701.rst index 4b9c4a325c7..d14c1929c3d 100644 --- a/peps/pep-0701.rst +++ b/peps/pep-0701.rst @@ -7,7 +7,6 @@ Author: Pablo Galindo , Discussions-To: https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046 Status: Accepted Type: Standards Track -Content-Type: text/x-rst Created: 15-Nov-2022 Python-Version: 3.12 Post-History: `19-Dec-2022 `__, diff --git a/peps/pep-0703.rst b/peps/pep-0703.rst index 3277ab688ac..9db95700fd3 100644 --- a/peps/pep-0703.rst +++ b/peps/pep-0703.rst @@ -5,7 +5,6 @@ Sponsor: Łukasz Langa Discussions-To: https://discuss.python.org/t/22606 Status: Accepted Type: Standards Track -Content-Type: text/x-rst Created: 09-Jan-2023 Python-Version: 3.13 Post-History: `09-Jan-2023 `__, diff --git a/peps/pep-0704.rst b/peps/pep-0704.rst index 18cb4f342d1..79489abdbcc 100644 --- a/peps/pep-0704.rst +++ b/peps/pep-0704.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/22846 Status: Withdrawn Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 16-Jan-2023 Post-History: `16-Jan-2023 `__ diff --git a/peps/pep-0706.rst b/peps/pep-0706.rst index 984b7555017..465b25e912f 100644 --- a/peps/pep-0706.rst +++ b/peps/pep-0706.rst @@ -4,7 +4,6 @@ Author: Petr Viktorin Discussions-To: https://discuss.python.org/t/23903 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Feb-2023 Python-Version: 3.12 Post-History: `25-Jan-2023 `__, diff --git a/peps/pep-0707.rst b/peps/pep-0707.rst index 6e54b61116d..a588af36656 100644 --- a/peps/pep-0707.rst +++ b/peps/pep-0707.rst @@ -4,7 +4,6 @@ Author: Irit Katriel Discussions-To: https://discuss.python.org/t/24402 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 18-Feb-2023 Python-Version: 3.12 Post-History: `02-Mar-2023 `__, diff --git a/peps/pep-0708.rst b/peps/pep-0708.rst index 02ac777aa57..f9de175df85 100644 --- a/peps/pep-0708.rst +++ b/peps/pep-0708.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/24179 Status: Provisional Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 20-Feb-2023 Post-History: `01-Feb-2023 `__, `23-Feb-2023 `__ diff --git a/peps/pep-0710.rst b/peps/pep-0710.rst index 063c2d07532..cc4316871fd 100644 --- a/peps/pep-0710.rst +++ b/peps/pep-0710.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/pep-710-recording-the-provenance-of Status: Draft Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 27-Mar-2023 Post-History: `03-Dec-2021 `__, `30-Jan-2023 `__, diff --git a/peps/pep-0711.rst b/peps/pep-0711.rst index bff11331743..194214297e1 100644 --- a/peps/pep-0711.rst +++ b/peps/pep-0711.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/pep-711-pybi-a-standard-format-for- Status: Draft Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 06-Apr-2023 Post-History: `06-Apr-2023 `__ diff --git a/peps/pep-0712.rst b/peps/pep-0712.rst index 7076daef372..80252f82b61 100644 --- a/peps/pep-0712.rst +++ b/peps/pep-0712.rst @@ -5,7 +5,6 @@ Sponsor: Eric V. Smith Discussions-To: https://discuss.python.org/t/pep-712-adding-a-converter-parameter-to-dataclasses-field/26126 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 01-Jan-2023 Python-Version: 3.13 Post-History: `27-Dec-2022 `__, diff --git a/peps/pep-0713.rst b/peps/pep-0713.rst index 9547b497b31..d34c75c64aa 100644 --- a/peps/pep-0713.rst +++ b/peps/pep-0713.rst @@ -5,7 +5,6 @@ Sponsor: Łukasz Langa Discussions-To: https://discuss.python.org/t/pep-713-callable-modules/26127 Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 20-Apr-2023 Python-Version: 3.12 Post-History: `23-Apr-2023 `__ diff --git a/peps/pep-0714.rst b/peps/pep-0714.rst index bbbd81f2cb2..2ddbeb3b054 100644 --- a/peps/pep-0714.rst +++ b/peps/pep-0714.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/27471 Status: Accepted Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 06-Jun-2023 Post-History: `06-Jun-2023 `__ Resolution: `27-Jun-2023 `__ diff --git a/peps/pep-0715.rst b/peps/pep-0715.rst index 2642436d3e2..fcee60a82b0 100644 --- a/peps/pep-0715.rst +++ b/peps/pep-0715.rst @@ -7,7 +7,6 @@ Discussions-To: https://discuss.python.org/t/27610 Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 06-Jun-2023 Post-History: `09-Jun-2023 `__ Resolution: `24-Jun-2023 `__ diff --git a/peps/pep-0718.rst b/peps/pep-0718.rst index 025fb870712..d2a51cbfc92 100644 --- a/peps/pep-0718.rst +++ b/peps/pep-0718.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/28457/ Status: Draft Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 23-Jun-2023 Python-Version: 3.13 Post-History: `24-Jun-2023 `__ diff --git a/peps/pep-0720.rst b/peps/pep-0720.rst index 7fdf5e6b937..9cd72a87aa2 100644 --- a/peps/pep-0720.rst +++ b/peps/pep-0720.rst @@ -4,7 +4,6 @@ Author: Filipe Laíns PEP-Delegate: Status: Draft Type: Informational -Content-Type: text/x-rst Created: 01-Jul-2023 Python-Version: 3.12 diff --git a/peps/pep-0721.rst b/peps/pep-0721.rst index d7b412715d5..5a13ad965d3 100644 --- a/peps/pep-0721.rst +++ b/peps/pep-0721.rst @@ -5,7 +5,6 @@ PEP-Delegate: Paul Moore Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Requires: 706 Created: 12-Jul-2023 Python-Version: 3.12 diff --git a/peps/pep-0722.rst b/peps/pep-0722.rst index ab252400dcc..3b43b2816c7 100644 --- a/peps/pep-0722.rst +++ b/peps/pep-0722.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/29905 Status: Rejected Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 19-Jul-2023 Post-History: `19-Jul-2023 `__ Resolution: https://discuss.python.org/t/pep-722-723-decision/36763/ diff --git a/peps/pep-0724.rst b/peps/pep-0724.rst index 7ef23850b8b..89e04d43661 100644 --- a/peps/pep-0724.rst +++ b/peps/pep-0724.rst @@ -8,7 +8,6 @@ Discussions-To: https://discuss.python.org/t/pep-724-stricter-type-guards/34124 Status: Withdrawn Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 28-Jul-2023 Python-Version: 3.13 Post-History: `30-Dec-2021 `__, diff --git a/peps/pep-0725.rst b/peps/pep-0725.rst index 52aa8d1c2fb..7c9d83f949b 100644 --- a/peps/pep-0725.rst +++ b/peps/pep-0725.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/31888 Status: Draft Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 17-Aug-2023 Post-History: `18-Aug-2023 `__ diff --git a/peps/pep-0726.rst b/peps/pep-0726.rst index 184d98463ef..920333476b1 100644 --- a/peps/pep-0726.rst +++ b/peps/pep-0726.rst @@ -5,7 +5,6 @@ Sponsor: Adam Turner Discussions-To: https://discuss.python.org/t/32640/ Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 24-Aug-2023 Python-Version: 3.13 Post-History: `06-Apr-2023 `__, diff --git a/peps/pep-0727.rst b/peps/pep-0727.rst index 8bc9a638e2d..085177abe7a 100644 --- a/peps/pep-0727.rst +++ b/peps/pep-0727.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/32566 Status: Draft Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 28-Aug-2023 Python-Version: 3.13 Post-History: `30-Aug-2023 `__ diff --git a/peps/pep-0728.rst b/peps/pep-0728.rst index 38fbe29620b..3557d0920a2 100644 --- a/peps/pep-0728.rst +++ b/peps/pep-0728.rst @@ -6,7 +6,6 @@ Discussions-To: https://discuss.python.org/t/pep-728-typeddict-with-typed-extra- Status: Draft Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 12-Sep-2023 Python-Version: 3.14 Post-History: `09-Feb-2024 `__, diff --git a/peps/pep-0730.rst b/peps/pep-0730.rst index 64c017a2b7e..740ac80a883 100644 --- a/peps/pep-0730.rst +++ b/peps/pep-0730.rst @@ -5,7 +5,6 @@ Sponsor: Ned Deily Discussions-To: https://discuss.python.org/t/pep730-adding-ios-as-a-supported-platform/35854 Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Oct-2023 Python-Version: 3.13 Resolution: https://discuss.python.org/t/pep-730-adding-ios-as-a-supported-platform/35854/66 diff --git a/peps/pep-0754.rst b/peps/pep-0754.rst index bd55f67c82e..73f5fa347d7 100644 --- a/peps/pep-0754.rst +++ b/peps/pep-0754.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Gregory R. Warnes Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 28-Mar-2003 Python-Version: 2.3 Post-History: diff --git a/peps/pep-0801.rst b/peps/pep-0801.rst index b4ae585a10e..b954e94b536 100644 --- a/peps/pep-0801.rst +++ b/peps/pep-0801.rst @@ -3,7 +3,6 @@ Title: Reserved Author: Barry Warsaw Status: Active Type: Informational -Content-Type: text/x-rst Created: 21-Jun-2018 diff --git a/peps/pep-3000.rst b/peps/pep-3000.rst index f87382a9442..4ef945a9ec2 100644 --- a/peps/pep-3000.rst +++ b/peps/pep-3000.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Process -Content-Type: text/x-rst Created: 05-Apr-2006 Post-History: diff --git a/peps/pep-3001.rst b/peps/pep-3001.rst index 08df2138f66..d19d698f8df 100644 --- a/peps/pep-3001.rst +++ b/peps/pep-3001.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl Status: Withdrawn Type: Process -Content-Type: text/x-rst Created: 05-Apr-2006 Post-History: diff --git a/peps/pep-3002.rst b/peps/pep-3002.rst index 834a75b30a5..9daa3d6c5ed 100644 --- a/peps/pep-3002.rst +++ b/peps/pep-3002.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Steven Bethard Status: Final Type: Process -Content-Type: text/x-rst Created: 27-Mar-2006 Post-History: 27-Mar-2006, 13-Apr-2006 diff --git a/peps/pep-3003.rst b/peps/pep-3003.rst index d82cb0d92bc..db07ff06bc4 100644 --- a/peps/pep-3003.rst +++ b/peps/pep-3003.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon, Jesse Noller, Guido van Rossum Status: Final Type: Process -Content-Type: text/x-rst Created: 21-Oct-2009 Post-History: 03-Nov-2009 diff --git a/peps/pep-3099.rst b/peps/pep-3099.rst index f621a361d48..addd98b805a 100644 --- a/peps/pep-3099.rst +++ b/peps/pep-3099.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Process -Content-Type: text/x-rst Created: 04-Apr-2006 Post-History: diff --git a/peps/pep-3100.rst b/peps/pep-3100.rst index f758a8ccf39..1d58e31c0ca 100644 --- a/peps/pep-3100.rst +++ b/peps/pep-3100.rst @@ -3,7 +3,6 @@ Title: Miscellaneous Python 3.0 Plans Author: Brett Cannon Status: Final Type: Process -Content-Type: text/x-rst Created: 20-Aug-2004 Post-History: diff --git a/peps/pep-3101.rst b/peps/pep-3101.rst index a3bf1eee52b..d5ef2d81483 100644 --- a/peps/pep-3101.rst +++ b/peps/pep-3101.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Talin Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Apr-2006 Python-Version: 3.0 Post-History: 28-Apr-2006, 06-May-2006, 10-Jun-2007, 14-Aug-2007, 14-Sep-2008 diff --git a/peps/pep-3102.rst b/peps/pep-3102.rst index 0af9c8d9008..9bae5842951 100644 --- a/peps/pep-3102.rst +++ b/peps/pep-3102.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Talin Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 22-Apr-2006 Python-Version: 3.0 Post-History: 28-Apr-2006, 19-May-2006 diff --git a/peps/pep-3103.rst b/peps/pep-3103.rst index 007b909a30f..a2f3cf0ac7c 100644 --- a/peps/pep-3103.rst +++ b/peps/pep-3103.rst @@ -3,7 +3,6 @@ Title: A Switch/Case Statement Author: Guido van Rossum Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 25-Jun-2006 Python-Version: 3.0 Post-History: 26-Jun-2006 diff --git a/peps/pep-3104.rst b/peps/pep-3104.rst index b74f1b63f53..53175ceb3ab 100644 --- a/peps/pep-3104.rst +++ b/peps/pep-3104.rst @@ -3,7 +3,6 @@ Title: Access to Names in Outer Scopes Author: Ka-Ping Yee Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Oct-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3105.rst b/peps/pep-3105.rst index 0028bfb8b39..1781eff8ec8 100644 --- a/peps/pep-3105.rst +++ b/peps/pep-3105.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Nov-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3106.rst b/peps/pep-3106.rst index 2d50df934ed..4aa1e074a1a 100644 --- a/peps/pep-3106.rst +++ b/peps/pep-3106.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Dec-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3107.rst b/peps/pep-3107.rst index 2ea011e217d..cb3d3d4c0c1 100644 --- a/peps/pep-3107.rst +++ b/peps/pep-3107.rst @@ -6,7 +6,6 @@ Author: Collin Winter , Tony Lownds Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 02-Dec-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3109.rst b/peps/pep-3109.rst index 374a2e532ce..f086a6f0a42 100644 --- a/peps/pep-3109.rst +++ b/peps/pep-3109.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Collin Winter Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 19-Jan-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3110.rst b/peps/pep-3110.rst index dcab097b7e5..d4537e1346b 100644 --- a/peps/pep-3110.rst +++ b/peps/pep-3110.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Collin Winter Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Jan-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3111.rst b/peps/pep-3111.rst index 5ef01168dad..b241f1df407 100644 --- a/peps/pep-3111.rst +++ b/peps/pep-3111.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Andre Roberge Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 13-Sep-2006 Python-Version: 3.0 Post-History: 22-Dec-2006 diff --git a/peps/pep-3112.rst b/peps/pep-3112.rst index 584d31a3e1b..f1d9ae4c41c 100644 --- a/peps/pep-3112.rst +++ b/peps/pep-3112.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Jason Orendorff Status: Final Type: Standards Track -Content-Type: text/x-rst Requires: 358 Created: 23-Feb-2007 Python-Version: 3.0 diff --git a/peps/pep-3113.rst b/peps/pep-3113.rst index 89533a37a79..af55a0700b3 100644 --- a/peps/pep-3113.rst +++ b/peps/pep-3113.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 02-Mar-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3114.rst b/peps/pep-3114.rst index 1fe8c1c277d..c6d5f4b21ea 100644 --- a/peps/pep-3114.rst +++ b/peps/pep-3114.rst @@ -3,7 +3,6 @@ Title: Renaming iterator.next() to iterator.__next__() Author: Ka-Ping Yee Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 04-Mar-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3115.rst b/peps/pep-3115.rst index a8c2560dc9e..f97f16bb709 100644 --- a/peps/pep-3115.rst +++ b/peps/pep-3115.rst @@ -3,7 +3,6 @@ Title: Metaclasses in Python 3000 Author: Talin Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 07-Mar-2007 Python-Version: 3.0 Post-History: 11-Mar-2007, 14-Mar-2007 diff --git a/peps/pep-3116.rst b/peps/pep-3116.rst index 183de9ea96c..27aa92dbb88 100644 --- a/peps/pep-3116.rst +++ b/peps/pep-3116.rst @@ -7,7 +7,6 @@ Author: Daniel Stutzbach , Mike Verdone Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Feb-2007 Python-Version: 3.0 Post-History: 26-Feb-2007 diff --git a/peps/pep-3117.rst b/peps/pep-3117.rst index 779e5fd6a04..8f267f4bcca 100644 --- a/peps/pep-3117.rst +++ b/peps/pep-3117.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 01-Apr-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3118.rst b/peps/pep-3118.rst index 1dd54e3890b..eb34d742a68 100644 --- a/peps/pep-3118.rst +++ b/peps/pep-3118.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Travis Oliphant , Carl Banks Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Aug-2006 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3119.rst b/peps/pep-3119.rst index fda56b40427..71e96d20821 100644 --- a/peps/pep-3119.rst +++ b/peps/pep-3119.rst @@ -3,7 +3,6 @@ Title: Introducing Abstract Base Classes Author: Guido van Rossum , Talin Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 18-Apr-2007 Python-Version: 3.0 Post-History: 26-Apr-2007, 11-May-2007 diff --git a/peps/pep-3120.rst b/peps/pep-3120.rst index a8076fa597e..c8f7c06ea9d 100644 --- a/peps/pep-3120.rst +++ b/peps/pep-3120.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 15-Apr-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3121.rst b/peps/pep-3121.rst index 2b3249d9370..49eaf119adc 100644 --- a/peps/pep-3121.rst +++ b/peps/pep-3121.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Apr-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3122.rst b/peps/pep-3122.rst index 90d2394da2a..98df22db9b2 100644 --- a/peps/pep-3122.rst +++ b/peps/pep-3122.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brett Cannon Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 27-Apr-2007 Post-History: diff --git a/peps/pep-3123.rst b/peps/pep-3123.rst index 6bfeca07d53..9c697bc85a7 100644 --- a/peps/pep-3123.rst +++ b/peps/pep-3123.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 27-Apr-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3124.rst b/peps/pep-3124.rst index ed7da0c161e..b8c991c7545 100644 --- a/peps/pep-3124.rst +++ b/peps/pep-3124.rst @@ -6,7 +6,6 @@ Author: Phillip J. Eby Discussions-To: python-3000@python.org Status: Deferred Type: Standards Track -Content-Type: text/x-rst Requires: 3107, 3115, 3119 Created: 28-Apr-2007 Post-History: 30-Apr-2007 diff --git a/peps/pep-3125.rst b/peps/pep-3125.rst index b28b5d46b2f..fe6e1bd47bf 100644 --- a/peps/pep-3125.rst +++ b/peps/pep-3125.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Jim J. Jewett Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 29-Apr-2007 Post-History: 29-Apr-2007, 30-Apr-2007, 04-May-2007 diff --git a/peps/pep-3127.rst b/peps/pep-3127.rst index 9b38c901540..575dfd89c0a 100644 --- a/peps/pep-3127.rst +++ b/peps/pep-3127.rst @@ -6,7 +6,6 @@ Author: Patrick Maupin Discussions-To: python-3000@python.org Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 14-Mar-2007 Python-Version: 3.0 Post-History: 18-Mar-2007 diff --git a/peps/pep-3128.rst b/peps/pep-3128.rst index b714ea23ca4..44ded961474 100644 --- a/peps/pep-3128.rst +++ b/peps/pep-3128.rst @@ -6,7 +6,6 @@ Author: Daniel Stutzbach Discussions-To: python-3000@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 30-Apr-2007 Python-Version: 2.6, 3.0 Post-History: 30-Apr-2007 diff --git a/peps/pep-3129.rst b/peps/pep-3129.rst index 24d0f2c5b53..b2a2d0669d4 100644 --- a/peps/pep-3129.rst +++ b/peps/pep-3129.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Collin Winter Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-May-2007 Python-Version: 3.0 Post-History: 07-May-2007 diff --git a/peps/pep-3130.rst b/peps/pep-3130.rst index fafb3d751dc..2f2b9d78fff 100644 --- a/peps/pep-3130.rst +++ b/peps/pep-3130.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Jim J. Jewett Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 22-Apr-2007 Python-Version: 3.0 Post-History: 22-Apr-2007 diff --git a/peps/pep-3131.rst b/peps/pep-3131.rst index b579beefb27..69b205494a8 100644 --- a/peps/pep-3131.rst +++ b/peps/pep-3131.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-May-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3132.rst b/peps/pep-3132.rst index 86380603ccd..228ca34e16e 100644 --- a/peps/pep-3132.rst +++ b/peps/pep-3132.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 30-Apr-2007 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3133.rst b/peps/pep-3133.rst index 644784d3fe1..c63931a881b 100644 --- a/peps/pep-3133.rst +++ b/peps/pep-3133.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Collin Winter Status: Rejected Type: Standards Track -Content-Type: text/x-rst Requires: 3115, 3129 Created: 01-May-2007 Python-Version: 3.0 diff --git a/peps/pep-3134.rst b/peps/pep-3134.rst index 109f25fb374..37defdb51ee 100644 --- a/peps/pep-3134.rst +++ b/peps/pep-3134.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Ka-Ping Yee Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-May-2005 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3135.rst b/peps/pep-3135.rst index cbd13aa8b1f..c53b7ade6fd 100644 --- a/peps/pep-3135.rst +++ b/peps/pep-3135.rst @@ -5,7 +5,6 @@ Author: Calvin Spealman , Lie Ryan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 28-Apr-2007 Python-Version: 3.0 Post-History: `28-Apr-2007 `__, diff --git a/peps/pep-3136.rst b/peps/pep-3136.rst index 0142f4a3cf1..09eea4f42e4 100644 --- a/peps/pep-3136.rst +++ b/peps/pep-3136.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Matt Chisholm Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 30-Jun-2007 Python-Version: 3.1 Post-History: diff --git a/peps/pep-3137.rst b/peps/pep-3137.rst index 312b024f7e0..3bbd8ba6e22 100644 --- a/peps/pep-3137.rst +++ b/peps/pep-3137.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 26-Sep-2007 Python-Version: 3.0 Post-History: 26-Sep-2007, 30-Sep-2007 diff --git a/peps/pep-3138.rst b/peps/pep-3138.rst index 61a94b435fa..b9daa3eb110 100644 --- a/peps/pep-3138.rst +++ b/peps/pep-3138.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Atsuo Ishimoto Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 05-May-2008 Python-Version: 3.0 Post-History: 05-May-2008, 05-Jun-2008 diff --git a/peps/pep-3139.rst b/peps/pep-3139.rst index 687ca0fa7ab..3a1fe4c3d8f 100644 --- a/peps/pep-3139.rst +++ b/peps/pep-3139.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Benjamin Peterson Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 04-Apr-2008 Python-Version: 3.0 diff --git a/peps/pep-3140.rst b/peps/pep-3140.rst index 00facb25ced..deb8a6dbe85 100644 --- a/peps/pep-3140.rst +++ b/peps/pep-3140.rst @@ -7,7 +7,6 @@ Author: Oleg Broytman , Discussions-To: python-3000@python.org Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 27-May-2008 Post-History: 28-May-2008 diff --git a/peps/pep-3142.rst b/peps/pep-3142.rst index a144f32e2ff..2df0305ad79 100644 --- a/peps/pep-3142.rst +++ b/peps/pep-3142.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Gerald Britton Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 12-Jan-2009 Python-Version: 3.0 Post-History: diff --git a/peps/pep-3143.rst b/peps/pep-3143.rst index 9a4ae593789..e092af20c34 100644 --- a/peps/pep-3143.rst +++ b/peps/pep-3143.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Ben Finney Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 26-Jan-2009 Python-Version: 3.x Post-History: diff --git a/peps/pep-3144.rst b/peps/pep-3144.rst index dfcee692ab4..0deb67f37c5 100644 --- a/peps/pep-3144.rst +++ b/peps/pep-3144.rst @@ -7,7 +7,6 @@ BDFL-Delegate: Alyssa Coghlan Discussions-To: ipaddr-py-dev@googlegroups.com Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 06-Feb-2012 Python-Version: 3.3 Resolution: https://mail.python.org/pipermail/python-dev/2012-May/119474.html diff --git a/peps/pep-3145.rst b/peps/pep-3145.rst index 1053b72e300..e5ca52a8f06 100644 --- a/peps/pep-3145.rst +++ b/peps/pep-3145.rst @@ -3,7 +3,6 @@ Title: Asynchronous I/O For subprocess.Popen Author: Eric Pruitt, Charles R. McCreary, Josiah Carlson Status: Withdrawn Type: Standards Track -Content-Type: text/x-rst Created: 04-Aug-2009 Python-Version: 3.2 Post-History: diff --git a/peps/pep-3147.rst b/peps/pep-3147.rst index 5f3e54fa693..65c2d252713 100644 --- a/peps/pep-3147.rst +++ b/peps/pep-3147.rst @@ -3,7 +3,6 @@ Title: PYC Repository Directories Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Dec-2009 Python-Version: 3.2 Post-History: 30-Jan-2010, 25-Feb-2010, 03-Mar-2010, 12-Apr-2010 diff --git a/peps/pep-3148.rst b/peps/pep-3148.rst index 0f665a7ac69..911dbcccbe9 100644 --- a/peps/pep-3148.rst +++ b/peps/pep-3148.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Brian Quinlan Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 16-Oct-2009 Python-Version: 3.2 Post-History: diff --git a/peps/pep-3149.rst b/peps/pep-3149.rst index e3c5aad3304..48128054a5f 100644 --- a/peps/pep-3149.rst +++ b/peps/pep-3149.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 09-Jul-2010 Python-Version: 3.2 Post-History: 14-Jul-2010, 22-Jul-2010 diff --git a/peps/pep-3150.rst b/peps/pep-3150.rst index 4c72d06847e..2123aeb3460 100644 --- a/peps/pep-3150.rst +++ b/peps/pep-3150.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track -Content-Type: text/x-rst Created: 09-Jul-2010 Python-Version: 3.4 Post-History: 14-Jul-2010, 21-Apr-2011, 13-Jun-2011 diff --git a/peps/pep-3151.rst b/peps/pep-3151.rst index f20a3f3f3a1..6ffad2c9db1 100644 --- a/peps/pep-3151.rst +++ b/peps/pep-3151.rst @@ -6,7 +6,6 @@ Author: Antoine Pitrou BDFL-Delegate: Barry Warsaw Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 21-Jul-2010 Python-Version: 3.3 Post-History: diff --git a/peps/pep-3152.rst b/peps/pep-3152.rst index c87239cc5cd..b82794c71b5 100644 --- a/peps/pep-3152.rst +++ b/peps/pep-3152.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Gregory Ewing Status: Rejected Type: Standards Track -Content-Type: text/x-rst Created: 13-Feb-2009 Python-Version: 3.3 Post-History: diff --git a/peps/pep-3153.rst b/peps/pep-3153.rst index 6b613b42e3e..111447e7b2c 100644 --- a/peps/pep-3153.rst +++ b/peps/pep-3153.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Laurens Van Houtven <_@lvh.cc> Status: Superseded Type: Standards Track -Content-Type: text/x-rst Created: 29-May-2011 Post-History: Superseded-By: 3156 diff --git a/peps/pep-3154.rst b/peps/pep-3154.rst index 110f407b2ad..baf680a3487 100644 --- a/peps/pep-3154.rst +++ b/peps/pep-3154.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Antoine Pitrou Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 11-Aug-2011 Python-Version: 3.4 Post-History: `12-Aug-2011 `__ diff --git a/peps/pep-3155.rst b/peps/pep-3155.rst index 7edbed6a14c..359f6d31bbe 100644 --- a/peps/pep-3155.rst +++ b/peps/pep-3155.rst @@ -5,7 +5,6 @@ Last-Modified: $Date$ Author: Antoine Pitrou Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 29-Oct-2011 Python-Version: 3.3 Post-History: diff --git a/peps/pep-3156.rst b/peps/pep-3156.rst index fc01ffd7268..e3ed130efab 100644 --- a/peps/pep-3156.rst +++ b/peps/pep-3156.rst @@ -7,7 +7,6 @@ BDFL-Delegate: Antoine Pitrou Discussions-To: python-tulip@googlegroups.com Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 12-Dec-2012 Python-Version: 3.3 Post-History: 21-Dec-2012 diff --git a/peps/pep-3333.rst b/peps/pep-3333.rst index 1803b28b9f5..b9125c2c73e 100644 --- a/peps/pep-3333.rst +++ b/peps/pep-3333.rst @@ -4,7 +4,6 @@ Author: Phillip J. Eby Discussions-To: web-sig@python.org Status: Final Type: Informational -Content-Type: text/x-rst Created: 26-Sep-2010 Post-History: 26-Sep-2010, 04-Oct-2010 Replaces: 333 diff --git a/peps/pep-8000.rst b/peps/pep-8000.rst index 3361f246870..4c413531c2c 100644 --- a/peps/pep-8000.rst +++ b/peps/pep-8000.rst @@ -4,7 +4,6 @@ Author: Barry Warsaw Status: Final Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 24-Aug-2018 diff --git a/peps/pep-8001.rst b/peps/pep-8001.rst index 9746d61d277..342660dbe21 100644 --- a/peps/pep-8001.rst +++ b/peps/pep-8001.rst @@ -16,7 +16,6 @@ Author: Brett Cannon , Status: Final Type: Process Topic: Governance -Content-Type: text/x-rst Created: 24-Aug-2018 diff --git a/peps/pep-8002.rst b/peps/pep-8002.rst index 504ad7685ea..fbaf01fcc3b 100644 --- a/peps/pep-8002.rst +++ b/peps/pep-8002.rst @@ -6,7 +6,6 @@ Author: Barry Warsaw , Łukasz Langa , Status: Final Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 24-Aug-2018 diff --git a/peps/pep-8010.rst b/peps/pep-8010.rst index c60ade457d5..1fb7be06476 100644 --- a/peps/pep-8010.rst +++ b/peps/pep-8010.rst @@ -4,7 +4,6 @@ Author: Barry Warsaw Status: Rejected Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 24-Aug-2018 diff --git a/peps/pep-8011.rst b/peps/pep-8011.rst index 9ab91a4c501..4d9ab10cd97 100644 --- a/peps/pep-8011.rst +++ b/peps/pep-8011.rst @@ -4,7 +4,6 @@ Author: Mariatta , Barry Warsaw Status: Rejected Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 24-Aug-2018 diff --git a/peps/pep-8012.rst b/peps/pep-8012.rst index 072f3851a0a..ac90a81f069 100644 --- a/peps/pep-8012.rst +++ b/peps/pep-8012.rst @@ -4,7 +4,6 @@ Author: Łukasz Langa Status: Rejected Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 03-Oct-2018 diff --git a/peps/pep-8013.rst b/peps/pep-8013.rst index a266d4b982e..50e66462657 100644 --- a/peps/pep-8013.rst +++ b/peps/pep-8013.rst @@ -4,7 +4,6 @@ Author: Steve Dower Status: Rejected Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 14-Sep-2018 Abstract diff --git a/peps/pep-8014.rst b/peps/pep-8014.rst index 0fb50c3fe6b..060b7c16142 100644 --- a/peps/pep-8014.rst +++ b/peps/pep-8014.rst @@ -4,7 +4,6 @@ Author: Jack Jansen Status: Rejected Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 16-Sep-2018 Abstract diff --git a/peps/pep-8015.rst b/peps/pep-8015.rst index 3b772fdf055..ef284e69abe 100644 --- a/peps/pep-8015.rst +++ b/peps/pep-8015.rst @@ -4,7 +4,6 @@ Author: Victor Stinner Status: Rejected Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 04-Oct-2018 Abstract diff --git a/peps/pep-8016.rst b/peps/pep-8016.rst index 22810f02a69..f18e42d686a 100644 --- a/peps/pep-8016.rst +++ b/peps/pep-8016.rst @@ -4,7 +4,6 @@ Author: Nathaniel J. Smith, Donald Stufft Status: Accepted Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 01-Nov-2018 Note diff --git a/peps/pep-8100.rst b/peps/pep-8100.rst index f74c37be073..efa06ca03a9 100644 --- a/peps/pep-8100.rst +++ b/peps/pep-8100.rst @@ -4,7 +4,6 @@ Author: Nathaniel J. Smith , Ee Durbin Status: Final Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 03-Jan-2019 diff --git a/peps/pep-8101.rst b/peps/pep-8101.rst index 3534a25bd5a..7bf55a8a603 100644 --- a/peps/pep-8101.rst +++ b/peps/pep-8101.rst @@ -5,7 +5,6 @@ Sponsor: Brett Cannon Status: Final Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 16-Nov-2019 diff --git a/peps/pep-8102.rst b/peps/pep-8102.rst index 229da881088..9e6e57d88c8 100644 --- a/peps/pep-8102.rst +++ b/peps/pep-8102.rst @@ -5,7 +5,6 @@ Sponsor: Brett Cannon Status: Final Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 29-Oct-2020 diff --git a/peps/pep-8103.rst b/peps/pep-8103.rst index e1672203b0e..053f9339793 100644 --- a/peps/pep-8103.rst +++ b/peps/pep-8103.rst @@ -5,7 +5,6 @@ Sponsor: Barry Warsaw Status: Final Type: Informational Topic: Governance -Content-Type: text/x-rst Created: 04-Oct-2021 From 70ad19a2a340843373e2d34dd42b4266c597c97e Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:56:52 +0000 Subject: [PATCH 5/7] Many PEPs: Remove the Last-Modified header --- peps/pep-0002.rst | 1 - peps/pep-0004.rst | 1 - peps/pep-0160.rst | 1 - peps/pep-0200.rst | 1 - peps/pep-0205.rst | 1 - peps/pep-0222.rst | 1 - peps/pep-0226.rst | 1 - peps/pep-0229.rst | 1 - peps/pep-0232.rst | 1 - peps/pep-0235.rst | 1 - peps/pep-0236.rst | 1 - peps/pep-0237.rst | 1 - peps/pep-0245.rst | 1 - peps/pep-0247.rst | 1 - peps/pep-0256.rst | 1 - peps/pep-0258.rst | 1 - peps/pep-0261.rst | 1 - peps/pep-0264.rst | 1 - peps/pep-0272.rst | 1 - peps/pep-0274.rst | 1 - peps/pep-0283.rst | 1 - peps/pep-0287.rst | 1 - peps/pep-0290.rst | 1 - peps/pep-0293.rst | 1 - peps/pep-0298.rst | 1 - peps/pep-0299.rst | 1 - peps/pep-0301.rst | 1 - peps/pep-0302.rst | 1 - peps/pep-0303.rst | 1 - peps/pep-0304.rst | 1 - peps/pep-0305.rst | 1 - peps/pep-0306.rst | 1 - peps/pep-0307.rst | 1 - peps/pep-0308.rst | 1 - peps/pep-0309.rst | 1 - peps/pep-0310.rst | 1 - peps/pep-0311.rst | 1 - peps/pep-0312.rst | 1 - peps/pep-0313.rst | 1 - peps/pep-0315.rst | 1 - peps/pep-0316.rst | 1 - peps/pep-0317.rst | 1 - peps/pep-0318.rst | 1 - peps/pep-0319.rst | 1 - peps/pep-0320.rst | 1 - peps/pep-0321.rst | 1 - peps/pep-0322.rst | 1 - peps/pep-0323.rst | 1 - peps/pep-0324.rst | 1 - peps/pep-0325.rst | 1 - peps/pep-0326.rst | 1 - peps/pep-0327.rst | 1 - peps/pep-0328.rst | 1 - peps/pep-0329.rst | 1 - peps/pep-0330.rst | 1 - peps/pep-0331.rst | 1 - peps/pep-0332.rst | 1 - peps/pep-0333.rst | 1 - peps/pep-0334.rst | 1 - peps/pep-0335.rst | 1 - peps/pep-0336.rst | 1 - peps/pep-0337.rst | 1 - peps/pep-0338.rst | 1 - peps/pep-0339.rst | 1 - peps/pep-0340.rst | 1 - peps/pep-0341.rst | 1 - peps/pep-0342.rst | 1 - peps/pep-0343.rst | 1 - peps/pep-0344.rst | 1 - peps/pep-0346.rst | 1 - peps/pep-0347.rst | 1 - peps/pep-0348.rst | 1 - peps/pep-0349.rst | 1 - peps/pep-0350.rst | 1 - peps/pep-0351.rst | 1 - peps/pep-0353.rst | 1 - peps/pep-0354.rst | 1 - peps/pep-0355.rst | 1 - peps/pep-0356.rst | 1 - peps/pep-0358.rst | 1 - peps/pep-0359.rst | 1 - peps/pep-0360.rst | 1 - peps/pep-0361.rst | 1 - peps/pep-0362.rst | 1 - peps/pep-0364.rst | 1 - peps/pep-0365.rst | 1 - peps/pep-0366.rst | 1 - peps/pep-0367.rst | 1 - peps/pep-0368.rst | 1 - peps/pep-0369.rst | 1 - peps/pep-0371.rst | 1 - peps/pep-0373.rst | 1 - peps/pep-0374.rst | 1 - peps/pep-0375.rst | 1 - peps/pep-0377.rst | 1 - peps/pep-0378.rst | 1 - peps/pep-0379.rst | 1 - peps/pep-0380.rst | 1 - peps/pep-0385.rst | 1 - peps/pep-0389.rst | 1 - peps/pep-0390.rst | 1 - peps/pep-0391.rst | 1 - peps/pep-0392.rst | 1 - peps/pep-0395.rst | 1 - peps/pep-0398.rst | 1 - peps/pep-0399.rst | 1 - peps/pep-0400.rst | 1 - peps/pep-0401.rst | 1 - peps/pep-0403.rst | 1 - peps/pep-0405.rst | 1 - peps/pep-0406.rst | 1 - peps/pep-0407.rst | 1 - peps/pep-0408.rst | 1 - peps/pep-0409.rst | 1 - peps/pep-0410.rst | 1 - peps/pep-0411.rst | 1 - peps/pep-0412.rst | 1 - peps/pep-0413.rst | 1 - peps/pep-0414.rst | 1 - peps/pep-0415.rst | 1 - peps/pep-0416.rst | 1 - peps/pep-0417.rst | 1 - peps/pep-0419.rst | 1 - peps/pep-0420.rst | 1 - peps/pep-0422.rst | 1 - peps/pep-0423.rst | 1 - peps/pep-0424.rst | 1 - peps/pep-0425.rst | 1 - peps/pep-0427.rst | 1 - peps/pep-0428.rst | 1 - peps/pep-0429.rst | 1 - peps/pep-0430.rst | 1 - peps/pep-0431.rst | 1 - peps/pep-0432.rst | 1 - peps/pep-0433.rst | 1 - peps/pep-0434.rst | 1 - peps/pep-0435.rst | 1 - peps/pep-0436.rst | 1 - peps/pep-0437.rst | 1 - peps/pep-0438.rst | 1 - peps/pep-0439.rst | 1 - peps/pep-0442.rst | 1 - peps/pep-0443.rst | 1 - peps/pep-0444.rst | 1 - peps/pep-0445.rst | 1 - peps/pep-0446.rst | 1 - peps/pep-0449.rst | 1 - peps/pep-0450.rst | 1 - peps/pep-0451.rst | 1 - peps/pep-0452.rst | 1 - peps/pep-0454.rst | 1 - peps/pep-0455.rst | 1 - peps/pep-0456.rst | 1 - peps/pep-0457.rst | 1 - peps/pep-0458.rst | 1 - peps/pep-0459.rst | 1 - peps/pep-0460.rst | 1 - peps/pep-0463.rst | 1 - peps/pep-0464.rst | 1 - peps/pep-0465.rst | 1 - peps/pep-0466.rst | 1 - peps/pep-0467.rst | 1 - peps/pep-0468.rst | 1 - peps/pep-0469.rst | 1 - peps/pep-0470.rst | 1 - peps/pep-0471.rst | 1 - peps/pep-0473.rst | 1 - peps/pep-0474.rst | 1 - peps/pep-0475.rst | 1 - peps/pep-0476.rst | 1 - peps/pep-0478.rst | 1 - peps/pep-0479.rst | 1 - peps/pep-0482.rst | 1 - peps/pep-0483.rst | 1 - peps/pep-0484.rst | 1 - peps/pep-0485.rst | 1 - peps/pep-0486.rst | 1 - peps/pep-0487.rst | 1 - peps/pep-0488.rst | 1 - peps/pep-0489.rst | 1 - peps/pep-0490.rst | 1 - peps/pep-0493.rst | 1 - peps/pep-0494.rst | 1 - peps/pep-0495.rst | 1 - peps/pep-0496.rst | 1 - peps/pep-0497.rst | 1 - peps/pep-0498.rst | 1 - peps/pep-0500.rst | 1 - peps/pep-0503.rst | 1 - peps/pep-0504.rst | 1 - peps/pep-0506.rst | 1 - peps/pep-0508.rst | 1 - peps/pep-0510.rst | 1 - peps/pep-0511.rst | 1 - peps/pep-0512.rst | 1 - peps/pep-0513.rst | 1 - peps/pep-0514.rst | 1 - peps/pep-0515.rst | 1 - peps/pep-0517.rst | 1 - peps/pep-0519.rst | 1 - peps/pep-0520.rst | 1 - peps/pep-0521.rst | 1 - peps/pep-0522.rst | 1 - peps/pep-0524.rst | 1 - peps/pep-0525.rst | 1 - peps/pep-0526.rst | 1 - peps/pep-0527.rst | 1 - peps/pep-0528.rst | 1 - peps/pep-0529.rst | 1 - peps/pep-0530.rst | 1 - peps/pep-0531.rst | 1 - peps/pep-0532.rst | 1 - peps/pep-0533.rst | 1 - peps/pep-0535.rst | 1 - peps/pep-0536.rst | 1 - peps/pep-0537.rst | 1 - peps/pep-0538.rst | 1 - peps/pep-0539.rst | 1 - peps/pep-0540.rst | 1 - peps/pep-0541.rst | 1 - peps/pep-0542.rst | 1 - peps/pep-0543.rst | 1 - peps/pep-0546.rst | 1 - peps/pep-0547.rst | 1 - peps/pep-0548.rst | 1 - peps/pep-0549.rst | 1 - peps/pep-0550.rst | 1 - peps/pep-0551.rst | 1 - peps/pep-0552.rst | 1 - peps/pep-0555.rst | 1 - peps/pep-0563.rst | 1 - peps/pep-0564.rst | 1 - peps/pep-0567.rst | 1 - peps/pep-0570.rst | 1 - peps/pep-0573.rst | 1 - peps/pep-0574.rst | 1 - peps/pep-0582.rst | 1 - peps/pep-0583.rst | 1 - peps/pep-0584.rst | 1 - peps/pep-0585.rst | 1 - peps/pep-0597.rst | 1 - peps/pep-0598.rst | 1 - peps/pep-0599.rst | 1 - peps/pep-0600.rst | 1 - peps/pep-0603.rst | 1 - peps/pep-0605.rst | 1 - peps/pep-0607.rst | 1 - peps/pep-0614.rst | 1 - peps/pep-0618.rst | 1 - peps/pep-0628.rst | 1 - peps/pep-0635.rst | 1 - peps/pep-0636.rst | 1 - peps/pep-0637.rst | 1 - peps/pep-0642.rst | 1 - peps/pep-0657.rst | 1 - peps/pep-0663.rst | 1 - peps/pep-0754.rst | 1 - peps/pep-3000.rst | 1 - peps/pep-3001.rst | 1 - peps/pep-3002.rst | 1 - peps/pep-3003.rst | 1 - peps/pep-3099.rst | 1 - peps/pep-3101.rst | 1 - peps/pep-3102.rst | 1 - peps/pep-3105.rst | 1 - peps/pep-3106.rst | 1 - peps/pep-3107.rst | 1 - peps/pep-3109.rst | 1 - peps/pep-3110.rst | 1 - peps/pep-3111.rst | 1 - peps/pep-3112.rst | 1 - peps/pep-3113.rst | 1 - peps/pep-3116.rst | 1 - peps/pep-3117.rst | 1 - peps/pep-3118.rst | 1 - peps/pep-3120.rst | 1 - peps/pep-3121.rst | 1 - peps/pep-3122.rst | 1 - peps/pep-3123.rst | 1 - peps/pep-3124.rst | 1 - peps/pep-3125.rst | 1 - peps/pep-3127.rst | 1 - peps/pep-3128.rst | 1 - peps/pep-3129.rst | 1 - peps/pep-3130.rst | 1 - peps/pep-3131.rst | 1 - peps/pep-3132.rst | 1 - peps/pep-3133.rst | 1 - peps/pep-3134.rst | 1 - peps/pep-3136.rst | 1 - peps/pep-3137.rst | 1 - peps/pep-3138.rst | 1 - peps/pep-3139.rst | 1 - peps/pep-3140.rst | 1 - peps/pep-3142.rst | 1 - peps/pep-3143.rst | 1 - peps/pep-3144.rst | 1 - peps/pep-3148.rst | 1 - peps/pep-3149.rst | 1 - peps/pep-3150.rst | 1 - peps/pep-3151.rst | 1 - peps/pep-3152.rst | 1 - peps/pep-3153.rst | 1 - peps/pep-3154.rst | 1 - peps/pep-3155.rst | 1 - peps/pep-3156.rst | 1 - 306 files changed, 306 deletions(-) diff --git a/peps/pep-0002.rst b/peps/pep-0002.rst index f7c120ee697..ef23a634955 100644 --- a/peps/pep-0002.rst +++ b/peps/pep-0002.rst @@ -1,7 +1,6 @@ PEP: 2 Title: Procedure for Adding New Modules Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon , Martijn Faassen Status: Active diff --git a/peps/pep-0004.rst b/peps/pep-0004.rst index 7b7e89bcc0e..d11edf42a1d 100644 --- a/peps/pep-0004.rst +++ b/peps/pep-0004.rst @@ -1,7 +1,6 @@ PEP: 4 Title: Deprecation of Standard Modules Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon , Martin von Löwis Status: Active Type: Process diff --git a/peps/pep-0160.rst b/peps/pep-0160.rst index 2fda5e4a42b..c20fba681ed 100644 --- a/peps/pep-0160.rst +++ b/peps/pep-0160.rst @@ -1,7 +1,6 @@ PEP: 160 Title: Python 1.6 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Fred L. Drake, Jr. Status: Final Type: Informational diff --git a/peps/pep-0200.rst b/peps/pep-0200.rst index 09f37e0da1e..8c42169a700 100644 --- a/peps/pep-0200.rst +++ b/peps/pep-0200.rst @@ -1,7 +1,6 @@ PEP: 200 Title: Python 2.0 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Jeremy Hylton Status: Final Type: Informational diff --git a/peps/pep-0205.rst b/peps/pep-0205.rst index fd5788f0bd0..762261353d6 100644 --- a/peps/pep-0205.rst +++ b/peps/pep-0205.rst @@ -1,7 +1,6 @@ PEP: 205 Title: Weak References Version: $Revision$ -Last-Modified: $Date$ Author: Fred L. Drake, Jr. Status: Final Type: Standards Track diff --git a/peps/pep-0222.rst b/peps/pep-0222.rst index 773425b541e..c6c2727372d 100644 --- a/peps/pep-0222.rst +++ b/peps/pep-0222.rst @@ -1,7 +1,6 @@ PEP: 222 Title: Web Library Enhancements Version: $Revision$ -Last-Modified: $Date$ Author: A.M. Kuchling Status: Deferred Type: Standards Track diff --git a/peps/pep-0226.rst b/peps/pep-0226.rst index 35d0557e487..7ac8b4d38c0 100644 --- a/peps/pep-0226.rst +++ b/peps/pep-0226.rst @@ -1,7 +1,6 @@ PEP: 226 Title: Python 2.1 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Jeremy Hylton Status: Final Type: Informational diff --git a/peps/pep-0229.rst b/peps/pep-0229.rst index eb7c3b151c6..971962b4137 100644 --- a/peps/pep-0229.rst +++ b/peps/pep-0229.rst @@ -1,7 +1,6 @@ PEP: 229 Title: Using Distutils to Build Python Version: $Revision$ -Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Standards Track diff --git a/peps/pep-0232.rst b/peps/pep-0232.rst index 73bf7348b9b..cba86133bfe 100644 --- a/peps/pep-0232.rst +++ b/peps/pep-0232.rst @@ -1,7 +1,6 @@ PEP: 232 Title: Function Attributes Version: $Revision$ -Last-Modified: $Date$ Author: Barry Warsaw Status: Final Type: Standards Track diff --git a/peps/pep-0235.rst b/peps/pep-0235.rst index 7a6970a0474..21bede60617 100644 --- a/peps/pep-0235.rst +++ b/peps/pep-0235.rst @@ -1,7 +1,6 @@ PEP: 235 Title: Import on Case-Insensitive Platforms Version: $Revision$ -Last-Modified: $Date$ Author: Tim Peters Status: Final Type: Standards Track diff --git a/peps/pep-0236.rst b/peps/pep-0236.rst index 4814fe5e976..b159580a392 100644 --- a/peps/pep-0236.rst +++ b/peps/pep-0236.rst @@ -1,7 +1,6 @@ PEP: 236 Title: Back to the __future__ Version: $Revision$ -Last-Modified: $Date$ Author: Tim Peters Status: Final Type: Standards Track diff --git a/peps/pep-0237.rst b/peps/pep-0237.rst index ecf993fc245..1c9e11ef03d 100644 --- a/peps/pep-0237.rst +++ b/peps/pep-0237.rst @@ -1,7 +1,6 @@ PEP: 237 Title: Unifying Long Integers and Integers Version: $Revision$ -Last-Modified: $Date$ Author: Moshe Zadka, Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0245.rst b/peps/pep-0245.rst index c53d19442d1..37b48fa6013 100644 --- a/peps/pep-0245.rst +++ b/peps/pep-0245.rst @@ -1,7 +1,6 @@ PEP: 245 Title: Python Interface Syntax Version: $Revision$ -Last-Modified: $Date$ Author: Michel Pelletier Status: Rejected Type: Standards Track diff --git a/peps/pep-0247.rst b/peps/pep-0247.rst index 5a024614236..7bebb1ab0e1 100644 --- a/peps/pep-0247.rst +++ b/peps/pep-0247.rst @@ -1,7 +1,6 @@ PEP: 247 Title: API for Cryptographic Hash Functions Version: $Revision$ -Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Informational diff --git a/peps/pep-0256.rst b/peps/pep-0256.rst index 99765ac1e28..593aeac8809 100644 --- a/peps/pep-0256.rst +++ b/peps/pep-0256.rst @@ -1,7 +1,6 @@ PEP: 256 Title: Docstring Processing System Framework Version: $Revision$ -Last-Modified: $Date$ Author: David Goodger Discussions-To: doc-sig@python.org Status: Rejected diff --git a/peps/pep-0258.rst b/peps/pep-0258.rst index c47d880943c..51d056b71b9 100644 --- a/peps/pep-0258.rst +++ b/peps/pep-0258.rst @@ -1,7 +1,6 @@ PEP: 258 Title: Docutils Design Specification Version: $Revision$ -Last-Modified: $Date$ Author: David Goodger Discussions-To: doc-sig@python.org Status: Rejected diff --git a/peps/pep-0261.rst b/peps/pep-0261.rst index 7a994ceadac..780c4e048ff 100644 --- a/peps/pep-0261.rst +++ b/peps/pep-0261.rst @@ -1,7 +1,6 @@ PEP: 261 Title: Support for "wide" Unicode characters Version: $Revision$ -Last-Modified: $Date$ Author: Paul Prescod Status: Final Type: Standards Track diff --git a/peps/pep-0264.rst b/peps/pep-0264.rst index 4ca17af2246..aace09ce560 100644 --- a/peps/pep-0264.rst +++ b/peps/pep-0264.rst @@ -1,7 +1,6 @@ PEP: 264 Title: Future statements in simulated shells Version: $Revision$ -Last-Modified: $Date$ Author: Michael Hudson Status: Final Type: Standards Track diff --git a/peps/pep-0272.rst b/peps/pep-0272.rst index 71eb8cedf82..187f465ff90 100644 --- a/peps/pep-0272.rst +++ b/peps/pep-0272.rst @@ -1,7 +1,6 @@ PEP: 272 Title: API for Block Encryption Algorithms v1.0 Version: $Revision$ -Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Informational diff --git a/peps/pep-0274.rst b/peps/pep-0274.rst index 53af37c7ba5..b1b5b032426 100644 --- a/peps/pep-0274.rst +++ b/peps/pep-0274.rst @@ -1,7 +1,6 @@ PEP: 274 Title: Dict Comprehensions Version: $Revision$ -Last-Modified: $Date$ Author: Barry Warsaw Status: Final Type: Standards Track diff --git a/peps/pep-0283.rst b/peps/pep-0283.rst index 1ad3656804d..6e5873e4202 100644 --- a/peps/pep-0283.rst +++ b/peps/pep-0283.rst @@ -1,7 +1,6 @@ PEP: 283 Title: Python 2.3 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Informational diff --git a/peps/pep-0287.rst b/peps/pep-0287.rst index 488bbbdef21..00d493d5f7f 100644 --- a/peps/pep-0287.rst +++ b/peps/pep-0287.rst @@ -1,7 +1,6 @@ PEP: 287 Title: reStructuredText Docstring Format Version: $Revision$ -Last-Modified: $Date$ Author: David Goodger Discussions-To: doc-sig@python.org Status: Active diff --git a/peps/pep-0290.rst b/peps/pep-0290.rst index e55e0e65c79..2d7f99aa014 100644 --- a/peps/pep-0290.rst +++ b/peps/pep-0290.rst @@ -1,7 +1,6 @@ PEP: 290 Title: Code Migration and Modernization Version: $Revision$ -Last-Modified: $Date$ Author: Raymond Hettinger Status: Active Type: Informational diff --git a/peps/pep-0293.rst b/peps/pep-0293.rst index d3b13a1af1d..b850c03eed5 100644 --- a/peps/pep-0293.rst +++ b/peps/pep-0293.rst @@ -1,7 +1,6 @@ PEP: 293 Title: Codec Error Handling Callbacks Version: $Revision$ -Last-Modified: $Date$ Author: Walter Dörwald Status: Final Type: Standards Track diff --git a/peps/pep-0298.rst b/peps/pep-0298.rst index 7416e2e60c3..678853195fa 100644 --- a/peps/pep-0298.rst +++ b/peps/pep-0298.rst @@ -1,7 +1,6 @@ PEP: 298 Title: The Locked Buffer Interface Version: $Revision$ -Last-Modified: $Date$ Author: Thomas Heller Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0299.rst b/peps/pep-0299.rst index 7f0d58a57fb..3885725d518 100644 --- a/peps/pep-0299.rst +++ b/peps/pep-0299.rst @@ -1,7 +1,6 @@ PEP: 299 Title: Special __main__() function in modules Version: $Revision$ -Last-Modified: $Date$ Author: Jeff Epler Status: Rejected Type: Standards Track diff --git a/peps/pep-0301.rst b/peps/pep-0301.rst index dd9765dd25d..ca97cc1340c 100644 --- a/peps/pep-0301.rst +++ b/peps/pep-0301.rst @@ -1,7 +1,6 @@ PEP: 301 Title: Package Index and Metadata for Distutils Version: $Revision$ -Last-Modified: $Date$ Author: Richard Jones Status: Final Type: Standards Track diff --git a/peps/pep-0302.rst b/peps/pep-0302.rst index 6b40255e087..c06c094e7c2 100644 --- a/peps/pep-0302.rst +++ b/peps/pep-0302.rst @@ -1,7 +1,6 @@ PEP: 302 Title: New Import Hooks Version: $Revision$ -Last-Modified: $Date$ Author: Just van Rossum , Paul Moore Status: Final diff --git a/peps/pep-0303.rst b/peps/pep-0303.rst index 93390a91f35..e95240afdc5 100644 --- a/peps/pep-0303.rst +++ b/peps/pep-0303.rst @@ -1,7 +1,6 @@ PEP: 303 Title: Extend divmod() for Multiple Divisors Version: $Revision$ -Last-Modified: $Date$ Author: Thomas Bellman Status: Rejected Type: Standards Track diff --git a/peps/pep-0304.rst b/peps/pep-0304.rst index b01c08ca2b3..b5cb27aad4f 100644 --- a/peps/pep-0304.rst +++ b/peps/pep-0304.rst @@ -1,7 +1,6 @@ PEP: 304 Title: Controlling Generation of Bytecode Files Version: $Revision$ -Last-Modified: $Date$ Author: Skip Montanaro Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0305.rst b/peps/pep-0305.rst index a9493e05f44..c26f49a3568 100644 --- a/peps/pep-0305.rst +++ b/peps/pep-0305.rst @@ -1,7 +1,6 @@ PEP: 305 Title: CSV File API Version: $Revision$ -Last-Modified: $Date$ Author: Kevin Altis , Dave Cole , Andrew McNamara , diff --git a/peps/pep-0306.rst b/peps/pep-0306.rst index f0ecedd81ea..4861470022a 100644 --- a/peps/pep-0306.rst +++ b/peps/pep-0306.rst @@ -1,7 +1,6 @@ PEP: 306 Title: How to Change Python's Grammar Version: $Revision$ -Last-Modified: $Date$ Author: Michael Hudson , Jack Diederich , Alyssa Coghlan , Benjamin Peterson Status: Withdrawn Type: Informational diff --git a/peps/pep-0307.rst b/peps/pep-0307.rst index ba56b9d641d..79321c97beb 100644 --- a/peps/pep-0307.rst +++ b/peps/pep-0307.rst @@ -1,7 +1,6 @@ PEP: 307 Title: Extensions to the pickle protocol Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum, Tim Peters Status: Final Type: Standards Track diff --git a/peps/pep-0308.rst b/peps/pep-0308.rst index 7a78d74cdc1..40a4f3cdbca 100644 --- a/peps/pep-0308.rst +++ b/peps/pep-0308.rst @@ -1,7 +1,6 @@ PEP: 308 Title: Conditional Expressions Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum, Raymond Hettinger Status: Final Type: Standards Track diff --git a/peps/pep-0309.rst b/peps/pep-0309.rst index 5f4d21160f6..f87eec61d7c 100644 --- a/peps/pep-0309.rst +++ b/peps/pep-0309.rst @@ -1,7 +1,6 @@ PEP: 309 Title: Partial Function Application Version: $Revision$ -Last-Modified: $Date$ Author: Peter Harris Status: Final Type: Standards Track diff --git a/peps/pep-0310.rst b/peps/pep-0310.rst index a9c1c13f5ee..62711a7fccd 100644 --- a/peps/pep-0310.rst +++ b/peps/pep-0310.rst @@ -1,7 +1,6 @@ PEP: 310 Title: Reliable Acquisition/Release Pairs Version: $Revision$ -Last-Modified: $Date$ Author: Michael Hudson , Paul Moore Status: Rejected diff --git a/peps/pep-0311.rst b/peps/pep-0311.rst index 23ec4699bbe..06ae4b9a8a9 100644 --- a/peps/pep-0311.rst +++ b/peps/pep-0311.rst @@ -1,7 +1,6 @@ PEP: 311 Title: Simplified Global Interpreter Lock Acquisition for Extensions Version: $Revision$ -Last-Modified: $Date$ Author: Mark Hammond Status: Final Type: Standards Track diff --git a/peps/pep-0312.rst b/peps/pep-0312.rst index 0029f57fd9e..8abc299a8ce 100644 --- a/peps/pep-0312.rst +++ b/peps/pep-0312.rst @@ -1,7 +1,6 @@ PEP: 312 Title: Simple Implicit Lambda Version: $Revision$ -Last-Modified: $Date$ Author: Roman Suzi , Alex Martelli Status: Deferred Type: Standards Track diff --git a/peps/pep-0313.rst b/peps/pep-0313.rst index a104c48ed3c..afc49d7149b 100644 --- a/peps/pep-0313.rst +++ b/peps/pep-0313.rst @@ -1,7 +1,6 @@ PEP: 313 Title: Adding Roman Numeral Literals to Python Version: $Revision$ -Last-Modified: $Date$ Author: Mike Meyer Status: Rejected Type: Standards Track diff --git a/peps/pep-0315.rst b/peps/pep-0315.rst index d63839f8a15..47b89fc3efd 100644 --- a/peps/pep-0315.rst +++ b/peps/pep-0315.rst @@ -1,7 +1,6 @@ PEP: 315 Title: Enhanced While Loop Version: $Revision$ -Last-Modified: $Date$ Author: Raymond Hettinger , W Isaac Carroll Status: Rejected Type: Standards Track diff --git a/peps/pep-0316.rst b/peps/pep-0316.rst index 553c64ea634..c79c178c9b1 100644 --- a/peps/pep-0316.rst +++ b/peps/pep-0316.rst @@ -1,7 +1,6 @@ PEP: 316 Title: Programming by Contract for Python Version: $Revision$ -Last-Modified: $Date$ Author: Terence Way Status: Deferred Type: Standards Track diff --git a/peps/pep-0317.rst b/peps/pep-0317.rst index 7046a0b722b..484d6d20fb5 100644 --- a/peps/pep-0317.rst +++ b/peps/pep-0317.rst @@ -1,7 +1,6 @@ PEP: 317 Title: Eliminate Implicit Exception Instantiation Version: $Revision$ -Last-Modified: $Date$ Author: Steven Taschuk Status: Rejected Type: Standards Track diff --git a/peps/pep-0318.rst b/peps/pep-0318.rst index 22be1a2bdc7..1ee13b19402 100644 --- a/peps/pep-0318.rst +++ b/peps/pep-0318.rst @@ -1,7 +1,6 @@ PEP: 318 Title: Decorators for Functions and Methods Version: $Revision$ -Last-Modified: $Date$ Author: Kevin D. Smith , Jim J. Jewett, Skip Montanaro, Anthony Baxter Status: Final Type: Standards Track diff --git a/peps/pep-0319.rst b/peps/pep-0319.rst index 26cd63970a1..6050e8e63f9 100644 --- a/peps/pep-0319.rst +++ b/peps/pep-0319.rst @@ -1,7 +1,6 @@ PEP: 319 Title: Python Synchronize/Asynchronize Block Version: $Revision$ -Last-Modified: $Date$ Author: Michel Pelletier Status: Rejected Type: Standards Track diff --git a/peps/pep-0320.rst b/peps/pep-0320.rst index 0e6ae2c26e3..be9cda6fa20 100644 --- a/peps/pep-0320.rst +++ b/peps/pep-0320.rst @@ -1,7 +1,6 @@ PEP: 320 Title: Python 2.4 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Barry Warsaw, Raymond Hettinger, Anthony Baxter Status: Final Type: Informational diff --git a/peps/pep-0321.rst b/peps/pep-0321.rst index 76676f104ad..a7d42786f8d 100644 --- a/peps/pep-0321.rst +++ b/peps/pep-0321.rst @@ -1,7 +1,6 @@ PEP: 321 Title: Date/Time Parsing and Formatting Version: $Revision$ -Last-Modified: $Date$ Author: A.M. Kuchling Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0322.rst b/peps/pep-0322.rst index e572997cceb..149439f0f03 100644 --- a/peps/pep-0322.rst +++ b/peps/pep-0322.rst @@ -1,7 +1,6 @@ PEP: 322 Title: Reverse Iteration Version: $Revision$ -Last-Modified: $Date$ Author: Raymond Hettinger Status: Final Type: Standards Track diff --git a/peps/pep-0323.rst b/peps/pep-0323.rst index d3e392acfb8..810694c2ae6 100644 --- a/peps/pep-0323.rst +++ b/peps/pep-0323.rst @@ -1,7 +1,6 @@ PEP: 323 Title: Copyable Iterators Version: $Revision$ -Last-Modified: $Date$ Author: Alex Martelli Status: Deferred Type: Standards Track diff --git a/peps/pep-0324.rst b/peps/pep-0324.rst index 0c8d2c67097..d0eedc83683 100644 --- a/peps/pep-0324.rst +++ b/peps/pep-0324.rst @@ -1,7 +1,6 @@ PEP: 324 Title: subprocess - New process module Version: $Revision$ -Last-Modified: $Date$ Author: Peter Astrand Status: Final Type: Standards Track diff --git a/peps/pep-0325.rst b/peps/pep-0325.rst index 44195ba287f..2a9b5a16658 100644 --- a/peps/pep-0325.rst +++ b/peps/pep-0325.rst @@ -1,7 +1,6 @@ PEP: 325 Title: Resource-Release Support for Generators Version: $Revision$ -Last-Modified: $Date$ Author: Samuele Pedroni Status: Rejected Type: Standards Track diff --git a/peps/pep-0326.rst b/peps/pep-0326.rst index a2bd1b1c1ea..eeb8d165a97 100644 --- a/peps/pep-0326.rst +++ b/peps/pep-0326.rst @@ -1,7 +1,6 @@ PEP: 326 Title: A Case for Top and Bottom Values Version: $Revision$ -Last-Modified: $Date$ Author: Josiah Carlson , Terry Reedy Status: Rejected diff --git a/peps/pep-0327.rst b/peps/pep-0327.rst index 252d411725c..1c0acb1c817 100644 --- a/peps/pep-0327.rst +++ b/peps/pep-0327.rst @@ -1,7 +1,6 @@ PEP: 327 Title: Decimal Data Type Version: $Revision$ -Last-Modified: $Date$ Author: Facundo Batista Status: Final Type: Standards Track diff --git a/peps/pep-0328.rst b/peps/pep-0328.rst index f2e670dc045..92d136e22f9 100644 --- a/peps/pep-0328.rst +++ b/peps/pep-0328.rst @@ -1,7 +1,6 @@ PEP: 328 Title: Imports: Multi-Line and Absolute/Relative Version: $Revision$ -Last-Modified: $Date$ Author: Aahz Status: Final Type: Standards Track diff --git a/peps/pep-0329.rst b/peps/pep-0329.rst index 3b5009852d3..27ed63ca04f 100644 --- a/peps/pep-0329.rst +++ b/peps/pep-0329.rst @@ -1,7 +1,6 @@ PEP: 329 Title: Treating Builtins as Constants in the Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Raymond Hettinger Status: Rejected Type: Standards Track diff --git a/peps/pep-0330.rst b/peps/pep-0330.rst index 5b763aa9f87..c04a61493e4 100644 --- a/peps/pep-0330.rst +++ b/peps/pep-0330.rst @@ -1,7 +1,6 @@ PEP: 330 Title: Python Bytecode Verification Version: $Revision$ -Last-Modified: $Date$ Author: Michel Pelletier Status: Rejected Type: Standards Track diff --git a/peps/pep-0331.rst b/peps/pep-0331.rst index e622f4edd5b..a0be9ed5792 100644 --- a/peps/pep-0331.rst +++ b/peps/pep-0331.rst @@ -1,7 +1,6 @@ PEP: 331 Title: Locale-Independent Float/String Conversions Version: $Revision$ -Last-Modified: $Date$ Author: Christian R. Reis Status: Final Type: Standards Track diff --git a/peps/pep-0332.rst b/peps/pep-0332.rst index ba8d60993fb..2b4584e5dc9 100644 --- a/peps/pep-0332.rst +++ b/peps/pep-0332.rst @@ -1,7 +1,6 @@ PEP: 332 Title: Byte vectors and String/Unicode Unification Version: $Revision$ -Last-Modified: $Date$ Author: Skip Montanaro Status: Rejected Type: Standards Track diff --git a/peps/pep-0333.rst b/peps/pep-0333.rst index 6eea74e0586..e11d1bcf7d9 100644 --- a/peps/pep-0333.rst +++ b/peps/pep-0333.rst @@ -1,7 +1,6 @@ PEP: 333 Title: Python Web Server Gateway Interface v1.0 Version: $Revision$ -Last-Modified: $Date$ Author: Phillip J. Eby Discussions-To: web-sig@python.org Status: Final diff --git a/peps/pep-0334.rst b/peps/pep-0334.rst index dfaa830dae7..f636e1f7c96 100644 --- a/peps/pep-0334.rst +++ b/peps/pep-0334.rst @@ -1,7 +1,6 @@ PEP: 334 Title: Simple Coroutines via SuspendIteration Version: $Revision$ -Last-Modified: $Date$ Author: Clark C. Evans Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0335.rst b/peps/pep-0335.rst index 2832174e8ed..0b5a94b8388 100644 --- a/peps/pep-0335.rst +++ b/peps/pep-0335.rst @@ -1,7 +1,6 @@ PEP: 335 Title: Overloadable Boolean Operators Version: $Revision$ -Last-Modified: $Date$ Author: Gregory Ewing Status: Rejected Type: Standards Track diff --git a/peps/pep-0336.rst b/peps/pep-0336.rst index ebd3c993ca9..70fb61fb455 100644 --- a/peps/pep-0336.rst +++ b/peps/pep-0336.rst @@ -1,7 +1,6 @@ PEP: 336 Title: Make None Callable Version: $Revision$ -Last-Modified: $Date$ Author: Andrew McClelland Status: Rejected Type: Standards Track diff --git a/peps/pep-0337.rst b/peps/pep-0337.rst index 24b7cccd700..68869854ec7 100644 --- a/peps/pep-0337.rst +++ b/peps/pep-0337.rst @@ -1,7 +1,6 @@ PEP: 337 Title: Logging Usage in the Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Michael P. Dubner Status: Deferred Type: Standards Track diff --git a/peps/pep-0338.rst b/peps/pep-0338.rst index 9a27ca94c1a..78172c07582 100644 --- a/peps/pep-0338.rst +++ b/peps/pep-0338.rst @@ -1,7 +1,6 @@ PEP: 338 Title: Executing modules as scripts Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0339.rst b/peps/pep-0339.rst index db365b0de1a..89310100f13 100644 --- a/peps/pep-0339.rst +++ b/peps/pep-0339.rst @@ -1,7 +1,6 @@ PEP: 339 Title: Design of the CPython Compiler Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Withdrawn Type: Informational diff --git a/peps/pep-0340.rst b/peps/pep-0340.rst index 8ad22beb255..4aacdffd350 100644 --- a/peps/pep-0340.rst +++ b/peps/pep-0340.rst @@ -1,7 +1,6 @@ PEP: 340 Title: Anonymous Block Statements Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum Status: Rejected Type: Standards Track diff --git a/peps/pep-0341.rst b/peps/pep-0341.rst index e937c2742fa..e11355e1467 100644 --- a/peps/pep-0341.rst +++ b/peps/pep-0341.rst @@ -1,7 +1,6 @@ PEP: 341 Title: Unifying try-except and try-finally Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Standards Track diff --git a/peps/pep-0342.rst b/peps/pep-0342.rst index 68a3f177d9b..434cc98c8ed 100644 --- a/peps/pep-0342.rst +++ b/peps/pep-0342.rst @@ -1,7 +1,6 @@ PEP: 342 Title: Coroutines via Enhanced Generators Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum, Phillip J. Eby Status: Final Type: Standards Track diff --git a/peps/pep-0343.rst b/peps/pep-0343.rst index daed354c347..61dee5d3e8b 100644 --- a/peps/pep-0343.rst +++ b/peps/pep-0343.rst @@ -1,7 +1,6 @@ PEP: 343 Title: The "with" Statement Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum, Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0344.rst b/peps/pep-0344.rst index 0ca5967319f..3fac9b6adbf 100644 --- a/peps/pep-0344.rst +++ b/peps/pep-0344.rst @@ -1,7 +1,6 @@ PEP: 344 Title: Exception Chaining and Embedded Tracebacks Version: $Revision$ -Last-Modified: $Date$ Author: Ka-Ping Yee Status: Superseded Type: Standards Track diff --git a/peps/pep-0346.rst b/peps/pep-0346.rst index a3a67d3f9f5..02681296967 100644 --- a/peps/pep-0346.rst +++ b/peps/pep-0346.rst @@ -1,7 +1,6 @@ PEP: 346 Title: User Defined ("``with``") Statements Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0347.rst b/peps/pep-0347.rst index 5ed601ee411..77adcd3bd10 100644 --- a/peps/pep-0347.rst +++ b/peps/pep-0347.rst @@ -1,7 +1,6 @@ PEP: 347 Title: Migrating the Python CVS to Subversion Version: $Revision$ -Last-Modified: $Date$ Author: Martin von Löwis Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0348.rst b/peps/pep-0348.rst index 92d85a12c98..ac018c0a107 100644 --- a/peps/pep-0348.rst +++ b/peps/pep-0348.rst @@ -1,7 +1,6 @@ PEP: 348 Title: Exception Reorganization for Python 3.0 Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Rejected Type: Standards Track diff --git a/peps/pep-0349.rst b/peps/pep-0349.rst index 27673fc0b1c..cb5f113032b 100644 --- a/peps/pep-0349.rst +++ b/peps/pep-0349.rst @@ -1,7 +1,6 @@ PEP: 349 Title: Allow str() to return unicode strings Version: $Revision$ -Last-Modified: $Date$ Author: Neil Schemenauer Status: Rejected Type: Standards Track diff --git a/peps/pep-0350.rst b/peps/pep-0350.rst index 73e628ceb28..e10ee1284e4 100644 --- a/peps/pep-0350.rst +++ b/peps/pep-0350.rst @@ -1,7 +1,6 @@ PEP: 350 Title: Codetags Version: $Revision$ -Last-Modified: $Date$ Author: Micah Elliott Status: Rejected Type: Informational diff --git a/peps/pep-0351.rst b/peps/pep-0351.rst index 81f3d6e9844..33dcc71d684 100644 --- a/peps/pep-0351.rst +++ b/peps/pep-0351.rst @@ -1,7 +1,6 @@ PEP: 351 Title: The freeze protocol Version: 2.5 -Last-Modified: $Date$ Author: Barry Warsaw Status: Rejected Type: Standards Track diff --git a/peps/pep-0353.rst b/peps/pep-0353.rst index e6faefc1429..d91d50eaf54 100644 --- a/peps/pep-0353.rst +++ b/peps/pep-0353.rst @@ -1,7 +1,6 @@ PEP: 353 Title: Using ssize_t as the index type Version: $Revision$ -Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-0354.rst b/peps/pep-0354.rst index d54f5d890c3..0f77f699cbe 100644 --- a/peps/pep-0354.rst +++ b/peps/pep-0354.rst @@ -1,7 +1,6 @@ PEP: 354 Title: Enumerations in Python Version: $Revision$ -Last-Modified: $Date$ Author: Ben Finney Status: Superseded Type: Standards Track diff --git a/peps/pep-0355.rst b/peps/pep-0355.rst index 8d09ea19bd6..c30c24d593a 100644 --- a/peps/pep-0355.rst +++ b/peps/pep-0355.rst @@ -1,7 +1,6 @@ PEP: 355 Title: Path - Object oriented filesystem paths Version: $Revision$ -Last-Modified: $Date$ Author: Björn Lindqvist Status: Rejected Type: Standards Track diff --git a/peps/pep-0356.rst b/peps/pep-0356.rst index 9724f2cd07a..e4ffff2f417 100644 --- a/peps/pep-0356.rst +++ b/peps/pep-0356.rst @@ -1,7 +1,6 @@ PEP: 356 Title: Python 2.5 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Neal Norwitz, Guido van Rossum, Anthony Baxter Status: Final Type: Informational diff --git a/peps/pep-0358.rst b/peps/pep-0358.rst index 6731aac219a..93e9ea079dd 100644 --- a/peps/pep-0358.rst +++ b/peps/pep-0358.rst @@ -1,7 +1,6 @@ PEP: 358 Title: The "bytes" Object Version: $Revision$ -Last-Modified: $Date$ Author: Neil Schemenauer , Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0359.rst b/peps/pep-0359.rst index b6d7350b9bd..51fc08bf120 100644 --- a/peps/pep-0359.rst +++ b/peps/pep-0359.rst @@ -1,7 +1,6 @@ PEP: 359 Title: The "make" Statement Version: $Revision$ -Last-Modified: $Date$ Author: Steven Bethard Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0360.rst b/peps/pep-0360.rst index 332a62af5c7..307bf4ba79e 100644 --- a/peps/pep-0360.rst +++ b/peps/pep-0360.rst @@ -1,7 +1,6 @@ PEP: 360 Title: Externally Maintained Packages Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Process diff --git a/peps/pep-0361.rst b/peps/pep-0361.rst index 22c0a64d07d..9c02452c719 100644 --- a/peps/pep-0361.rst +++ b/peps/pep-0361.rst @@ -1,7 +1,6 @@ PEP: 361 Title: Python 2.6 and 3.0 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Neal Norwitz, Barry Warsaw Status: Final Type: Informational diff --git a/peps/pep-0362.rst b/peps/pep-0362.rst index ca30a603ef9..6e14cdb05da 100644 --- a/peps/pep-0362.rst +++ b/peps/pep-0362.rst @@ -1,7 +1,6 @@ PEP: 362 Title: Function Signature Object Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon , Jiwon Seo , Yury Selivanov , Larry Hastings Status: Final diff --git a/peps/pep-0364.rst b/peps/pep-0364.rst index 2d7c1f9b2c6..98d68328b7b 100644 --- a/peps/pep-0364.rst +++ b/peps/pep-0364.rst @@ -1,7 +1,6 @@ PEP: 364 Title: Transitioning to the Py3K Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Barry Warsaw Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0365.rst b/peps/pep-0365.rst index e8213bbe944..9614cd994d4 100644 --- a/peps/pep-0365.rst +++ b/peps/pep-0365.rst @@ -1,7 +1,6 @@ PEP: 365 Title: Adding the pkg_resources module Version: $Revision$ -Last-Modified: $Date$ Author: Phillip J. Eby Status: Rejected Type: Standards Track diff --git a/peps/pep-0366.rst b/peps/pep-0366.rst index dfe3d5c99cb..40392df4959 100644 --- a/peps/pep-0366.rst +++ b/peps/pep-0366.rst @@ -1,7 +1,6 @@ PEP: 366 Title: Main module explicit relative imports Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0367.rst b/peps/pep-0367.rst index c98c6009107..2a1d88c4327 100644 --- a/peps/pep-0367.rst +++ b/peps/pep-0367.rst @@ -1,7 +1,6 @@ PEP: 367 Title: New Super Version: $Revision$ -Last-Modified: $Date$ Author: Calvin Spealman , Tim Delaney Status: Superseded diff --git a/peps/pep-0368.rst b/peps/pep-0368.rst index d4a2684a2b9..7d4d5b77fe2 100644 --- a/peps/pep-0368.rst +++ b/peps/pep-0368.rst @@ -1,7 +1,6 @@ PEP: 368 Title: Standard image protocol and class Version: $Revision$ -Last-Modified: $Date$ Author: Lino Mastrodomenico Status: Deferred Type: Standards Track diff --git a/peps/pep-0369.rst b/peps/pep-0369.rst index f0bec803330..f37b6c6bbe2 100644 --- a/peps/pep-0369.rst +++ b/peps/pep-0369.rst @@ -1,7 +1,6 @@ PEP: 369 Title: Post import hooks Version: $Revision$ -Last-Modified: $Date$ Author: Christian Heimes Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0371.rst b/peps/pep-0371.rst index 36008e7d6ea..02975a68509 100644 --- a/peps/pep-0371.rst +++ b/peps/pep-0371.rst @@ -1,7 +1,6 @@ PEP: 371 Title: Addition of the multiprocessing package to the standard library Version: $Revision$ -Last-Modified: $Date$ Author: Jesse Noller , Richard Oudkerk Status: Final diff --git a/peps/pep-0373.rst b/peps/pep-0373.rst index 146aa3cf910..ae597b96b59 100644 --- a/peps/pep-0373.rst +++ b/peps/pep-0373.rst @@ -1,7 +1,6 @@ PEP: 373 Title: Python 2.7 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Benjamin Peterson Status: Final Type: Informational diff --git a/peps/pep-0374.rst b/peps/pep-0374.rst index 240ac2d1be3..409f3851b93 100644 --- a/peps/pep-0374.rst +++ b/peps/pep-0374.rst @@ -1,7 +1,6 @@ PEP: 374 Title: Choosing a distributed VCS for the Python project Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon , Stephen J. Turnbull , Alexandre Vassalotti , diff --git a/peps/pep-0375.rst b/peps/pep-0375.rst index b4517549b92..1ca49417363 100644 --- a/peps/pep-0375.rst +++ b/peps/pep-0375.rst @@ -1,7 +1,6 @@ PEP: 375 Title: Python 3.1 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Benjamin Peterson Status: Final Type: Informational diff --git a/peps/pep-0377.rst b/peps/pep-0377.rst index fd5f9d38317..a0dfbe66444 100644 --- a/peps/pep-0377.rst +++ b/peps/pep-0377.rst @@ -1,7 +1,6 @@ PEP: 377 Title: Allow __enter__() methods to skip the statement body Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Rejected Type: Standards Track diff --git a/peps/pep-0378.rst b/peps/pep-0378.rst index b726bf22463..90b09c16216 100644 --- a/peps/pep-0378.rst +++ b/peps/pep-0378.rst @@ -1,7 +1,6 @@ PEP: 378 Title: Format Specifier for Thousands Separator Version: $Revision$ -Last-Modified: $Date$ Author: Raymond Hettinger Status: Final Type: Standards Track diff --git a/peps/pep-0379.rst b/peps/pep-0379.rst index 3d0fa751d0f..57d355fc373 100644 --- a/peps/pep-0379.rst +++ b/peps/pep-0379.rst @@ -1,7 +1,6 @@ PEP: 379 Title: Adding an Assignment Expression Version: $Revision$ -Last-Modified: $Date$ Author: Jervis Whitley Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0380.rst b/peps/pep-0380.rst index dafbf9c2527..7c944f23fbb 100644 --- a/peps/pep-0380.rst +++ b/peps/pep-0380.rst @@ -1,7 +1,6 @@ PEP: 380 Title: Syntax for Delegating to a Subgenerator Version: $Revision$ -Last-Modified: $Date$ Author: Gregory Ewing Status: Final Type: Standards Track diff --git a/peps/pep-0385.rst b/peps/pep-0385.rst index d9422139ec9..22c55dac3e3 100644 --- a/peps/pep-0385.rst +++ b/peps/pep-0385.rst @@ -1,7 +1,6 @@ PEP: 385 Title: Migrating from Subversion to Mercurial Version: $Revision$ -Last-Modified: $Date$ Author: Dirkjan Ochtman , Antoine Pitrou , Georg Brandl diff --git a/peps/pep-0389.rst b/peps/pep-0389.rst index 8ab920d5e75..a0ae9f91a9d 100644 --- a/peps/pep-0389.rst +++ b/peps/pep-0389.rst @@ -1,7 +1,6 @@ PEP: 389 Title: argparse - New Command Line Parsing Module Version: $Revision$ -Last-Modified: $Date$ Author: Steven Bethard Status: Final Type: Standards Track diff --git a/peps/pep-0390.rst b/peps/pep-0390.rst index 32f191b9281..c7525acd75e 100644 --- a/peps/pep-0390.rst +++ b/peps/pep-0390.rst @@ -1,7 +1,6 @@ PEP: 390 Title: Static metadata for Distutils Version: $Revision$ -Last-Modified: $Date$ Author: Tarek Ziadé BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0391.rst b/peps/pep-0391.rst index b025fe13408..43d28150ab6 100644 --- a/peps/pep-0391.rst +++ b/peps/pep-0391.rst @@ -1,7 +1,6 @@ PEP: 391 Title: Dictionary-Based Configuration For Logging Version: $Revision$ -Last-Modified: $Date$ Author: Vinay Sajip Status: Final Type: Standards Track diff --git a/peps/pep-0392.rst b/peps/pep-0392.rst index 6c2135fddfc..84353108223 100644 --- a/peps/pep-0392.rst +++ b/peps/pep-0392.rst @@ -1,7 +1,6 @@ PEP: 392 Title: Python 3.2 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Informational diff --git a/peps/pep-0395.rst b/peps/pep-0395.rst index fc548c9689f..57734c2464d 100644 --- a/peps/pep-0395.rst +++ b/peps/pep-0395.rst @@ -1,7 +1,6 @@ PEP: 395 Title: Qualified Names for Modules Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0398.rst b/peps/pep-0398.rst index c0f47d74427..7072540655e 100644 --- a/peps/pep-0398.rst +++ b/peps/pep-0398.rst @@ -1,7 +1,6 @@ PEP: 398 Title: Python 3.3 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Informational diff --git a/peps/pep-0399.rst b/peps/pep-0399.rst index 512a58eff85..d7ad1cbd840 100644 --- a/peps/pep-0399.rst +++ b/peps/pep-0399.rst @@ -1,7 +1,6 @@ PEP: 399 Title: Pure Python/C Accelerator Module Compatibility Requirements Version: $Revision: 88219 $ -Last-Modified: $Date: 2011-01-27 13:47:00 -0800 (Thu, 27 Jan 2011) $ Author: Brett Cannon Status: Final Type: Informational diff --git a/peps/pep-0400.rst b/peps/pep-0400.rst index 91c844b35a3..523d491dae0 100644 --- a/peps/pep-0400.rst +++ b/peps/pep-0400.rst @@ -1,7 +1,6 @@ PEP: 400 Title: Deprecate codecs.StreamReader and codecs.StreamWriter Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Deferred Type: Standards Track diff --git a/peps/pep-0401.rst b/peps/pep-0401.rst index b37f9986bc3..d31e2378200 100644 --- a/peps/pep-0401.rst +++ b/peps/pep-0401.rst @@ -1,7 +1,6 @@ PEP: 401 Title: BDFL Retirement Version: $Revision$ -Last-Modified: $Date: 2009-04-01 00:00:00 -0400 (Wed, 1 Apr 2009)$ Author: Barry Warsaw, Brett Cannon Status: April Fool! Type: Process diff --git a/peps/pep-0403.rst b/peps/pep-0403.rst index f7381bb723b..ed3c0c079d5 100644 --- a/peps/pep-0403.rst +++ b/peps/pep-0403.rst @@ -1,7 +1,6 @@ PEP: 403 Title: General purpose decorator clause (aka "@in" clause) Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track diff --git a/peps/pep-0405.rst b/peps/pep-0405.rst index 032201b2b70..dce13707637 100644 --- a/peps/pep-0405.rst +++ b/peps/pep-0405.rst @@ -1,7 +1,6 @@ PEP: 405 Title: Python Virtual Environments Version: $Revision$ -Last-Modified: $Date$ Author: Carl Meyer BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0406.rst b/peps/pep-0406.rst index 9822304a960..4242f977257 100644 --- a/peps/pep-0406.rst +++ b/peps/pep-0406.rst @@ -1,7 +1,6 @@ PEP: 406 Title: Improved Encapsulation of Import State Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Greg Slodkowicz Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0407.rst b/peps/pep-0407.rst index dd2d7a13204..8cda62f1921 100644 --- a/peps/pep-0407.rst +++ b/peps/pep-0407.rst @@ -1,7 +1,6 @@ PEP: 407 Title: New release cycle and introducing long-term support versions Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou , Georg Brandl , Barry Warsaw diff --git a/peps/pep-0408.rst b/peps/pep-0408.rst index 3812b08500a..b0317a41fca 100644 --- a/peps/pep-0408.rst +++ b/peps/pep-0408.rst @@ -1,7 +1,6 @@ PEP: 408 Title: Standard library __preview__ package Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Eli Bendersky Status: Rejected diff --git a/peps/pep-0409.rst b/peps/pep-0409.rst index d629a70860b..2ebbec21a8a 100644 --- a/peps/pep-0409.rst +++ b/peps/pep-0409.rst @@ -1,7 +1,6 @@ PEP: 409 Title: Suppressing exception context Version: $Revision$ -Last-Modified: $Date$ Author: Ethan Furman Status: Final Type: Standards Track diff --git a/peps/pep-0410.rst b/peps/pep-0410.rst index 1fe1f624a5d..d84c3d09b03 100644 --- a/peps/pep-0410.rst +++ b/peps/pep-0410.rst @@ -1,7 +1,6 @@ PEP: 410 Title: Use decimal.Decimal type for timestamps Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0411.rst b/peps/pep-0411.rst index 4980516b3d4..daf7896f572 100644 --- a/peps/pep-0411.rst +++ b/peps/pep-0411.rst @@ -1,7 +1,6 @@ PEP: 411 Title: Provisional packages in the Python standard library Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Eli Bendersky Status: Superseded diff --git a/peps/pep-0412.rst b/peps/pep-0412.rst index c79821ca3f6..064979f70c3 100644 --- a/peps/pep-0412.rst +++ b/peps/pep-0412.rst @@ -1,7 +1,6 @@ PEP: 412 Title: Key-Sharing Dictionary Version: $Revision$ -Last-Modified: $Date$ Author: Mark Shannon Status: Final Type: Standards Track diff --git a/peps/pep-0413.rst b/peps/pep-0413.rst index 958dd4963b2..81df2e6a7d3 100644 --- a/peps/pep-0413.rst +++ b/peps/pep-0413.rst @@ -1,7 +1,6 @@ PEP: 413 Title: Faster evolution of the Python Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Process diff --git a/peps/pep-0414.rst b/peps/pep-0414.rst index 92dbc4c6889..2461250344a 100644 --- a/peps/pep-0414.rst +++ b/peps/pep-0414.rst @@ -1,7 +1,6 @@ PEP: 414 Title: Explicit Unicode Literal for Python 3.3 Version: $Revision$ -Last-Modified: $Date$ Author: Armin Ronacher , Alyssa Coghlan Status: Final diff --git a/peps/pep-0415.rst b/peps/pep-0415.rst index 0d09d96fc8b..47ceb2ab0f9 100644 --- a/peps/pep-0415.rst +++ b/peps/pep-0415.rst @@ -1,7 +1,6 @@ PEP: 415 Title: Implement context suppression with exception attributes Version: $Revision$ -Last-Modified: $Date$ Author: Benjamin Peterson BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0416.rst b/peps/pep-0416.rst index dae11afe658..1b0f30c5077 100644 --- a/peps/pep-0416.rst +++ b/peps/pep-0416.rst @@ -1,7 +1,6 @@ PEP: 416 Title: Add a frozendict builtin type Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0417.rst b/peps/pep-0417.rst index c873b1c62ec..2c6bff416a3 100644 --- a/peps/pep-0417.rst +++ b/peps/pep-0417.rst @@ -1,7 +1,6 @@ PEP: 417 Title: Including mock in the Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Michael Foord Status: Final Type: Standards Track diff --git a/peps/pep-0419.rst b/peps/pep-0419.rst index f8b72955c46..c60a02bcbe2 100644 --- a/peps/pep-0419.rst +++ b/peps/pep-0419.rst @@ -1,7 +1,6 @@ PEP: 419 Title: Protecting cleanup statements from interruptions Version: $Revision$ -Last-Modified: $Date$ Author: Paul Colomiets Status: Deferred Type: Standards Track diff --git a/peps/pep-0420.rst b/peps/pep-0420.rst index 6fef893c75a..67fe104009f 100644 --- a/peps/pep-0420.rst +++ b/peps/pep-0420.rst @@ -1,7 +1,6 @@ PEP: 420 Title: Implicit Namespace Packages Version: $Revision$ -Last-Modified: $Date$ Author: Eric V. Smith Status: Final Type: Standards Track diff --git a/peps/pep-0422.rst b/peps/pep-0422.rst index 2ba25ff3a99..2aaac576981 100644 --- a/peps/pep-0422.rst +++ b/peps/pep-0422.rst @@ -1,7 +1,6 @@ PEP: 422 Title: Simpler customisation of class creation Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Daniel Urban Status: Withdrawn diff --git a/peps/pep-0423.rst b/peps/pep-0423.rst index 27f2a2a767d..e32c4d28c40 100644 --- a/peps/pep-0423.rst +++ b/peps/pep-0423.rst @@ -1,7 +1,6 @@ PEP: 423 Title: Naming conventions and recipes related to packaging Version: $Revision$ -Last-Modified: $Date$ Author: Benoit Bryon Discussions-To: distutils-sig@python.org Status: Deferred diff --git a/peps/pep-0424.rst b/peps/pep-0424.rst index 895014b611a..a5e9d35199c 100644 --- a/peps/pep-0424.rst +++ b/peps/pep-0424.rst @@ -1,7 +1,6 @@ PEP: 424 Title: A method for exposing a length hint Version: $Revision$ -Last-Modified: $Date$ Author: Alex Gaynor Status: Final Type: Standards Track diff --git a/peps/pep-0425.rst b/peps/pep-0425.rst index b01ca12e944..310c78d26fc 100644 --- a/peps/pep-0425.rst +++ b/peps/pep-0425.rst @@ -1,7 +1,6 @@ PEP: 425 Title: Compatibility Tags for Built Distributions Version: $Revision$ -Last-Modified: 07-Aug-2012 Author: Daniel Holth BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0427.rst b/peps/pep-0427.rst index a3ea53c948a..def7f326382 100644 --- a/peps/pep-0427.rst +++ b/peps/pep-0427.rst @@ -1,7 +1,6 @@ PEP: 427 Title: The Wheel Binary Package Format 1.0 Version: $Revision$ -Last-Modified: $Date$ Author: Daniel Holth BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0428.rst b/peps/pep-0428.rst index 4bc76b79077..e1b7af5f491 100644 --- a/peps/pep-0428.rst +++ b/peps/pep-0428.rst @@ -1,7 +1,6 @@ PEP: 428 Title: The pathlib module -- object-oriented filesystem paths Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou Status: Final Type: Standards Track diff --git a/peps/pep-0429.rst b/peps/pep-0429.rst index fe56b3a5b67..a586ec0d3fa 100644 --- a/peps/pep-0429.rst +++ b/peps/pep-0429.rst @@ -1,7 +1,6 @@ PEP: 429 Title: Python 3.4 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Larry Hastings Status: Final Type: Informational diff --git a/peps/pep-0430.rst b/peps/pep-0430.rst index 8a7216292e3..27a5d6edcd5 100644 --- a/peps/pep-0430.rst +++ b/peps/pep-0430.rst @@ -1,7 +1,6 @@ PEP: 430 Title: Migrating to Python 3 as the default online documentation Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan BDFL-Delegate: Georg Brandl Status: Final diff --git a/peps/pep-0431.rst b/peps/pep-0431.rst index 8f6bf9cd26b..1a1c775d427 100644 --- a/peps/pep-0431.rst +++ b/peps/pep-0431.rst @@ -1,7 +1,6 @@ PEP: 431 Title: Time zone support improvements Version: $Revision$ -Last-Modified: $Date$ Author: Lennart Regebro BDFL-Delegate: Barry Warsaw Status: Superseded diff --git a/peps/pep-0432.rst b/peps/pep-0432.rst index 9c1ee9731a0..fa2010abcc6 100644 --- a/peps/pep-0432.rst +++ b/peps/pep-0432.rst @@ -1,7 +1,6 @@ PEP: 432 Title: Restructuring the CPython startup sequence Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Victor Stinner , Eric Snow diff --git a/peps/pep-0433.rst b/peps/pep-0433.rst index 7a094d345d1..205ed944a4f 100644 --- a/peps/pep-0433.rst +++ b/peps/pep-0433.rst @@ -1,7 +1,6 @@ PEP: 433 Title: Easier suppression of file descriptor inheritance Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Superseded Type: Standards Track diff --git a/peps/pep-0434.rst b/peps/pep-0434.rst index 019ea1d18e4..3ed36b23fd8 100644 --- a/peps/pep-0434.rst +++ b/peps/pep-0434.rst @@ -1,7 +1,6 @@ PEP: 434 Title: IDLE Enhancement Exception for All Branches Version: $Revision$ -Last-Modified: $Date$ Author: Todd Rovito , Terry Reedy BDFL-Delegate: Alyssa Coghlan diff --git a/peps/pep-0435.rst b/peps/pep-0435.rst index fcec8aed650..f9b0edd40f1 100644 --- a/peps/pep-0435.rst +++ b/peps/pep-0435.rst @@ -1,7 +1,6 @@ PEP: 435 Title: Adding an Enum type to the Python standard library Version: $Revision$ -Last-Modified: $Date$ Author: Barry Warsaw , Eli Bendersky , Ethan Furman diff --git a/peps/pep-0436.rst b/peps/pep-0436.rst index 186412b5492..e88c3ed1c59 100644 --- a/peps/pep-0436.rst +++ b/peps/pep-0436.rst @@ -1,7 +1,6 @@ PEP: 436 Title: The Argument Clinic DSL Version: $Revision$ -Last-Modified: $Date$ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0437.rst b/peps/pep-0437.rst index 8c20f9c4436..ec873add42f 100644 --- a/peps/pep-0437.rst +++ b/peps/pep-0437.rst @@ -1,7 +1,6 @@ PEP: 437 Title: A DSL for specifying signatures, annotations and argument converters Version: $Revision$ -Last-Modified: $Date$ Author: Stefan Krah Status: Rejected Type: Standards Track diff --git a/peps/pep-0438.rst b/peps/pep-0438.rst index d037f9a90a4..42b7a9b6be1 100644 --- a/peps/pep-0438.rst +++ b/peps/pep-0438.rst @@ -1,7 +1,6 @@ PEP: 438 Title: Transitioning to release-file hosting on PyPI Version: $Revision$ -Last-Modified: $Date$ Author: Holger Krekel , Carl Meyer BDFL-Delegate: Richard Jones Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0439.rst b/peps/pep-0439.rst index 256a1149609..242bc20b625 100644 --- a/peps/pep-0439.rst +++ b/peps/pep-0439.rst @@ -1,7 +1,6 @@ PEP: 439 Title: Inclusion of implicit pip bootstrap in Python installation Version: $Revision$ -Last-Modified: $Date$ Author: Richard Jones BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0442.rst b/peps/pep-0442.rst index 4de6f379e39..18b5cbb7748 100644 --- a/peps/pep-0442.rst +++ b/peps/pep-0442.rst @@ -1,7 +1,6 @@ PEP: 442 Title: Safe object finalization Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou BDFL-Delegate: Benjamin Peterson Status: Final diff --git a/peps/pep-0443.rst b/peps/pep-0443.rst index 614f9b53de5..8f97c01803d 100644 --- a/peps/pep-0443.rst +++ b/peps/pep-0443.rst @@ -1,7 +1,6 @@ PEP: 443 Title: Single-dispatch generic functions Version: $Revision$ -Last-Modified: $Date$ Author: Łukasz Langa Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0444.rst b/peps/pep-0444.rst index 8d80494d493..e37a960ca6a 100644 --- a/peps/pep-0444.rst +++ b/peps/pep-0444.rst @@ -1,7 +1,6 @@ PEP: 444 Title: Python Web3 Interface Version: $Revision$ -Last-Modified: $Date$ Author: Chris McDonough , Armin Ronacher Discussions-To: web-sig@python.org diff --git a/peps/pep-0445.rst b/peps/pep-0445.rst index 599c933c20f..f25e0695c24 100644 --- a/peps/pep-0445.rst +++ b/peps/pep-0445.rst @@ -1,7 +1,6 @@ PEP: 445 Title: Add new APIs to customize Python memory allocators Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final diff --git a/peps/pep-0446.rst b/peps/pep-0446.rst index 6668d3a7975..14ea33e2cdb 100644 --- a/peps/pep-0446.rst +++ b/peps/pep-0446.rst @@ -1,7 +1,6 @@ PEP: 446 Title: Make newly created file descriptors non-inheritable Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Final Type: Standards Track diff --git a/peps/pep-0449.rst b/peps/pep-0449.rst index 83d9ea215f3..bae43bfe9a4 100644 --- a/peps/pep-0449.rst +++ b/peps/pep-0449.rst @@ -1,7 +1,6 @@ PEP: 449 Title: Removal of the PyPI Mirror Auto Discovery and Naming Scheme Version: $Revision$ -Last-Modified: $Date$ Author: Donald Stufft BDFL-Delegate: Richard Jones Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0450.rst b/peps/pep-0450.rst index 383379afb70..792493a3f77 100644 --- a/peps/pep-0450.rst +++ b/peps/pep-0450.rst @@ -1,7 +1,6 @@ PEP: 450 Title: Adding A Statistics Module To The Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Steven D'Aprano Status: Final Type: Standards Track diff --git a/peps/pep-0451.rst b/peps/pep-0451.rst index b44f34e8e9a..353f3b7c1a2 100644 --- a/peps/pep-0451.rst +++ b/peps/pep-0451.rst @@ -1,7 +1,6 @@ PEP: 451 Title: A ModuleSpec Type for the Import System Version: $Revision$ -Last-Modified: $Date$ Author: Eric Snow BDFL-Delegate: Brett Cannon , Alyssa Coghlan Discussions-To: import-sig@python.org diff --git a/peps/pep-0452.rst b/peps/pep-0452.rst index ac8c11acb15..4338f314c59 100644 --- a/peps/pep-0452.rst +++ b/peps/pep-0452.rst @@ -1,7 +1,6 @@ PEP: 452 Title: API for Cryptographic Hash Functions v2.0 Version: $Revision$ -Last-Modified: $Date$ Author: A.M. Kuchling , Christian Heimes Status: Final Type: Informational diff --git a/peps/pep-0454.rst b/peps/pep-0454.rst index 7332ef12c93..c48739dfc71 100644 --- a/peps/pep-0454.rst +++ b/peps/pep-0454.rst @@ -1,7 +1,6 @@ PEP: 454 Title: Add a new tracemalloc module to trace Python memory allocations Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner BDFL-Delegate: Charles-François Natali Status: Final diff --git a/peps/pep-0455.rst b/peps/pep-0455.rst index 64657bda2ea..a7096c9e759 100644 --- a/peps/pep-0455.rst +++ b/peps/pep-0455.rst @@ -1,7 +1,6 @@ PEP: 455 Title: Adding a key-transforming dictionary to collections Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou BDFL-Delegate: Raymond Hettinger Status: Rejected diff --git a/peps/pep-0456.rst b/peps/pep-0456.rst index 6ff0bfaa857..34eb80fa26f 100644 --- a/peps/pep-0456.rst +++ b/peps/pep-0456.rst @@ -1,7 +1,6 @@ PEP: 456 Title: Secure and interchangeable hash algorithm Version: $Revision$ -Last-Modified: $Date$ Author: Christian Heimes BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0457.rst b/peps/pep-0457.rst index cd4315146a3..9585e1d92e8 100644 --- a/peps/pep-0457.rst +++ b/peps/pep-0457.rst @@ -1,7 +1,6 @@ PEP: 457 Title: Notation For Positional-Only Parameters Version: $Revision$ -Last-Modified: $Date$ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0458.rst b/peps/pep-0458.rst index 9409cce2d67..6ecdc01eb49 100644 --- a/peps/pep-0458.rst +++ b/peps/pep-0458.rst @@ -1,7 +1,6 @@ PEP: 458 Title: Secure PyPI downloads with signed repository metadata Version: $Revision$ -Last-Modified: $Date$ Author: Trishank Karthik Kuppusamy , Vladimir Diaz , Marina Moore , diff --git a/peps/pep-0459.rst b/peps/pep-0459.rst index ad4be884d1c..8ca762df3bb 100644 --- a/peps/pep-0459.rst +++ b/peps/pep-0459.rst @@ -1,7 +1,6 @@ PEP: 459 Title: Standard Metadata Extensions for Python Software Packages Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0460.rst b/peps/pep-0460.rst index bb0307b0de2..51913aeeb9f 100644 --- a/peps/pep-0460.rst +++ b/peps/pep-0460.rst @@ -1,7 +1,6 @@ PEP: 460 Title: Add binary interpolation and formatting Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0463.rst b/peps/pep-0463.rst index d70e9a4bce8..7868e29a78d 100644 --- a/peps/pep-0463.rst +++ b/peps/pep-0463.rst @@ -1,7 +1,6 @@ PEP: 463 Title: Exception-catching expressions Version: $Revision$ -Last-Modified: $Date$ Author: Chris Angelico Status: Rejected Type: Standards Track diff --git a/peps/pep-0464.rst b/peps/pep-0464.rst index d3f78513985..9a2f4c40843 100644 --- a/peps/pep-0464.rst +++ b/peps/pep-0464.rst @@ -1,7 +1,6 @@ PEP: 464 Title: Removal of the PyPI Mirror Authenticity API Version: $Revision$ -Last-Modified: $Date$ Author: Donald Stufft BDFL-Delegate: Richard Jones Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0465.rst b/peps/pep-0465.rst index 98deb0bbff1..48480d5a5ba 100644 --- a/peps/pep-0465.rst +++ b/peps/pep-0465.rst @@ -1,7 +1,6 @@ PEP: 465 Title: A dedicated infix operator for matrix multiplication Version: $Revision$ -Last-Modified: $Date$ Author: Nathaniel J. Smith Status: Final Type: Standards Track diff --git a/peps/pep-0466.rst b/peps/pep-0466.rst index 458353dd3d0..e767d58a52b 100644 --- a/peps/pep-0466.rst +++ b/peps/pep-0466.rst @@ -1,7 +1,6 @@ PEP: 466 Title: Network Security Enhancements for Python 2.7.x Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Status: Final Type: Standards Track diff --git a/peps/pep-0467.rst b/peps/pep-0467.rst index fbf13c4facb..47a7719226f 100644 --- a/peps/pep-0467.rst +++ b/peps/pep-0467.rst @@ -1,7 +1,6 @@ PEP: 467 Title: Minor API improvements for binary sequences Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Ethan Furman Discussions-To: https://discuss.python.org/t/42001 Status: Draft diff --git a/peps/pep-0468.rst b/peps/pep-0468.rst index 30882b6cf0d..452ac055935 100644 --- a/peps/pep-0468.rst +++ b/peps/pep-0468.rst @@ -1,7 +1,6 @@ PEP: 468 Title: Preserving the order of \*\*kwargs in a function. Version: $Revision$ -Last-Modified: $Date$ Author: Eric Snow Discussions-To: python-ideas@python.org Status: Final diff --git a/peps/pep-0469.rst b/peps/pep-0469.rst index 23423b6fdc9..48a7e2446ed 100644 --- a/peps/pep-0469.rst +++ b/peps/pep-0469.rst @@ -1,7 +1,6 @@ PEP: 469 Title: Migration of dict iteration code to Python 3 Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0470.rst b/peps/pep-0470.rst index 18fdd994f3d..5bedcb2ec5d 100644 --- a/peps/pep-0470.rst +++ b/peps/pep-0470.rst @@ -1,7 +1,6 @@ PEP: 470 Title: Removing External Hosting Support on PyPI Version: $Revision$ -Last-Modified: $Date$ Author: Donald Stufft BDFL-Delegate: Paul Moore Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0471.rst b/peps/pep-0471.rst index 681c5cfc485..88b11a4eadc 100644 --- a/peps/pep-0471.rst +++ b/peps/pep-0471.rst @@ -1,7 +1,6 @@ PEP: 471 Title: os.scandir() function -- a better and faster directory iterator Version: $Revision$ -Last-Modified: $Date$ Author: Ben Hoyt BDFL-Delegate: Victor Stinner Status: Final diff --git a/peps/pep-0473.rst b/peps/pep-0473.rst index 73c31305934..56480627428 100644 --- a/peps/pep-0473.rst +++ b/peps/pep-0473.rst @@ -1,7 +1,6 @@ PEP: 473 Title: Adding structured data to built-in exceptions Version: $Revision$ -Last-Modified: $Date$ Author: Sebastian Kreft Status: Rejected Type: Standards Track diff --git a/peps/pep-0474.rst b/peps/pep-0474.rst index c709cde21a9..05bd49fff27 100644 --- a/peps/pep-0474.rst +++ b/peps/pep-0474.rst @@ -1,7 +1,6 @@ PEP: 474 Title: Creating forge.python.org Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Process diff --git a/peps/pep-0475.rst b/peps/pep-0475.rst index bc23c3fadc0..e87c6b09ac3 100644 --- a/peps/pep-0475.rst +++ b/peps/pep-0475.rst @@ -1,7 +1,6 @@ PEP: 475 Title: Retry system calls failing with EINTR Version: $Revision$ -Last-Modified: $Date$ Author: Charles-François Natali , Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final diff --git a/peps/pep-0476.rst b/peps/pep-0476.rst index d4dcd57b6da..b78f4328738 100644 --- a/peps/pep-0476.rst +++ b/peps/pep-0476.rst @@ -1,7 +1,6 @@ PEP: 476 Title: Enabling certificate verification by default for stdlib http clients Version: $Revision$ -Last-Modified: $Date$ Author: Alex Gaynor Status: Final Type: Standards Track diff --git a/peps/pep-0478.rst b/peps/pep-0478.rst index 2cd4a49a5df..1c2a734763b 100644 --- a/peps/pep-0478.rst +++ b/peps/pep-0478.rst @@ -1,7 +1,6 @@ PEP: 478 Title: Python 3.5 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Larry Hastings Status: Final Type: Informational diff --git a/peps/pep-0479.rst b/peps/pep-0479.rst index 4aaa60f1c85..01f06571635 100644 --- a/peps/pep-0479.rst +++ b/peps/pep-0479.rst @@ -1,7 +1,6 @@ PEP: 479 Title: Change StopIteration handling inside generators Version: $Revision$ -Last-Modified: $Date$ Author: Chris Angelico , Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0482.rst b/peps/pep-0482.rst index c0a878854e1..1534d8d2ae3 100644 --- a/peps/pep-0482.rst +++ b/peps/pep-0482.rst @@ -1,7 +1,6 @@ PEP: 482 Title: Literature Overview for Type Hints Version: $Revision$ -Last-Modified: $Date$ Author: Łukasz Langa Discussions-To: python-ideas@python.org Status: Final diff --git a/peps/pep-0483.rst b/peps/pep-0483.rst index 8d650e4fc61..3ba2f95ca99 100644 --- a/peps/pep-0483.rst +++ b/peps/pep-0483.rst @@ -1,7 +1,6 @@ PEP: 483 Title: The Theory of Type Hints Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum , Ivan Levkivskyi Discussions-To: python-ideas@python.org Status: Final diff --git a/peps/pep-0484.rst b/peps/pep-0484.rst index 529ed057ef3..5a45b4c2f4a 100644 --- a/peps/pep-0484.rst +++ b/peps/pep-0484.rst @@ -1,7 +1,6 @@ PEP: 484 Title: Type Hints Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum , Jukka Lehtosalo , Łukasz Langa BDFL-Delegate: Mark Shannon Discussions-To: python-dev@python.org diff --git a/peps/pep-0485.rst b/peps/pep-0485.rst index f02c579752d..af19aa1fbb0 100644 --- a/peps/pep-0485.rst +++ b/peps/pep-0485.rst @@ -1,7 +1,6 @@ PEP: 485 Title: A Function for testing approximate equality Version: $Revision$ -Last-Modified: $Date$ Author: Christopher Barker Status: Final Type: Standards Track diff --git a/peps/pep-0486.rst b/peps/pep-0486.rst index eb29abcd5b1..9239dbf6125 100644 --- a/peps/pep-0486.rst +++ b/peps/pep-0486.rst @@ -1,7 +1,6 @@ PEP: 486 Title: Make the Python Launcher aware of virtual environments Version: $Revision$ -Last-Modified: $Date$ Author: Paul Moore Status: Final Type: Standards Track diff --git a/peps/pep-0487.rst b/peps/pep-0487.rst index 08e7b1da2c9..ead81eaf7f4 100644 --- a/peps/pep-0487.rst +++ b/peps/pep-0487.rst @@ -1,7 +1,6 @@ PEP: 487 Title: Simpler customisation of class creation Version: $Revision$ -Last-Modified: $Date$ Author: Martin Teichmann , Status: Final Type: Standards Track diff --git a/peps/pep-0488.rst b/peps/pep-0488.rst index aad482f4e12..5d50fcaeea4 100644 --- a/peps/pep-0488.rst +++ b/peps/pep-0488.rst @@ -1,7 +1,6 @@ PEP: 488 Title: Elimination of PYO files Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Standards Track diff --git a/peps/pep-0489.rst b/peps/pep-0489.rst index 98063c3c5c1..fdaa1cbf1ba 100644 --- a/peps/pep-0489.rst +++ b/peps/pep-0489.rst @@ -1,7 +1,6 @@ PEP: 489 Title: Multi-phase extension module initialization Version: $Revision$ -Last-Modified: $Date$ Author: Petr Viktorin , Stefan Behnel , Alyssa Coghlan diff --git a/peps/pep-0490.rst b/peps/pep-0490.rst index db1d6e233af..98fb4414142 100644 --- a/peps/pep-0490.rst +++ b/peps/pep-0490.rst @@ -1,7 +1,6 @@ PEP: 490 Title: Chain exceptions at C level Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0493.rst b/peps/pep-0493.rst index 95f368d6b00..580c7eb4214 100644 --- a/peps/pep-0493.rst +++ b/peps/pep-0493.rst @@ -1,7 +1,6 @@ PEP: 493 Title: HTTPS verification migration tools for Python 2.7 Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Robert Kuska , Marc-André Lemburg diff --git a/peps/pep-0494.rst b/peps/pep-0494.rst index aff89d05d7d..ccf09f9fcef 100644 --- a/peps/pep-0494.rst +++ b/peps/pep-0494.rst @@ -1,7 +1,6 @@ PEP: 494 Title: Python 3.6 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Ned Deily Status: Final Type: Informational diff --git a/peps/pep-0495.rst b/peps/pep-0495.rst index 69ce92e6cc6..3f850677e87 100644 --- a/peps/pep-0495.rst +++ b/peps/pep-0495.rst @@ -1,7 +1,6 @@ PEP: 495 Title: Local Time Disambiguation Version: $Revision$ -Last-Modified: $Date$ Author: Alexander Belopolsky , Tim Peters Discussions-To: datetime-sig@python.org Status: Final diff --git a/peps/pep-0496.rst b/peps/pep-0496.rst index b7808d5d2d4..1974d1b75dc 100644 --- a/peps/pep-0496.rst +++ b/peps/pep-0496.rst @@ -1,7 +1,6 @@ PEP: 496 Title: Environment Markers Version: $Revision$ -Last-Modified: $Date$ Author: James Polley BDFL-Delegate: Alyssa Coghlan Status: Rejected diff --git a/peps/pep-0497.rst b/peps/pep-0497.rst index aed58e0f765..3345d043687 100644 --- a/peps/pep-0497.rst +++ b/peps/pep-0497.rst @@ -1,7 +1,6 @@ PEP: 497 Title: A standard mechanism for backward compatibility Version: $Revision$ -Last-Modified: $Date$ Author: Ed Schofield PEP-Delegate: Brett Cannon Status: Rejected diff --git a/peps/pep-0498.rst b/peps/pep-0498.rst index d4bc06dd73e..8678eba6bd7 100644 --- a/peps/pep-0498.rst +++ b/peps/pep-0498.rst @@ -1,7 +1,6 @@ PEP: 498 Title: Literal String Interpolation Version: $Revision$ -Last-Modified: $Date$ Author: Eric V. Smith Status: Final Type: Standards Track diff --git a/peps/pep-0500.rst b/peps/pep-0500.rst index 03ea2d0607a..9ad0956891e 100644 --- a/peps/pep-0500.rst +++ b/peps/pep-0500.rst @@ -1,7 +1,6 @@ PEP: 500 Title: A protocol for delegating datetime methods to their tzinfo implementations Version: $Revision$ -Last-Modified: $Date$ Author: Alexander Belopolsky , Tim Peters Discussions-To: datetime-sig@python.org Status: Rejected diff --git a/peps/pep-0503.rst b/peps/pep-0503.rst index 6b6d66477a6..4ea5b3749b9 100644 --- a/peps/pep-0503.rst +++ b/peps/pep-0503.rst @@ -1,7 +1,6 @@ PEP: 503 Title: Simple Repository API Version: $Revision$ -Last-Modified: $Date$ Author: Donald Stufft BDFL-Delegate: Donald Stufft Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0504.rst b/peps/pep-0504.rst index 00cd4ea6e70..2cc04824f44 100644 --- a/peps/pep-0504.rst +++ b/peps/pep-0504.rst @@ -1,7 +1,6 @@ PEP: 504 Title: Using the System RNG by default Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0506.rst b/peps/pep-0506.rst index b25d40267a1..5002e35c9d0 100644 --- a/peps/pep-0506.rst +++ b/peps/pep-0506.rst @@ -1,7 +1,6 @@ PEP: 506 Title: Adding A Secrets Module To The Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Steven D'Aprano Status: Final Type: Standards Track diff --git a/peps/pep-0508.rst b/peps/pep-0508.rst index e890c67bfa6..6b2520376b2 100644 --- a/peps/pep-0508.rst +++ b/peps/pep-0508.rst @@ -1,7 +1,6 @@ PEP: 508 Title: Dependency specification for Python Software Packages Version: $Revision$ -Last-Modified: $Date$ Author: Robert Collins BDFL-Delegate: Donald Stufft Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0510.rst b/peps/pep-0510.rst index 12502c681ff..afd994c8564 100644 --- a/peps/pep-0510.rst +++ b/peps/pep-0510.rst @@ -1,7 +1,6 @@ PEP: 510 Title: Specialize functions with guards Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0511.rst b/peps/pep-0511.rst index d4cbec92a1a..96af4f9c8ec 100644 --- a/peps/pep-0511.rst +++ b/peps/pep-0511.rst @@ -1,7 +1,6 @@ PEP: 511 Title: API for code transformers Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0512.rst b/peps/pep-0512.rst index 9a9304b26f3..e9380577cbb 100644 --- a/peps/pep-0512.rst +++ b/peps/pep-0512.rst @@ -1,7 +1,6 @@ PEP: 512 Title: Migrating from hg.python.org to GitHub Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Discussions-To: core-workflow@python.org Status: Final diff --git a/peps/pep-0513.rst b/peps/pep-0513.rst index d5fc732d716..3b9722663ab 100644 --- a/peps/pep-0513.rst +++ b/peps/pep-0513.rst @@ -1,7 +1,6 @@ PEP: 513 Title: A Platform Tag for Portable Linux Built Distributions Version: $Revision$ -Last-Modified: $Date$ Author: Robert T. McGibbon , Nathaniel J. Smith BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0514.rst b/peps/pep-0514.rst index 4b49237cb0d..e50f3bac15a 100644 --- a/peps/pep-0514.rst +++ b/peps/pep-0514.rst @@ -1,7 +1,6 @@ PEP: 514 Title: Python registration in the Windows registry Version: $Revision$ -Last-Modified: $Date$ Author: Steve Dower BDFL-Delegate: Paul Moore Status: Active diff --git a/peps/pep-0515.rst b/peps/pep-0515.rst index 733b00a25e2..624e443e645 100644 --- a/peps/pep-0515.rst +++ b/peps/pep-0515.rst @@ -1,7 +1,6 @@ PEP: 515 Title: Underscores in Numeric Literals Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl, Serhiy Storchaka Status: Final Type: Standards Track diff --git a/peps/pep-0517.rst b/peps/pep-0517.rst index bda6da25eb3..6b5b92ba1a0 100644 --- a/peps/pep-0517.rst +++ b/peps/pep-0517.rst @@ -1,7 +1,6 @@ PEP: 517 Title: A build-system independent format for source trees Version: $Revision$ -Last-Modified: $Date$ Author: Nathaniel J. Smith , Thomas Kluyver BDFL-Delegate: Alyssa Coghlan diff --git a/peps/pep-0519.rst b/peps/pep-0519.rst index cdb1e94ebab..dd7de864246 100644 --- a/peps/pep-0519.rst +++ b/peps/pep-0519.rst @@ -1,7 +1,6 @@ PEP: 519 Title: Adding a file system path protocol Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon , Koos Zevenhoven Status: Final diff --git a/peps/pep-0520.rst b/peps/pep-0520.rst index f9c75f347ca..dee09cc0c5c 100644 --- a/peps/pep-0520.rst +++ b/peps/pep-0520.rst @@ -1,7 +1,6 @@ PEP: 520 Title: Preserving Class Attribute Definition Order Version: $Revision$ -Last-Modified: $Date$ Author: Eric Snow Status: Final Type: Standards Track diff --git a/peps/pep-0521.rst b/peps/pep-0521.rst index 163ea4d7cd9..0edcac06292 100644 --- a/peps/pep-0521.rst +++ b/peps/pep-0521.rst @@ -1,7 +1,6 @@ PEP: 521 Title: Managing global context via 'with' blocks in generators and coroutines Version: $Revision$ -Last-Modified: $Date$ Author: Nathaniel J. Smith Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0522.rst b/peps/pep-0522.rst index f450d91649f..0c0fa612f46 100644 --- a/peps/pep-0522.rst +++ b/peps/pep-0522.rst @@ -1,7 +1,6 @@ PEP: 522 Title: Allow BlockingIOError in security sensitive APIs Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Nathaniel J. Smith Status: Rejected Type: Standards Track diff --git a/peps/pep-0524.rst b/peps/pep-0524.rst index 5f01a291f47..9d9d16879f9 100644 --- a/peps/pep-0524.rst +++ b/peps/pep-0524.rst @@ -1,7 +1,6 @@ PEP: 524 Title: Make os.urandom() blocking on Linux Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Final Type: Standards Track diff --git a/peps/pep-0525.rst b/peps/pep-0525.rst index d31ee280a79..f28b2291a3c 100644 --- a/peps/pep-0525.rst +++ b/peps/pep-0525.rst @@ -1,7 +1,6 @@ PEP: 525 Title: Asynchronous Generators Version: $Revision$ -Last-Modified: $Date$ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0526.rst b/peps/pep-0526.rst index 682bf72e448..50a399e15ec 100644 --- a/peps/pep-0526.rst +++ b/peps/pep-0526.rst @@ -1,7 +1,6 @@ PEP: 526 Title: Syntax for Variable Annotations Version: $Revision$ -Last-Modified: $Date$ Author: Ryan Gonzalez , Philip House , Ivan Levkivskyi , Lisa Roach , Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0527.rst b/peps/pep-0527.rst index 54ef9806105..785bf7a3bf6 100644 --- a/peps/pep-0527.rst +++ b/peps/pep-0527.rst @@ -1,7 +1,6 @@ PEP: 527 Title: Removing Un(der)used file types/extensions on PyPI Version: $Revision$ -Last-Modified: $Date$ Author: Donald Stufft BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0528.rst b/peps/pep-0528.rst index db064b96b33..744bcc2a9f9 100644 --- a/peps/pep-0528.rst +++ b/peps/pep-0528.rst @@ -1,7 +1,6 @@ PEP: 528 Title: Change Windows console encoding to UTF-8 Version: $Revision$ -Last-Modified: $Date$ Author: Steve Dower Status: Final Type: Standards Track diff --git a/peps/pep-0529.rst b/peps/pep-0529.rst index 76ef052bc3c..db752d952d5 100644 --- a/peps/pep-0529.rst +++ b/peps/pep-0529.rst @@ -1,7 +1,6 @@ PEP: 529 Title: Change Windows filesystem encoding to UTF-8 Version: $Revision$ -Last-Modified: $Date$ Author: Steve Dower Status: Final Type: Standards Track diff --git a/peps/pep-0530.rst b/peps/pep-0530.rst index dc852d1e79e..ff22cbc9657 100644 --- a/peps/pep-0530.rst +++ b/peps/pep-0530.rst @@ -1,7 +1,6 @@ PEP: 530 Title: Asynchronous Comprehensions Version: $Revision$ -Last-Modified: $Date$ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0531.rst b/peps/pep-0531.rst index 4742216c857..011eb1df1c9 100644 --- a/peps/pep-0531.rst +++ b/peps/pep-0531.rst @@ -1,7 +1,6 @@ PEP: 531 Title: Existence checking operators Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0532.rst b/peps/pep-0532.rst index 6602c6679ff..9329717afd3 100644 --- a/peps/pep-0532.rst +++ b/peps/pep-0532.rst @@ -1,7 +1,6 @@ PEP: 532 Title: A circuit breaking protocol and binary operators Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan , Mark E. Haase Status: Deferred diff --git a/peps/pep-0533.rst b/peps/pep-0533.rst index a46e2f8e1bb..7b0a2547b42 100644 --- a/peps/pep-0533.rst +++ b/peps/pep-0533.rst @@ -1,7 +1,6 @@ PEP: 533 Title: Deterministic cleanup for iterators Version: $Revision$ -Last-Modified: $Date$ Author: Nathaniel J. Smith BDFL-Delegate: Yury Selivanov Status: Deferred diff --git a/peps/pep-0535.rst b/peps/pep-0535.rst index 7c5dc11c7b8..4a8d58f3459 100644 --- a/peps/pep-0535.rst +++ b/peps/pep-0535.rst @@ -1,7 +1,6 @@ PEP: 535 Title: Rich comparison chaining Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track diff --git a/peps/pep-0536.rst b/peps/pep-0536.rst index 08eecf1dd0c..83a9d2bb128 100644 --- a/peps/pep-0536.rst +++ b/peps/pep-0536.rst @@ -1,7 +1,6 @@ PEP: 536 Title: Final Grammar for Literal String Interpolation Version: $Revision$ -Last-Modified: $Date$ Author: Philipp Angerer Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0537.rst b/peps/pep-0537.rst index 2bc7e998f39..af71dd9267b 100644 --- a/peps/pep-0537.rst +++ b/peps/pep-0537.rst @@ -1,7 +1,6 @@ PEP: 537 Title: Python 3.7 Release Schedule Version: $Revision$ -Last-Modified: $Date$ Author: Ned Deily Status: Final Type: Informational diff --git a/peps/pep-0538.rst b/peps/pep-0538.rst index cef5fd7e6f1..4d76b2de79a 100644 --- a/peps/pep-0538.rst +++ b/peps/pep-0538.rst @@ -1,7 +1,6 @@ PEP: 538 Title: Coercing the legacy C locale to a UTF-8 based locale Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan BDFL-Delegate: INADA Naoki Status: Final diff --git a/peps/pep-0539.rst b/peps/pep-0539.rst index f35e0cd90ae..f254e9c49e2 100644 --- a/peps/pep-0539.rst +++ b/peps/pep-0539.rst @@ -1,7 +1,6 @@ PEP: 539 Title: A New C-API for Thread-Local Storage in CPython Version: $Revision$ -Last-Modified: $Date$ Author: Erik M. Bray, Masayuki Yamamoto BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0540.rst b/peps/pep-0540.rst index f2d5b0fa5ae..d71ae79cdfe 100644 --- a/peps/pep-0540.rst +++ b/peps/pep-0540.rst @@ -1,7 +1,6 @@ PEP: 540 Title: Add a new UTF-8 Mode Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner BDFL-Delegate: INADA Naoki Status: Final diff --git a/peps/pep-0541.rst b/peps/pep-0541.rst index 950bdc4be97..265beef936b 100644 --- a/peps/pep-0541.rst +++ b/peps/pep-0541.rst @@ -1,7 +1,6 @@ PEP: 541 Title: Package Index Name Retention Version: $Revision$ -Last-Modified: $Date$ Author: Łukasz Langa BDFL-Delegate: Mark Mangoba Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0542.rst b/peps/pep-0542.rst index ed392680eb4..47cc7a43b8d 100644 --- a/peps/pep-0542.rst +++ b/peps/pep-0542.rst @@ -1,7 +1,6 @@ PEP: 542 Title: Dot Notation Assignment In Function Header Version: $Revision$ -Last-Modified: $Date$ Author: Markus Meskanen Status: Rejected Type: Standards Track diff --git a/peps/pep-0543.rst b/peps/pep-0543.rst index a6178901a61..4427adc1906 100644 --- a/peps/pep-0543.rst +++ b/peps/pep-0543.rst @@ -1,7 +1,6 @@ PEP: 543 Title: A Unified TLS API for Python Version: $Revision$ -Last-Modified: $Date$ Author: Cory Benfield , Christian Heimes Status: Withdrawn diff --git a/peps/pep-0546.rst b/peps/pep-0546.rst index 71b91e0d0ff..d4ec2605ae7 100644 --- a/peps/pep-0546.rst +++ b/peps/pep-0546.rst @@ -1,7 +1,6 @@ PEP: 546 Title: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7 Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner , Cory Benfield , BDFL-Delegate: Benjamin Peterson diff --git a/peps/pep-0547.rst b/peps/pep-0547.rst index c334f68a720..302fa194239 100644 --- a/peps/pep-0547.rst +++ b/peps/pep-0547.rst @@ -1,7 +1,6 @@ PEP: 547 Title: Running extension modules using the -m option Version: $Revision$ -Last-Modified: $Date$ Author: Marcel Plch , Petr Viktorin Status: Deferred diff --git a/peps/pep-0548.rst b/peps/pep-0548.rst index 7924b81d362..f203e906918 100644 --- a/peps/pep-0548.rst +++ b/peps/pep-0548.rst @@ -1,7 +1,6 @@ PEP: 548 Title: More Flexible Loop Control Version: $Revision$ -Last-Modified: $Date$ Author: R David Murray Status: Rejected Type: Standards Track diff --git a/peps/pep-0549.rst b/peps/pep-0549.rst index efcca0b5f43..a35c2b9652d 100644 --- a/peps/pep-0549.rst +++ b/peps/pep-0549.rst @@ -1,7 +1,6 @@ PEP: 549 Title: Instance Descriptors Version: $Revision$ -Last-Modified: $Date$ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Rejected diff --git a/peps/pep-0550.rst b/peps/pep-0550.rst index 5b524d813df..c4ae0f1a8f0 100644 --- a/peps/pep-0550.rst +++ b/peps/pep-0550.rst @@ -1,7 +1,6 @@ PEP: 550 Title: Execution Context Version: $Revision$ -Last-Modified: $Date$ Author: Yury Selivanov , Elvis Pranskevichus Status: Withdrawn diff --git a/peps/pep-0551.rst b/peps/pep-0551.rst index 53f96ad0bdc..58a74963dab 100644 --- a/peps/pep-0551.rst +++ b/peps/pep-0551.rst @@ -1,7 +1,6 @@ PEP: 551 Title: Security transparency in the Python runtime Version: $Revision$ -Last-Modified: $Date$ Author: Steve Dower Status: Withdrawn Type: Informational diff --git a/peps/pep-0552.rst b/peps/pep-0552.rst index 2d8339236dc..ef57e0720ff 100644 --- a/peps/pep-0552.rst +++ b/peps/pep-0552.rst @@ -1,7 +1,6 @@ PEP: 552 Title: Deterministic pycs Version: $Revision$ -Last-Modified: $Date$ Author: Benjamin Peterson Status: Final Type: Standards Track diff --git a/peps/pep-0555.rst b/peps/pep-0555.rst index bcf216f5619..b8affca36ae 100644 --- a/peps/pep-0555.rst +++ b/peps/pep-0555.rst @@ -1,7 +1,6 @@ PEP: 555 Title: Context-local variables (contextvars) Version: $Revision$ -Last-Modified: $Date$ Author: Koos Zevenhoven Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0563.rst b/peps/pep-0563.rst index 1e474c5991a..f2d7d23069c 100644 --- a/peps/pep-0563.rst +++ b/peps/pep-0563.rst @@ -1,7 +1,6 @@ PEP: 563 Title: Postponed Evaluation of Annotations Version: $Revision$ -Last-Modified: $Date$ Author: Łukasz Langa Discussions-To: python-dev@python.org Status: Accepted diff --git a/peps/pep-0564.rst b/peps/pep-0564.rst index bbf89d9d2e5..82fc9e5bd1a 100644 --- a/peps/pep-0564.rst +++ b/peps/pep-0564.rst @@ -1,7 +1,6 @@ PEP: 564 Title: Add new time functions with nanosecond resolution Version: $Revision$ -Last-Modified: $Date$ Author: Victor Stinner Status: Final Type: Standards Track diff --git a/peps/pep-0567.rst b/peps/pep-0567.rst index 21c9dc74327..598b0cce6e8 100644 --- a/peps/pep-0567.rst +++ b/peps/pep-0567.rst @@ -1,7 +1,6 @@ PEP: 567 Title: Context Variables Version: $Revision$ -Last-Modified: $Date$ Author: Yury Selivanov Status: Final Type: Standards Track diff --git a/peps/pep-0570.rst b/peps/pep-0570.rst index 85615a4dd1c..caa4446f6e2 100644 --- a/peps/pep-0570.rst +++ b/peps/pep-0570.rst @@ -1,7 +1,6 @@ PEP: 570 Title: Python Positional-Only Parameters Version: $Revision$ -Last-Modified: $Date$ Author: Larry Hastings , Pablo Galindo , Mario Corchero , diff --git a/peps/pep-0573.rst b/peps/pep-0573.rst index ff02e82d941..0216856dacb 100644 --- a/peps/pep-0573.rst +++ b/peps/pep-0573.rst @@ -1,7 +1,6 @@ PEP: 573 Title: Module State Access from C Extension Methods Version: $Revision$ -Last-Modified: $Date$ Author: Petr Viktorin , Alyssa Coghlan , Eric Snow , diff --git a/peps/pep-0574.rst b/peps/pep-0574.rst index 83166c60f4a..dd27d62f3fc 100644 --- a/peps/pep-0574.rst +++ b/peps/pep-0574.rst @@ -1,7 +1,6 @@ PEP: 574 Title: Pickle protocol 5 with out-of-band data Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0582.rst b/peps/pep-0582.rst index d0117dcc1d1..6c6683751f5 100644 --- a/peps/pep-0582.rst +++ b/peps/pep-0582.rst @@ -1,7 +1,6 @@ PEP: 582 Title: Python local packages directory Version: $Revision$ -Last-Modified: $Date$ Author: Kushal Das , Steve Dower , Donald Stufft , Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-582-python-local-packages-directory/963/ diff --git a/peps/pep-0583.rst b/peps/pep-0583.rst index fdf4b193e69..e03f7065a48 100644 --- a/peps/pep-0583.rst +++ b/peps/pep-0583.rst @@ -1,7 +1,6 @@ PEP: 583 Title: A Concurrency Memory Model for Python Version: $Revision: 56116 $ -Last-Modified: $Date: 2007-06-28 12:53:41 -0700 (Thu, 28 Jun 2007) $ Author: Jeffrey Yasskin Status: Withdrawn Type: Informational diff --git a/peps/pep-0584.rst b/peps/pep-0584.rst index 62705a8f530..5f0cd340e20 100644 --- a/peps/pep-0584.rst +++ b/peps/pep-0584.rst @@ -1,7 +1,6 @@ PEP: 584 Title: Add Union Operators To dict Version: $Revision$ -Last-Modified: $Date$ Author: Steven D'Aprano , Brandt Bucher BDFL-Delegate: Guido van Rossum diff --git a/peps/pep-0585.rst b/peps/pep-0585.rst index 7c939c03a6c..d1ea8230367 100644 --- a/peps/pep-0585.rst +++ b/peps/pep-0585.rst @@ -1,7 +1,6 @@ PEP: 585 Title: Type Hinting Generics In Standard Collections Version: $Revision$ -Last-Modified: $Date$ Author: Łukasz Langa Discussions-To: typing-sig@python.org Status: Final diff --git a/peps/pep-0597.rst b/peps/pep-0597.rst index 56fffe0ad95..b272c12fdeb 100644 --- a/peps/pep-0597.rst +++ b/peps/pep-0597.rst @@ -1,6 +1,5 @@ PEP: 597 Title: Add optional EncodingWarning -Last-Modified: 07-Aug-2021 Author: Inada Naoki Status: Final Type: Standards Track diff --git a/peps/pep-0598.rst b/peps/pep-0598.rst index 16ccfb95df6..c7e4b0eb60b 100644 --- a/peps/pep-0598.rst +++ b/peps/pep-0598.rst @@ -1,7 +1,6 @@ PEP: 598 Title: Introducing incremental feature releases Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828 Status: Withdrawn diff --git a/peps/pep-0599.rst b/peps/pep-0599.rst index ad16f40ec79..91d83da8990 100644 --- a/peps/pep-0599.rst +++ b/peps/pep-0599.rst @@ -1,7 +1,6 @@ PEP: 599 Title: The manylinux2014 Platform Tag Version: $Revision$ -Last-Modified: $Date$ Author: Dustin Ingram Sponsor: Paul Moore BDFL-Delegate: Paul Moore diff --git a/peps/pep-0600.rst b/peps/pep-0600.rst index 5deceadf024..544aa5cd12d 100644 --- a/peps/pep-0600.rst +++ b/peps/pep-0600.rst @@ -1,7 +1,6 @@ PEP: 600 Title: Future 'manylinux' Platform Tags for Portable Linux Built Distributions Version: $Revision$ -Last-Modified: $Date$ Author: Nathaniel J. Smith , Thomas Kluyver Sponsor: Paul Moore diff --git a/peps/pep-0603.rst b/peps/pep-0603.rst index c2e8ba2899d..9f5a37f6152 100644 --- a/peps/pep-0603.rst +++ b/peps/pep-0603.rst @@ -1,7 +1,6 @@ PEP: 603 Title: Adding a frozenmap type to collections Version: $Revision$ -Last-Modified: $Date$ Author: Yury Selivanov Discussions-To: https://discuss.python.org/t/pep-603-adding-a-frozenmap-type-to-collections/2318/ Status: Draft diff --git a/peps/pep-0605.rst b/peps/pep-0605.rst index 16d8baec253..cbf61605043 100644 --- a/peps/pep-0605.rst +++ b/peps/pep-0605.rst @@ -1,7 +1,6 @@ PEP: 605 Title: A rolling feature release stream for CPython Version: $Revision$ -Last-Modified: $Date$ Author: Steve Dower , Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-605-a-rolling-feature-release-stream-for-cpython/2418 Status: Rejected diff --git a/peps/pep-0607.rst b/peps/pep-0607.rst index 0b7bd187e39..cf2c20a3edc 100644 --- a/peps/pep-0607.rst +++ b/peps/pep-0607.rst @@ -1,7 +1,6 @@ PEP: 607 Title: Reducing CPython's Feature Delivery Latency Version: $Revision$ -Last-Modified: $Date$ Author: Łukasz Langa , Steve Dower , Alyssa Coghlan diff --git a/peps/pep-0614.rst b/peps/pep-0614.rst index 5f0fe6f1e72..d8ae0b6ed5b 100644 --- a/peps/pep-0614.rst +++ b/peps/pep-0614.rst @@ -1,7 +1,6 @@ PEP: 614 Title: Relaxing Grammar Restrictions On Decorators Version: $Revision$ -Last-Modified: $Date$ Author: Brandt Bucher Sponsor: Guido van Rossum Status: Final diff --git a/peps/pep-0618.rst b/peps/pep-0618.rst index 91681ddc3de..1a865c68cb3 100644 --- a/peps/pep-0618.rst +++ b/peps/pep-0618.rst @@ -1,7 +1,6 @@ PEP: 618 Title: Add Optional Length-Checking To zip Version: $Revision$ -Last-Modified: $Date$ Author: Brandt Bucher Sponsor: Antoine Pitrou BDFL-Delegate: Guido van Rossum diff --git a/peps/pep-0628.rst b/peps/pep-0628.rst index 594d58aa191..b0a5fefdc7e 100644 --- a/peps/pep-0628.rst +++ b/peps/pep-0628.rst @@ -1,7 +1,6 @@ PEP: 628 Title: Add ``math.tau`` Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0635.rst b/peps/pep-0635.rst index dbaedc62169..e7e0a803d7b 100644 --- a/peps/pep-0635.rst +++ b/peps/pep-0635.rst @@ -1,7 +1,6 @@ PEP: 635 Title: Structural Pattern Matching: Motivation and Rationale Version: $Revision$ -Last-Modified: $Date$ Author: Tobias Kohn , Guido van Rossum BDFL-Delegate: diff --git a/peps/pep-0636.rst b/peps/pep-0636.rst index 7062bfc9e57..f1f1715e829 100644 --- a/peps/pep-0636.rst +++ b/peps/pep-0636.rst @@ -1,7 +1,6 @@ PEP: 636 Title: Structural Pattern Matching: Tutorial Version: $Revision$ -Last-Modified: $Date$ Author: Daniel F Moisset Sponsor: Guido van Rossum BDFL-Delegate: diff --git a/peps/pep-0637.rst b/peps/pep-0637.rst index b3e1d3afd6a..2e696cfc1dd 100644 --- a/peps/pep-0637.rst +++ b/peps/pep-0637.rst @@ -1,7 +1,6 @@ PEP: 637 Title: Support for indexing with keyword arguments Version: $Revision$ -Last-Modified: $Date$ Author: Stefano Borini Sponsor: Steven D'Aprano Discussions-To: python-ideas@python.org diff --git a/peps/pep-0642.rst b/peps/pep-0642.rst index b8549eb585f..1301247c1cb 100644 --- a/peps/pep-0642.rst +++ b/peps/pep-0642.rst @@ -1,7 +1,6 @@ PEP: 642 Title: Explicit Pattern Syntax for Structural Pattern Matching Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan BDFL-Delegate: Discussions-To: python-dev@python.org diff --git a/peps/pep-0657.rst b/peps/pep-0657.rst index e78858ba493..cf5f5ac457c 100644 --- a/peps/pep-0657.rst +++ b/peps/pep-0657.rst @@ -1,7 +1,6 @@ PEP: 657 Title: Include Fine Grained Error Locations in Tracebacks Version: $Revision$ -Last-Modified: $Date$ Author: Pablo Galindo , Batuhan Taskaya , Ammar Askar diff --git a/peps/pep-0663.rst b/peps/pep-0663.rst index ccf718319de..12cdbbc2c16 100644 --- a/peps/pep-0663.rst +++ b/peps/pep-0663.rst @@ -1,7 +1,6 @@ PEP: 663 Title: Standardizing Enum str(), repr(), and format() behaviors Version: $Revision$ -Last-Modified: $Date$ Author: Ethan Furman Discussions-To: python-dev@python.org Status: Rejected diff --git a/peps/pep-0754.rst b/peps/pep-0754.rst index 73f5fa347d7..f747ae068eb 100644 --- a/peps/pep-0754.rst +++ b/peps/pep-0754.rst @@ -1,7 +1,6 @@ PEP: 754 Title: IEEE 754 Floating Point Special Values Version: $Revision$ -Last-Modified: $Date$ Author: Gregory R. Warnes Status: Rejected Type: Standards Track diff --git a/peps/pep-3000.rst b/peps/pep-3000.rst index 4ef945a9ec2..9ce1181be42 100644 --- a/peps/pep-3000.rst +++ b/peps/pep-3000.rst @@ -1,7 +1,6 @@ PEP: 3000 Title: Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Process diff --git a/peps/pep-3001.rst b/peps/pep-3001.rst index d19d698f8df..656009483a9 100644 --- a/peps/pep-3001.rst +++ b/peps/pep-3001.rst @@ -1,7 +1,6 @@ PEP: 3001 Title: Procedure for reviewing and improving standard library modules Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Withdrawn Type: Process diff --git a/peps/pep-3002.rst b/peps/pep-3002.rst index 9daa3d6c5ed..bbb211781aa 100644 --- a/peps/pep-3002.rst +++ b/peps/pep-3002.rst @@ -1,7 +1,6 @@ PEP: 3002 Title: Procedure for Backwards-Incompatible Changes Version: $Revision$ -Last-Modified: $Date$ Author: Steven Bethard Status: Final Type: Process diff --git a/peps/pep-3003.rst b/peps/pep-3003.rst index db07ff06bc4..ce104e38349 100644 --- a/peps/pep-3003.rst +++ b/peps/pep-3003.rst @@ -1,7 +1,6 @@ PEP: 3003 Title: Python Language Moratorium Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon, Jesse Noller, Guido van Rossum Status: Final Type: Process diff --git a/peps/pep-3099.rst b/peps/pep-3099.rst index addd98b805a..6f6a4af7b0b 100644 --- a/peps/pep-3099.rst +++ b/peps/pep-3099.rst @@ -1,7 +1,6 @@ PEP: 3099 Title: Things that will Not Change in Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Process diff --git a/peps/pep-3101.rst b/peps/pep-3101.rst index d5ef2d81483..c565fcef278 100644 --- a/peps/pep-3101.rst +++ b/peps/pep-3101.rst @@ -1,7 +1,6 @@ PEP: 3101 Title: Advanced String Formatting Version: $Revision$ -Last-Modified: $Date$ Author: Talin Status: Final Type: Standards Track diff --git a/peps/pep-3102.rst b/peps/pep-3102.rst index 9bae5842951..4d4f46797fd 100644 --- a/peps/pep-3102.rst +++ b/peps/pep-3102.rst @@ -1,7 +1,6 @@ PEP: 3102 Title: Keyword-Only Arguments Version: $Revision$ -Last-Modified: $Date$ Author: Talin Status: Final Type: Standards Track diff --git a/peps/pep-3105.rst b/peps/pep-3105.rst index 1781eff8ec8..beb059e3142 100644 --- a/peps/pep-3105.rst +++ b/peps/pep-3105.rst @@ -1,7 +1,6 @@ PEP: 3105 Title: Make print a function Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Standards Track diff --git a/peps/pep-3106.rst b/peps/pep-3106.rst index 4aa1e074a1a..8b1ba95a73e 100644 --- a/peps/pep-3106.rst +++ b/peps/pep-3106.rst @@ -1,7 +1,6 @@ PEP: 3106 Title: Revamping dict.keys(), .values() and .items() Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-3107.rst b/peps/pep-3107.rst index cb3d3d4c0c1..41788145612 100644 --- a/peps/pep-3107.rst +++ b/peps/pep-3107.rst @@ -1,7 +1,6 @@ PEP: 3107 Title: Function Annotations Version: $Revision$ -Last-Modified: $Date$ Author: Collin Winter , Tony Lownds Status: Final diff --git a/peps/pep-3109.rst b/peps/pep-3109.rst index f086a6f0a42..93226c71106 100644 --- a/peps/pep-3109.rst +++ b/peps/pep-3109.rst @@ -1,7 +1,6 @@ PEP: 3109 Title: Raising Exceptions in Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Collin Winter Status: Final Type: Standards Track diff --git a/peps/pep-3110.rst b/peps/pep-3110.rst index d4537e1346b..04ca44277ac 100644 --- a/peps/pep-3110.rst +++ b/peps/pep-3110.rst @@ -1,7 +1,6 @@ PEP: 3110 Title: Catching Exceptions in Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Collin Winter Status: Final Type: Standards Track diff --git a/peps/pep-3111.rst b/peps/pep-3111.rst index b241f1df407..be2ea7887b8 100644 --- a/peps/pep-3111.rst +++ b/peps/pep-3111.rst @@ -1,7 +1,6 @@ PEP: 3111 Title: Simple input built-in in Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Andre Roberge Status: Final Type: Standards Track diff --git a/peps/pep-3112.rst b/peps/pep-3112.rst index f1d9ae4c41c..c90380aefe3 100644 --- a/peps/pep-3112.rst +++ b/peps/pep-3112.rst @@ -1,7 +1,6 @@ PEP: 3112 Title: Bytes literals in Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Jason Orendorff Status: Final Type: Standards Track diff --git a/peps/pep-3113.rst b/peps/pep-3113.rst index af55a0700b3..d3a5daf45bd 100644 --- a/peps/pep-3113.rst +++ b/peps/pep-3113.rst @@ -1,7 +1,6 @@ PEP: 3113 Title: Removal of Tuple Parameter Unpacking Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Standards Track diff --git a/peps/pep-3116.rst b/peps/pep-3116.rst index 27aa92dbb88..ad2c162f856 100644 --- a/peps/pep-3116.rst +++ b/peps/pep-3116.rst @@ -1,7 +1,6 @@ PEP: 3116 Title: New I/O Version: $Revision$ -Last-Modified: $Date$ Author: Daniel Stutzbach , Guido van Rossum , Mike Verdone diff --git a/peps/pep-3117.rst b/peps/pep-3117.rst index 8f267f4bcca..c1f69ef1f04 100644 --- a/peps/pep-3117.rst +++ b/peps/pep-3117.rst @@ -1,7 +1,6 @@ PEP: 3117 Title: Postfix type declarations Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Rejected Type: Standards Track diff --git a/peps/pep-3118.rst b/peps/pep-3118.rst index eb34d742a68..10ccbe3a56d 100644 --- a/peps/pep-3118.rst +++ b/peps/pep-3118.rst @@ -1,7 +1,6 @@ PEP: 3118 Title: Revising the buffer protocol Version: $Revision$ -Last-Modified: $Date$ Author: Travis Oliphant , Carl Banks Status: Final Type: Standards Track diff --git a/peps/pep-3120.rst b/peps/pep-3120.rst index c8f7c06ea9d..f272355e34e 100644 --- a/peps/pep-3120.rst +++ b/peps/pep-3120.rst @@ -1,7 +1,6 @@ PEP: 3120 Title: Using UTF-8 as the default source encoding Version: $Revision$ -Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3121.rst b/peps/pep-3121.rst index 49eaf119adc..f0a14818071 100644 --- a/peps/pep-3121.rst +++ b/peps/pep-3121.rst @@ -1,7 +1,6 @@ PEP: 3121 Title: Extension Module Initialization and Finalization Version: $Revision$ -Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3122.rst b/peps/pep-3122.rst index 98df22db9b2..d0f26e36e94 100644 --- a/peps/pep-3122.rst +++ b/peps/pep-3122.rst @@ -1,7 +1,6 @@ PEP: 3122 Title: Delineation of the main module Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Rejected Type: Standards Track diff --git a/peps/pep-3123.rst b/peps/pep-3123.rst index 9c697bc85a7..359938d4060 100644 --- a/peps/pep-3123.rst +++ b/peps/pep-3123.rst @@ -1,7 +1,6 @@ PEP: 3123 Title: Making PyObject_HEAD conform to standard C Version: $Revision$ -Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3124.rst b/peps/pep-3124.rst index b8c991c7545..af263198cc6 100644 --- a/peps/pep-3124.rst +++ b/peps/pep-3124.rst @@ -1,7 +1,6 @@ PEP: 3124 Title: Overloading, Generic Functions, Interfaces, and Adaptation Version: $Revision$ -Last-Modified: $Date$ Author: Phillip J. Eby Discussions-To: python-3000@python.org Status: Deferred diff --git a/peps/pep-3125.rst b/peps/pep-3125.rst index fe6e1bd47bf..296f9f7e042 100644 --- a/peps/pep-3125.rst +++ b/peps/pep-3125.rst @@ -1,7 +1,6 @@ PEP: 3125 Title: Remove Backslash Continuation Version: $Revision$ -Last-Modified: $Date$ Author: Jim J. Jewett Status: Rejected Type: Standards Track diff --git a/peps/pep-3127.rst b/peps/pep-3127.rst index 575dfd89c0a..386071d56f7 100644 --- a/peps/pep-3127.rst +++ b/peps/pep-3127.rst @@ -1,7 +1,6 @@ PEP: 3127 Title: Integer Literal Support and Syntax Version: $Revision$ -Last-Modified: $Date$ Author: Patrick Maupin Discussions-To: python-3000@python.org Status: Final diff --git a/peps/pep-3128.rst b/peps/pep-3128.rst index 44ded961474..0d243d35fc1 100644 --- a/peps/pep-3128.rst +++ b/peps/pep-3128.rst @@ -1,7 +1,6 @@ PEP: 3128 Title: BList: A Faster List-like Type Version: $Revision$ -Last-Modified: $Date$ Author: Daniel Stutzbach Discussions-To: python-3000@python.org Status: Rejected diff --git a/peps/pep-3129.rst b/peps/pep-3129.rst index b2a2d0669d4..7c4af9e914e 100644 --- a/peps/pep-3129.rst +++ b/peps/pep-3129.rst @@ -1,7 +1,6 @@ PEP: 3129 Title: Class Decorators Version: $Revision$ -Last-Modified: $Date$ Author: Collin Winter Status: Final Type: Standards Track diff --git a/peps/pep-3130.rst b/peps/pep-3130.rst index 2f2b9d78fff..e72b1853135 100644 --- a/peps/pep-3130.rst +++ b/peps/pep-3130.rst @@ -1,7 +1,6 @@ PEP: 3130 Title: Access to Current Module/Class/Function Version: $Revision$ -Last-Modified: $Date$ Author: Jim J. Jewett Status: Rejected Type: Standards Track diff --git a/peps/pep-3131.rst b/peps/pep-3131.rst index 69b205494a8..375941e1955 100644 --- a/peps/pep-3131.rst +++ b/peps/pep-3131.rst @@ -1,7 +1,6 @@ PEP: 3131 Title: Supporting Non-ASCII Identifiers Version: $Revision$ -Last-Modified: $Date$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3132.rst b/peps/pep-3132.rst index 228ca34e16e..a10eb92e134 100644 --- a/peps/pep-3132.rst +++ b/peps/pep-3132.rst @@ -1,7 +1,6 @@ PEP: 3132 Title: Extended Iterable Unpacking Version: $Revision$ -Last-Modified: $Date$ Author: Georg Brandl Status: Final Type: Standards Track diff --git a/peps/pep-3133.rst b/peps/pep-3133.rst index c63931a881b..e63ee9d7f65 100644 --- a/peps/pep-3133.rst +++ b/peps/pep-3133.rst @@ -1,7 +1,6 @@ PEP: 3133 Title: Introducing Roles Version: $Revision$ -Last-Modified: $Date$ Author: Collin Winter Status: Rejected Type: Standards Track diff --git a/peps/pep-3134.rst b/peps/pep-3134.rst index 37defdb51ee..8992b80409a 100644 --- a/peps/pep-3134.rst +++ b/peps/pep-3134.rst @@ -1,7 +1,6 @@ PEP: 3134 Title: Exception Chaining and Embedded Tracebacks Version: $Revision$ -Last-Modified: $Date$ Author: Ka-Ping Yee Status: Final Type: Standards Track diff --git a/peps/pep-3136.rst b/peps/pep-3136.rst index 09eea4f42e4..c5e726ac8b3 100644 --- a/peps/pep-3136.rst +++ b/peps/pep-3136.rst @@ -1,7 +1,6 @@ PEP: 3136 Title: Labeled break and continue Version: $Revision$ -Last-Modified: $Date$ Author: Matt Chisholm Status: Rejected Type: Standards Track diff --git a/peps/pep-3137.rst b/peps/pep-3137.rst index 3bbd8ba6e22..5284c2c20cc 100644 --- a/peps/pep-3137.rst +++ b/peps/pep-3137.rst @@ -1,7 +1,6 @@ PEP: 3137 Title: Immutable Bytes and Mutable Buffer Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-3138.rst b/peps/pep-3138.rst index b9daa3eb110..807bb491ae0 100644 --- a/peps/pep-3138.rst +++ b/peps/pep-3138.rst @@ -1,7 +1,6 @@ PEP: 3138 Title: String representation in Python 3000 Version: $Revision$ -Last-Modified: $Date$ Author: Atsuo Ishimoto Status: Final Type: Standards Track diff --git a/peps/pep-3139.rst b/peps/pep-3139.rst index 3a1fe4c3d8f..a79aa37c84a 100644 --- a/peps/pep-3139.rst +++ b/peps/pep-3139.rst @@ -1,7 +1,6 @@ PEP: 3139 Title: Cleaning out sys and the "interpreter" module Version: $Revision$ -Last-Modified: $Date$ Author: Benjamin Peterson Status: Rejected Type: Standards Track diff --git a/peps/pep-3140.rst b/peps/pep-3140.rst index deb8a6dbe85..2159e38ddd5 100644 --- a/peps/pep-3140.rst +++ b/peps/pep-3140.rst @@ -1,7 +1,6 @@ PEP: 3140 Title: str(container) should call str(item), not repr(item) Version: $Revision$ -Last-Modified: $Date$ Author: Oleg Broytman , Jim J. Jewett Discussions-To: python-3000@python.org diff --git a/peps/pep-3142.rst b/peps/pep-3142.rst index 2df0305ad79..978c9fab2e1 100644 --- a/peps/pep-3142.rst +++ b/peps/pep-3142.rst @@ -1,7 +1,6 @@ PEP: 3142 Title: Add a "while" clause to generator expressions Version: $Revision$ -Last-Modified: $Date$ Author: Gerald Britton Status: Rejected Type: Standards Track diff --git a/peps/pep-3143.rst b/peps/pep-3143.rst index e092af20c34..52a90d4fe98 100644 --- a/peps/pep-3143.rst +++ b/peps/pep-3143.rst @@ -1,7 +1,6 @@ PEP: 3143 Title: Standard daemon process library Version: $Revision$ -Last-Modified: $Date$ Author: Ben Finney Status: Deferred Type: Standards Track diff --git a/peps/pep-3144.rst b/peps/pep-3144.rst index 0deb67f37c5..9e82e694147 100644 --- a/peps/pep-3144.rst +++ b/peps/pep-3144.rst @@ -1,7 +1,6 @@ PEP: 3144 Title: IP Address Manipulation Library for the Python Standard Library Version: $Revision$ -Last-Modified: $Date$ Author: Peter Moody BDFL-Delegate: Alyssa Coghlan Discussions-To: ipaddr-py-dev@googlegroups.com diff --git a/peps/pep-3148.rst b/peps/pep-3148.rst index 911dbcccbe9..71e1e5bfb88 100644 --- a/peps/pep-3148.rst +++ b/peps/pep-3148.rst @@ -1,7 +1,6 @@ PEP: 3148 Title: futures - execute computations asynchronously Version: $Revision$ -Last-Modified: $Date$ Author: Brian Quinlan Status: Final Type: Standards Track diff --git a/peps/pep-3149.rst b/peps/pep-3149.rst index 48128054a5f..eb5de898ead 100644 --- a/peps/pep-3149.rst +++ b/peps/pep-3149.rst @@ -1,7 +1,6 @@ PEP: 3149 Title: ABI version tagged .so files Version: $Revision$ -Last-Modified: $Date$ Author: Barry Warsaw Status: Final Type: Standards Track diff --git a/peps/pep-3150.rst b/peps/pep-3150.rst index 2123aeb3460..04f267c1c47 100644 --- a/peps/pep-3150.rst +++ b/peps/pep-3150.rst @@ -1,7 +1,6 @@ PEP: 3150 Title: Statement local namespaces (aka "given" clause) Version: $Revision$ -Last-Modified: $Date$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track diff --git a/peps/pep-3151.rst b/peps/pep-3151.rst index 6ffad2c9db1..9aa5795a206 100644 --- a/peps/pep-3151.rst +++ b/peps/pep-3151.rst @@ -1,7 +1,6 @@ PEP: 3151 Title: Reworking the OS and IO exception hierarchy Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou BDFL-Delegate: Barry Warsaw Status: Final diff --git a/peps/pep-3152.rst b/peps/pep-3152.rst index b82794c71b5..22a471d2632 100644 --- a/peps/pep-3152.rst +++ b/peps/pep-3152.rst @@ -1,7 +1,6 @@ PEP: 3152 Title: Cofunctions Version: $Revision$ -Last-Modified: $Date$ Author: Gregory Ewing Status: Rejected Type: Standards Track diff --git a/peps/pep-3153.rst b/peps/pep-3153.rst index 111447e7b2c..23f02315199 100644 --- a/peps/pep-3153.rst +++ b/peps/pep-3153.rst @@ -1,7 +1,6 @@ PEP: 3153 Title: Asynchronous IO support Version: $Revision$ -Last-Modified: $Date$ Author: Laurens Van Houtven <_@lvh.cc> Status: Superseded Type: Standards Track diff --git a/peps/pep-3154.rst b/peps/pep-3154.rst index baf680a3487..b1819b58afc 100644 --- a/peps/pep-3154.rst +++ b/peps/pep-3154.rst @@ -1,7 +1,6 @@ PEP: 3154 Title: Pickle protocol version 4 Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou Status: Final Type: Standards Track diff --git a/peps/pep-3155.rst b/peps/pep-3155.rst index 359f6d31bbe..66ba2fb133f 100644 --- a/peps/pep-3155.rst +++ b/peps/pep-3155.rst @@ -1,7 +1,6 @@ PEP: 3155 Title: Qualified name for classes and functions Version: $Revision$ -Last-Modified: $Date$ Author: Antoine Pitrou Status: Final Type: Standards Track diff --git a/peps/pep-3156.rst b/peps/pep-3156.rst index e3ed130efab..4efb490b06c 100644 --- a/peps/pep-3156.rst +++ b/peps/pep-3156.rst @@ -1,7 +1,6 @@ PEP: 3156 Title: Asynchronous IO Support Rebooted: the "asyncio" Module Version: $Revision$ -Last-Modified: $Date$ Author: Guido van Rossum BDFL-Delegate: Antoine Pitrou Discussions-To: python-tulip@googlegroups.com From 86fae724eb6d82de4f8bba39b210f5bf340135f9 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:59:27 +0000 Subject: [PATCH 6/7] Many PEPs: Remove the Version header --- peps/pep-0002.rst | 1 - peps/pep-0004.rst | 1 - peps/pep-0160.rst | 1 - peps/pep-0200.rst | 1 - peps/pep-0205.rst | 1 - peps/pep-0222.rst | 1 - peps/pep-0226.rst | 1 - peps/pep-0229.rst | 1 - peps/pep-0232.rst | 1 - peps/pep-0235.rst | 1 - peps/pep-0236.rst | 1 - peps/pep-0237.rst | 1 - peps/pep-0245.rst | 1 - peps/pep-0247.rst | 1 - peps/pep-0256.rst | 1 - peps/pep-0258.rst | 1 - peps/pep-0261.rst | 1 - peps/pep-0264.rst | 1 - peps/pep-0272.rst | 1 - peps/pep-0274.rst | 1 - peps/pep-0283.rst | 1 - peps/pep-0287.rst | 1 - peps/pep-0290.rst | 1 - peps/pep-0293.rst | 1 - peps/pep-0298.rst | 1 - peps/pep-0299.rst | 1 - peps/pep-0301.rst | 1 - peps/pep-0302.rst | 1 - peps/pep-0303.rst | 1 - peps/pep-0304.rst | 1 - peps/pep-0305.rst | 1 - peps/pep-0306.rst | 1 - peps/pep-0307.rst | 1 - peps/pep-0308.rst | 1 - peps/pep-0309.rst | 1 - peps/pep-0310.rst | 1 - peps/pep-0311.rst | 1 - peps/pep-0312.rst | 1 - peps/pep-0313.rst | 1 - peps/pep-0315.rst | 1 - peps/pep-0316.rst | 1 - peps/pep-0317.rst | 1 - peps/pep-0318.rst | 1 - peps/pep-0319.rst | 1 - peps/pep-0320.rst | 1 - peps/pep-0321.rst | 1 - peps/pep-0322.rst | 1 - peps/pep-0323.rst | 1 - peps/pep-0324.rst | 1 - peps/pep-0325.rst | 1 - peps/pep-0326.rst | 1 - peps/pep-0327.rst | 1 - peps/pep-0328.rst | 1 - peps/pep-0329.rst | 1 - peps/pep-0330.rst | 1 - peps/pep-0331.rst | 1 - peps/pep-0332.rst | 1 - peps/pep-0333.rst | 1 - peps/pep-0334.rst | 1 - peps/pep-0335.rst | 1 - peps/pep-0336.rst | 1 - peps/pep-0337.rst | 1 - peps/pep-0338.rst | 1 - peps/pep-0339.rst | 1 - peps/pep-0340.rst | 1 - peps/pep-0341.rst | 1 - peps/pep-0342.rst | 1 - peps/pep-0343.rst | 1 - peps/pep-0344.rst | 1 - peps/pep-0346.rst | 1 - peps/pep-0347.rst | 1 - peps/pep-0348.rst | 1 - peps/pep-0349.rst | 1 - peps/pep-0350.rst | 1 - peps/pep-0351.rst | 2 +- peps/pep-0353.rst | 1 - peps/pep-0354.rst | 1 - peps/pep-0355.rst | 1 - peps/pep-0356.rst | 1 - peps/pep-0358.rst | 1 - peps/pep-0359.rst | 1 - peps/pep-0360.rst | 1 - peps/pep-0361.rst | 1 - peps/pep-0362.rst | 1 - peps/pep-0364.rst | 1 - peps/pep-0365.rst | 1 - peps/pep-0366.rst | 1 - peps/pep-0367.rst | 1 - peps/pep-0368.rst | 1 - peps/pep-0369.rst | 1 - peps/pep-0371.rst | 1 - peps/pep-0373.rst | 1 - peps/pep-0374.rst | 1 - peps/pep-0375.rst | 1 - peps/pep-0377.rst | 1 - peps/pep-0378.rst | 1 - peps/pep-0379.rst | 1 - peps/pep-0380.rst | 1 - peps/pep-0385.rst | 1 - peps/pep-0389.rst | 1 - peps/pep-0390.rst | 1 - peps/pep-0391.rst | 1 - peps/pep-0392.rst | 1 - peps/pep-0395.rst | 1 - peps/pep-0398.rst | 1 - peps/pep-0399.rst | 1 - peps/pep-0400.rst | 1 - peps/pep-0401.rst | 1 - peps/pep-0403.rst | 1 - peps/pep-0405.rst | 1 - peps/pep-0406.rst | 1 - peps/pep-0407.rst | 1 - peps/pep-0408.rst | 1 - peps/pep-0409.rst | 1 - peps/pep-0410.rst | 1 - peps/pep-0411.rst | 1 - peps/pep-0412.rst | 1 - peps/pep-0413.rst | 1 - peps/pep-0414.rst | 1 - peps/pep-0415.rst | 1 - peps/pep-0416.rst | 1 - peps/pep-0417.rst | 1 - peps/pep-0419.rst | 1 - peps/pep-0420.rst | 1 - peps/pep-0422.rst | 1 - peps/pep-0423.rst | 1 - peps/pep-0424.rst | 1 - peps/pep-0425.rst | 1 - peps/pep-0427.rst | 1 - peps/pep-0428.rst | 1 - peps/pep-0429.rst | 1 - peps/pep-0430.rst | 1 - peps/pep-0431.rst | 1 - peps/pep-0432.rst | 1 - peps/pep-0433.rst | 1 - peps/pep-0434.rst | 1 - peps/pep-0435.rst | 1 - peps/pep-0436.rst | 1 - peps/pep-0437.rst | 1 - peps/pep-0438.rst | 1 - peps/pep-0439.rst | 1 - peps/pep-0442.rst | 1 - peps/pep-0443.rst | 1 - peps/pep-0444.rst | 1 - peps/pep-0445.rst | 1 - peps/pep-0446.rst | 1 - peps/pep-0449.rst | 1 - peps/pep-0450.rst | 1 - peps/pep-0451.rst | 1 - peps/pep-0452.rst | 1 - peps/pep-0454.rst | 1 - peps/pep-0455.rst | 1 - peps/pep-0456.rst | 1 - peps/pep-0457.rst | 1 - peps/pep-0458.rst | 1 - peps/pep-0459.rst | 1 - peps/pep-0460.rst | 1 - peps/pep-0463.rst | 1 - peps/pep-0464.rst | 1 - peps/pep-0465.rst | 1 - peps/pep-0466.rst | 1 - peps/pep-0467.rst | 1 - peps/pep-0468.rst | 1 - peps/pep-0469.rst | 1 - peps/pep-0470.rst | 1 - peps/pep-0471.rst | 1 - peps/pep-0473.rst | 1 - peps/pep-0474.rst | 1 - peps/pep-0475.rst | 1 - peps/pep-0476.rst | 1 - peps/pep-0478.rst | 1 - peps/pep-0479.rst | 1 - peps/pep-0482.rst | 1 - peps/pep-0483.rst | 1 - peps/pep-0484.rst | 1 - peps/pep-0485.rst | 1 - peps/pep-0486.rst | 1 - peps/pep-0487.rst | 1 - peps/pep-0488.rst | 1 - peps/pep-0489.rst | 1 - peps/pep-0490.rst | 1 - peps/pep-0493.rst | 1 - peps/pep-0494.rst | 1 - peps/pep-0495.rst | 1 - peps/pep-0496.rst | 1 - peps/pep-0497.rst | 1 - peps/pep-0498.rst | 1 - peps/pep-0500.rst | 1 - peps/pep-0503.rst | 1 - peps/pep-0504.rst | 1 - peps/pep-0506.rst | 1 - peps/pep-0508.rst | 1 - peps/pep-0510.rst | 1 - peps/pep-0511.rst | 1 - peps/pep-0512.rst | 1 - peps/pep-0513.rst | 1 - peps/pep-0514.rst | 1 - peps/pep-0515.rst | 1 - peps/pep-0517.rst | 1 - peps/pep-0519.rst | 1 - peps/pep-0520.rst | 1 - peps/pep-0521.rst | 1 - peps/pep-0522.rst | 1 - peps/pep-0524.rst | 1 - peps/pep-0525.rst | 1 - peps/pep-0526.rst | 1 - peps/pep-0527.rst | 1 - peps/pep-0528.rst | 1 - peps/pep-0529.rst | 1 - peps/pep-0530.rst | 1 - peps/pep-0531.rst | 1 - peps/pep-0532.rst | 1 - peps/pep-0533.rst | 1 - peps/pep-0535.rst | 1 - peps/pep-0536.rst | 1 - peps/pep-0537.rst | 1 - peps/pep-0538.rst | 1 - peps/pep-0539.rst | 1 - peps/pep-0540.rst | 1 - peps/pep-0541.rst | 1 - peps/pep-0542.rst | 1 - peps/pep-0543.rst | 1 - peps/pep-0546.rst | 1 - peps/pep-0547.rst | 1 - peps/pep-0548.rst | 1 - peps/pep-0549.rst | 1 - peps/pep-0550.rst | 1 - peps/pep-0551.rst | 1 - peps/pep-0552.rst | 1 - peps/pep-0555.rst | 1 - peps/pep-0563.rst | 1 - peps/pep-0564.rst | 1 - peps/pep-0567.rst | 1 - peps/pep-0570.rst | 1 - peps/pep-0573.rst | 1 - peps/pep-0574.rst | 1 - peps/pep-0582.rst | 1 - peps/pep-0583.rst | 1 - peps/pep-0584.rst | 1 - peps/pep-0585.rst | 1 - peps/pep-0598.rst | 1 - peps/pep-0599.rst | 1 - peps/pep-0600.rst | 1 - peps/pep-0603.rst | 1 - peps/pep-0605.rst | 1 - peps/pep-0607.rst | 1 - peps/pep-0614.rst | 1 - peps/pep-0618.rst | 1 - peps/pep-0628.rst | 1 - peps/pep-0635.rst | 1 - peps/pep-0636.rst | 1 - peps/pep-0637.rst | 1 - peps/pep-0642.rst | 1 - peps/pep-0657.rst | 1 - peps/pep-0663.rst | 1 - peps/pep-0754.rst | 1 - peps/pep-3000.rst | 1 - peps/pep-3001.rst | 1 - peps/pep-3002.rst | 1 - peps/pep-3003.rst | 1 - peps/pep-3099.rst | 1 - peps/pep-3101.rst | 1 - peps/pep-3102.rst | 1 - peps/pep-3105.rst | 1 - peps/pep-3106.rst | 1 - peps/pep-3107.rst | 1 - peps/pep-3109.rst | 1 - peps/pep-3110.rst | 1 - peps/pep-3111.rst | 1 - peps/pep-3112.rst | 1 - peps/pep-3113.rst | 1 - peps/pep-3116.rst | 1 - peps/pep-3117.rst | 1 - peps/pep-3118.rst | 1 - peps/pep-3120.rst | 1 - peps/pep-3121.rst | 1 - peps/pep-3122.rst | 1 - peps/pep-3123.rst | 1 - peps/pep-3124.rst | 1 - peps/pep-3125.rst | 1 - peps/pep-3127.rst | 1 - peps/pep-3128.rst | 1 - peps/pep-3129.rst | 1 - peps/pep-3130.rst | 1 - peps/pep-3131.rst | 1 - peps/pep-3132.rst | 1 - peps/pep-3133.rst | 1 - peps/pep-3134.rst | 1 - peps/pep-3136.rst | 1 - peps/pep-3137.rst | 1 - peps/pep-3138.rst | 1 - peps/pep-3139.rst | 1 - peps/pep-3140.rst | 1 - peps/pep-3142.rst | 1 - peps/pep-3143.rst | 1 - peps/pep-3144.rst | 1 - peps/pep-3148.rst | 1 - peps/pep-3149.rst | 1 - peps/pep-3150.rst | 1 - peps/pep-3151.rst | 1 - peps/pep-3152.rst | 1 - peps/pep-3153.rst | 1 - peps/pep-3154.rst | 1 - peps/pep-3155.rst | 1 - peps/pep-3156.rst | 1 - 305 files changed, 1 insertion(+), 305 deletions(-) diff --git a/peps/pep-0002.rst b/peps/pep-0002.rst index ef23a634955..92649bd6d04 100644 --- a/peps/pep-0002.rst +++ b/peps/pep-0002.rst @@ -1,6 +1,5 @@ PEP: 2 Title: Procedure for Adding New Modules -Version: $Revision$ Author: Brett Cannon , Martijn Faassen Status: Active diff --git a/peps/pep-0004.rst b/peps/pep-0004.rst index d11edf42a1d..8017db53534 100644 --- a/peps/pep-0004.rst +++ b/peps/pep-0004.rst @@ -1,6 +1,5 @@ PEP: 4 Title: Deprecation of Standard Modules -Version: $Revision$ Author: Brett Cannon , Martin von Löwis Status: Active Type: Process diff --git a/peps/pep-0160.rst b/peps/pep-0160.rst index c20fba681ed..2ca796fe4ee 100644 --- a/peps/pep-0160.rst +++ b/peps/pep-0160.rst @@ -1,6 +1,5 @@ PEP: 160 Title: Python 1.6 Release Schedule -Version: $Revision$ Author: Fred L. Drake, Jr. Status: Final Type: Informational diff --git a/peps/pep-0200.rst b/peps/pep-0200.rst index 8c42169a700..56196e89a39 100644 --- a/peps/pep-0200.rst +++ b/peps/pep-0200.rst @@ -1,6 +1,5 @@ PEP: 200 Title: Python 2.0 Release Schedule -Version: $Revision$ Author: Jeremy Hylton Status: Final Type: Informational diff --git a/peps/pep-0205.rst b/peps/pep-0205.rst index 762261353d6..cf746819f9e 100644 --- a/peps/pep-0205.rst +++ b/peps/pep-0205.rst @@ -1,6 +1,5 @@ PEP: 205 Title: Weak References -Version: $Revision$ Author: Fred L. Drake, Jr. Status: Final Type: Standards Track diff --git a/peps/pep-0222.rst b/peps/pep-0222.rst index c6c2727372d..f0955163986 100644 --- a/peps/pep-0222.rst +++ b/peps/pep-0222.rst @@ -1,6 +1,5 @@ PEP: 222 Title: Web Library Enhancements -Version: $Revision$ Author: A.M. Kuchling Status: Deferred Type: Standards Track diff --git a/peps/pep-0226.rst b/peps/pep-0226.rst index 7ac8b4d38c0..681b42e634b 100644 --- a/peps/pep-0226.rst +++ b/peps/pep-0226.rst @@ -1,6 +1,5 @@ PEP: 226 Title: Python 2.1 Release Schedule -Version: $Revision$ Author: Jeremy Hylton Status: Final Type: Informational diff --git a/peps/pep-0229.rst b/peps/pep-0229.rst index 971962b4137..21231438d16 100644 --- a/peps/pep-0229.rst +++ b/peps/pep-0229.rst @@ -1,6 +1,5 @@ PEP: 229 Title: Using Distutils to Build Python -Version: $Revision$ Author: A.M. Kuchling Status: Final Type: Standards Track diff --git a/peps/pep-0232.rst b/peps/pep-0232.rst index cba86133bfe..b34d6b531fd 100644 --- a/peps/pep-0232.rst +++ b/peps/pep-0232.rst @@ -1,6 +1,5 @@ PEP: 232 Title: Function Attributes -Version: $Revision$ Author: Barry Warsaw Status: Final Type: Standards Track diff --git a/peps/pep-0235.rst b/peps/pep-0235.rst index 21bede60617..189b2a7a054 100644 --- a/peps/pep-0235.rst +++ b/peps/pep-0235.rst @@ -1,6 +1,5 @@ PEP: 235 Title: Import on Case-Insensitive Platforms -Version: $Revision$ Author: Tim Peters Status: Final Type: Standards Track diff --git a/peps/pep-0236.rst b/peps/pep-0236.rst index b159580a392..b4cc6c46e5c 100644 --- a/peps/pep-0236.rst +++ b/peps/pep-0236.rst @@ -1,6 +1,5 @@ PEP: 236 Title: Back to the __future__ -Version: $Revision$ Author: Tim Peters Status: Final Type: Standards Track diff --git a/peps/pep-0237.rst b/peps/pep-0237.rst index 1c9e11ef03d..475961a0cac 100644 --- a/peps/pep-0237.rst +++ b/peps/pep-0237.rst @@ -1,6 +1,5 @@ PEP: 237 Title: Unifying Long Integers and Integers -Version: $Revision$ Author: Moshe Zadka, Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0245.rst b/peps/pep-0245.rst index 37b48fa6013..ec845d099bd 100644 --- a/peps/pep-0245.rst +++ b/peps/pep-0245.rst @@ -1,6 +1,5 @@ PEP: 245 Title: Python Interface Syntax -Version: $Revision$ Author: Michel Pelletier Status: Rejected Type: Standards Track diff --git a/peps/pep-0247.rst b/peps/pep-0247.rst index 7bebb1ab0e1..24457929eb6 100644 --- a/peps/pep-0247.rst +++ b/peps/pep-0247.rst @@ -1,6 +1,5 @@ PEP: 247 Title: API for Cryptographic Hash Functions -Version: $Revision$ Author: A.M. Kuchling Status: Final Type: Informational diff --git a/peps/pep-0256.rst b/peps/pep-0256.rst index 593aeac8809..d292e2b3dba 100644 --- a/peps/pep-0256.rst +++ b/peps/pep-0256.rst @@ -1,6 +1,5 @@ PEP: 256 Title: Docstring Processing System Framework -Version: $Revision$ Author: David Goodger Discussions-To: doc-sig@python.org Status: Rejected diff --git a/peps/pep-0258.rst b/peps/pep-0258.rst index 51d056b71b9..55be28af3c3 100644 --- a/peps/pep-0258.rst +++ b/peps/pep-0258.rst @@ -1,6 +1,5 @@ PEP: 258 Title: Docutils Design Specification -Version: $Revision$ Author: David Goodger Discussions-To: doc-sig@python.org Status: Rejected diff --git a/peps/pep-0261.rst b/peps/pep-0261.rst index 780c4e048ff..81b5cd7fbf7 100644 --- a/peps/pep-0261.rst +++ b/peps/pep-0261.rst @@ -1,6 +1,5 @@ PEP: 261 Title: Support for "wide" Unicode characters -Version: $Revision$ Author: Paul Prescod Status: Final Type: Standards Track diff --git a/peps/pep-0264.rst b/peps/pep-0264.rst index aace09ce560..202c4315517 100644 --- a/peps/pep-0264.rst +++ b/peps/pep-0264.rst @@ -1,6 +1,5 @@ PEP: 264 Title: Future statements in simulated shells -Version: $Revision$ Author: Michael Hudson Status: Final Type: Standards Track diff --git a/peps/pep-0272.rst b/peps/pep-0272.rst index 187f465ff90..f9c6fd203e7 100644 --- a/peps/pep-0272.rst +++ b/peps/pep-0272.rst @@ -1,6 +1,5 @@ PEP: 272 Title: API for Block Encryption Algorithms v1.0 -Version: $Revision$ Author: A.M. Kuchling Status: Final Type: Informational diff --git a/peps/pep-0274.rst b/peps/pep-0274.rst index b1b5b032426..cd4ca9bc068 100644 --- a/peps/pep-0274.rst +++ b/peps/pep-0274.rst @@ -1,6 +1,5 @@ PEP: 274 Title: Dict Comprehensions -Version: $Revision$ Author: Barry Warsaw Status: Final Type: Standards Track diff --git a/peps/pep-0283.rst b/peps/pep-0283.rst index 6e5873e4202..c5bb1f08109 100644 --- a/peps/pep-0283.rst +++ b/peps/pep-0283.rst @@ -1,6 +1,5 @@ PEP: 283 Title: Python 2.3 Release Schedule -Version: $Revision$ Author: Guido van Rossum Status: Final Type: Informational diff --git a/peps/pep-0287.rst b/peps/pep-0287.rst index 00d493d5f7f..5b1278a3091 100644 --- a/peps/pep-0287.rst +++ b/peps/pep-0287.rst @@ -1,6 +1,5 @@ PEP: 287 Title: reStructuredText Docstring Format -Version: $Revision$ Author: David Goodger Discussions-To: doc-sig@python.org Status: Active diff --git a/peps/pep-0290.rst b/peps/pep-0290.rst index 2d7f99aa014..fceb6aeade3 100644 --- a/peps/pep-0290.rst +++ b/peps/pep-0290.rst @@ -1,6 +1,5 @@ PEP: 290 Title: Code Migration and Modernization -Version: $Revision$ Author: Raymond Hettinger Status: Active Type: Informational diff --git a/peps/pep-0293.rst b/peps/pep-0293.rst index b850c03eed5..2df14e09887 100644 --- a/peps/pep-0293.rst +++ b/peps/pep-0293.rst @@ -1,6 +1,5 @@ PEP: 293 Title: Codec Error Handling Callbacks -Version: $Revision$ Author: Walter Dörwald Status: Final Type: Standards Track diff --git a/peps/pep-0298.rst b/peps/pep-0298.rst index 678853195fa..21b4a890105 100644 --- a/peps/pep-0298.rst +++ b/peps/pep-0298.rst @@ -1,6 +1,5 @@ PEP: 298 Title: The Locked Buffer Interface -Version: $Revision$ Author: Thomas Heller Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0299.rst b/peps/pep-0299.rst index 3885725d518..2c67001261d 100644 --- a/peps/pep-0299.rst +++ b/peps/pep-0299.rst @@ -1,6 +1,5 @@ PEP: 299 Title: Special __main__() function in modules -Version: $Revision$ Author: Jeff Epler Status: Rejected Type: Standards Track diff --git a/peps/pep-0301.rst b/peps/pep-0301.rst index ca97cc1340c..d7e845dc9b1 100644 --- a/peps/pep-0301.rst +++ b/peps/pep-0301.rst @@ -1,6 +1,5 @@ PEP: 301 Title: Package Index and Metadata for Distutils -Version: $Revision$ Author: Richard Jones Status: Final Type: Standards Track diff --git a/peps/pep-0302.rst b/peps/pep-0302.rst index c06c094e7c2..cba2caef969 100644 --- a/peps/pep-0302.rst +++ b/peps/pep-0302.rst @@ -1,6 +1,5 @@ PEP: 302 Title: New Import Hooks -Version: $Revision$ Author: Just van Rossum , Paul Moore Status: Final diff --git a/peps/pep-0303.rst b/peps/pep-0303.rst index e95240afdc5..542347ca4d8 100644 --- a/peps/pep-0303.rst +++ b/peps/pep-0303.rst @@ -1,6 +1,5 @@ PEP: 303 Title: Extend divmod() for Multiple Divisors -Version: $Revision$ Author: Thomas Bellman Status: Rejected Type: Standards Track diff --git a/peps/pep-0304.rst b/peps/pep-0304.rst index b5cb27aad4f..3ece428f230 100644 --- a/peps/pep-0304.rst +++ b/peps/pep-0304.rst @@ -1,6 +1,5 @@ PEP: 304 Title: Controlling Generation of Bytecode Files -Version: $Revision$ Author: Skip Montanaro Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0305.rst b/peps/pep-0305.rst index c26f49a3568..a911704e6ca 100644 --- a/peps/pep-0305.rst +++ b/peps/pep-0305.rst @@ -1,6 +1,5 @@ PEP: 305 Title: CSV File API -Version: $Revision$ Author: Kevin Altis , Dave Cole , Andrew McNamara , diff --git a/peps/pep-0306.rst b/peps/pep-0306.rst index 4861470022a..90bf7919add 100644 --- a/peps/pep-0306.rst +++ b/peps/pep-0306.rst @@ -1,6 +1,5 @@ PEP: 306 Title: How to Change Python's Grammar -Version: $Revision$ Author: Michael Hudson , Jack Diederich , Alyssa Coghlan , Benjamin Peterson Status: Withdrawn Type: Informational diff --git a/peps/pep-0307.rst b/peps/pep-0307.rst index 79321c97beb..97c5ab8fe39 100644 --- a/peps/pep-0307.rst +++ b/peps/pep-0307.rst @@ -1,6 +1,5 @@ PEP: 307 Title: Extensions to the pickle protocol -Version: $Revision$ Author: Guido van Rossum, Tim Peters Status: Final Type: Standards Track diff --git a/peps/pep-0308.rst b/peps/pep-0308.rst index 40a4f3cdbca..ea3d3563009 100644 --- a/peps/pep-0308.rst +++ b/peps/pep-0308.rst @@ -1,6 +1,5 @@ PEP: 308 Title: Conditional Expressions -Version: $Revision$ Author: Guido van Rossum, Raymond Hettinger Status: Final Type: Standards Track diff --git a/peps/pep-0309.rst b/peps/pep-0309.rst index f87eec61d7c..6118394a873 100644 --- a/peps/pep-0309.rst +++ b/peps/pep-0309.rst @@ -1,6 +1,5 @@ PEP: 309 Title: Partial Function Application -Version: $Revision$ Author: Peter Harris Status: Final Type: Standards Track diff --git a/peps/pep-0310.rst b/peps/pep-0310.rst index 62711a7fccd..4af72d0e9f3 100644 --- a/peps/pep-0310.rst +++ b/peps/pep-0310.rst @@ -1,6 +1,5 @@ PEP: 310 Title: Reliable Acquisition/Release Pairs -Version: $Revision$ Author: Michael Hudson , Paul Moore Status: Rejected diff --git a/peps/pep-0311.rst b/peps/pep-0311.rst index 06ae4b9a8a9..b407fae0f1e 100644 --- a/peps/pep-0311.rst +++ b/peps/pep-0311.rst @@ -1,6 +1,5 @@ PEP: 311 Title: Simplified Global Interpreter Lock Acquisition for Extensions -Version: $Revision$ Author: Mark Hammond Status: Final Type: Standards Track diff --git a/peps/pep-0312.rst b/peps/pep-0312.rst index 8abc299a8ce..5992775ed87 100644 --- a/peps/pep-0312.rst +++ b/peps/pep-0312.rst @@ -1,6 +1,5 @@ PEP: 312 Title: Simple Implicit Lambda -Version: $Revision$ Author: Roman Suzi , Alex Martelli Status: Deferred Type: Standards Track diff --git a/peps/pep-0313.rst b/peps/pep-0313.rst index afc49d7149b..15b29aad940 100644 --- a/peps/pep-0313.rst +++ b/peps/pep-0313.rst @@ -1,6 +1,5 @@ PEP: 313 Title: Adding Roman Numeral Literals to Python -Version: $Revision$ Author: Mike Meyer Status: Rejected Type: Standards Track diff --git a/peps/pep-0315.rst b/peps/pep-0315.rst index 47b89fc3efd..8a63fb127cd 100644 --- a/peps/pep-0315.rst +++ b/peps/pep-0315.rst @@ -1,6 +1,5 @@ PEP: 315 Title: Enhanced While Loop -Version: $Revision$ Author: Raymond Hettinger , W Isaac Carroll Status: Rejected Type: Standards Track diff --git a/peps/pep-0316.rst b/peps/pep-0316.rst index c79c178c9b1..03597afcf8f 100644 --- a/peps/pep-0316.rst +++ b/peps/pep-0316.rst @@ -1,6 +1,5 @@ PEP: 316 Title: Programming by Contract for Python -Version: $Revision$ Author: Terence Way Status: Deferred Type: Standards Track diff --git a/peps/pep-0317.rst b/peps/pep-0317.rst index 484d6d20fb5..025a2d3c1c9 100644 --- a/peps/pep-0317.rst +++ b/peps/pep-0317.rst @@ -1,6 +1,5 @@ PEP: 317 Title: Eliminate Implicit Exception Instantiation -Version: $Revision$ Author: Steven Taschuk Status: Rejected Type: Standards Track diff --git a/peps/pep-0318.rst b/peps/pep-0318.rst index 1ee13b19402..dbfcaf5d95e 100644 --- a/peps/pep-0318.rst +++ b/peps/pep-0318.rst @@ -1,6 +1,5 @@ PEP: 318 Title: Decorators for Functions and Methods -Version: $Revision$ Author: Kevin D. Smith , Jim J. Jewett, Skip Montanaro, Anthony Baxter Status: Final Type: Standards Track diff --git a/peps/pep-0319.rst b/peps/pep-0319.rst index 6050e8e63f9..62d15dcd804 100644 --- a/peps/pep-0319.rst +++ b/peps/pep-0319.rst @@ -1,6 +1,5 @@ PEP: 319 Title: Python Synchronize/Asynchronize Block -Version: $Revision$ Author: Michel Pelletier Status: Rejected Type: Standards Track diff --git a/peps/pep-0320.rst b/peps/pep-0320.rst index be9cda6fa20..804432ef479 100644 --- a/peps/pep-0320.rst +++ b/peps/pep-0320.rst @@ -1,6 +1,5 @@ PEP: 320 Title: Python 2.4 Release Schedule -Version: $Revision$ Author: Barry Warsaw, Raymond Hettinger, Anthony Baxter Status: Final Type: Informational diff --git a/peps/pep-0321.rst b/peps/pep-0321.rst index a7d42786f8d..cf5a579b098 100644 --- a/peps/pep-0321.rst +++ b/peps/pep-0321.rst @@ -1,6 +1,5 @@ PEP: 321 Title: Date/Time Parsing and Formatting -Version: $Revision$ Author: A.M. Kuchling Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0322.rst b/peps/pep-0322.rst index 149439f0f03..5996ce919b0 100644 --- a/peps/pep-0322.rst +++ b/peps/pep-0322.rst @@ -1,6 +1,5 @@ PEP: 322 Title: Reverse Iteration -Version: $Revision$ Author: Raymond Hettinger Status: Final Type: Standards Track diff --git a/peps/pep-0323.rst b/peps/pep-0323.rst index 810694c2ae6..b12348369b0 100644 --- a/peps/pep-0323.rst +++ b/peps/pep-0323.rst @@ -1,6 +1,5 @@ PEP: 323 Title: Copyable Iterators -Version: $Revision$ Author: Alex Martelli Status: Deferred Type: Standards Track diff --git a/peps/pep-0324.rst b/peps/pep-0324.rst index d0eedc83683..b5deec81e88 100644 --- a/peps/pep-0324.rst +++ b/peps/pep-0324.rst @@ -1,6 +1,5 @@ PEP: 324 Title: subprocess - New process module -Version: $Revision$ Author: Peter Astrand Status: Final Type: Standards Track diff --git a/peps/pep-0325.rst b/peps/pep-0325.rst index 2a9b5a16658..a6129053cdc 100644 --- a/peps/pep-0325.rst +++ b/peps/pep-0325.rst @@ -1,6 +1,5 @@ PEP: 325 Title: Resource-Release Support for Generators -Version: $Revision$ Author: Samuele Pedroni Status: Rejected Type: Standards Track diff --git a/peps/pep-0326.rst b/peps/pep-0326.rst index eeb8d165a97..8126e031900 100644 --- a/peps/pep-0326.rst +++ b/peps/pep-0326.rst @@ -1,6 +1,5 @@ PEP: 326 Title: A Case for Top and Bottom Values -Version: $Revision$ Author: Josiah Carlson , Terry Reedy Status: Rejected diff --git a/peps/pep-0327.rst b/peps/pep-0327.rst index 1c0acb1c817..b5badd59d71 100644 --- a/peps/pep-0327.rst +++ b/peps/pep-0327.rst @@ -1,6 +1,5 @@ PEP: 327 Title: Decimal Data Type -Version: $Revision$ Author: Facundo Batista Status: Final Type: Standards Track diff --git a/peps/pep-0328.rst b/peps/pep-0328.rst index 92d136e22f9..497721ab35e 100644 --- a/peps/pep-0328.rst +++ b/peps/pep-0328.rst @@ -1,6 +1,5 @@ PEP: 328 Title: Imports: Multi-Line and Absolute/Relative -Version: $Revision$ Author: Aahz Status: Final Type: Standards Track diff --git a/peps/pep-0329.rst b/peps/pep-0329.rst index 27ed63ca04f..0a82497f645 100644 --- a/peps/pep-0329.rst +++ b/peps/pep-0329.rst @@ -1,6 +1,5 @@ PEP: 329 Title: Treating Builtins as Constants in the Standard Library -Version: $Revision$ Author: Raymond Hettinger Status: Rejected Type: Standards Track diff --git a/peps/pep-0330.rst b/peps/pep-0330.rst index c04a61493e4..998d5a0cc8d 100644 --- a/peps/pep-0330.rst +++ b/peps/pep-0330.rst @@ -1,6 +1,5 @@ PEP: 330 Title: Python Bytecode Verification -Version: $Revision$ Author: Michel Pelletier Status: Rejected Type: Standards Track diff --git a/peps/pep-0331.rst b/peps/pep-0331.rst index a0be9ed5792..ad002600ca3 100644 --- a/peps/pep-0331.rst +++ b/peps/pep-0331.rst @@ -1,6 +1,5 @@ PEP: 331 Title: Locale-Independent Float/String Conversions -Version: $Revision$ Author: Christian R. Reis Status: Final Type: Standards Track diff --git a/peps/pep-0332.rst b/peps/pep-0332.rst index 2b4584e5dc9..928db7eaa35 100644 --- a/peps/pep-0332.rst +++ b/peps/pep-0332.rst @@ -1,6 +1,5 @@ PEP: 332 Title: Byte vectors and String/Unicode Unification -Version: $Revision$ Author: Skip Montanaro Status: Rejected Type: Standards Track diff --git a/peps/pep-0333.rst b/peps/pep-0333.rst index e11d1bcf7d9..29e5d65330c 100644 --- a/peps/pep-0333.rst +++ b/peps/pep-0333.rst @@ -1,6 +1,5 @@ PEP: 333 Title: Python Web Server Gateway Interface v1.0 -Version: $Revision$ Author: Phillip J. Eby Discussions-To: web-sig@python.org Status: Final diff --git a/peps/pep-0334.rst b/peps/pep-0334.rst index f636e1f7c96..c3d61eae539 100644 --- a/peps/pep-0334.rst +++ b/peps/pep-0334.rst @@ -1,6 +1,5 @@ PEP: 334 Title: Simple Coroutines via SuspendIteration -Version: $Revision$ Author: Clark C. Evans Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0335.rst b/peps/pep-0335.rst index 0b5a94b8388..2764a740799 100644 --- a/peps/pep-0335.rst +++ b/peps/pep-0335.rst @@ -1,6 +1,5 @@ PEP: 335 Title: Overloadable Boolean Operators -Version: $Revision$ Author: Gregory Ewing Status: Rejected Type: Standards Track diff --git a/peps/pep-0336.rst b/peps/pep-0336.rst index 70fb61fb455..573c807e0c1 100644 --- a/peps/pep-0336.rst +++ b/peps/pep-0336.rst @@ -1,6 +1,5 @@ PEP: 336 Title: Make None Callable -Version: $Revision$ Author: Andrew McClelland Status: Rejected Type: Standards Track diff --git a/peps/pep-0337.rst b/peps/pep-0337.rst index 68869854ec7..127e0e64e6e 100644 --- a/peps/pep-0337.rst +++ b/peps/pep-0337.rst @@ -1,6 +1,5 @@ PEP: 337 Title: Logging Usage in the Standard Library -Version: $Revision$ Author: Michael P. Dubner Status: Deferred Type: Standards Track diff --git a/peps/pep-0338.rst b/peps/pep-0338.rst index 78172c07582..b1b14c6670e 100644 --- a/peps/pep-0338.rst +++ b/peps/pep-0338.rst @@ -1,6 +1,5 @@ PEP: 338 Title: Executing modules as scripts -Version: $Revision$ Author: Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0339.rst b/peps/pep-0339.rst index 89310100f13..efaa150e889 100644 --- a/peps/pep-0339.rst +++ b/peps/pep-0339.rst @@ -1,6 +1,5 @@ PEP: 339 Title: Design of the CPython Compiler -Version: $Revision$ Author: Brett Cannon Status: Withdrawn Type: Informational diff --git a/peps/pep-0340.rst b/peps/pep-0340.rst index 4aacdffd350..96e25559804 100644 --- a/peps/pep-0340.rst +++ b/peps/pep-0340.rst @@ -1,6 +1,5 @@ PEP: 340 Title: Anonymous Block Statements -Version: $Revision$ Author: Guido van Rossum Status: Rejected Type: Standards Track diff --git a/peps/pep-0341.rst b/peps/pep-0341.rst index e11355e1467..4b02f13020a 100644 --- a/peps/pep-0341.rst +++ b/peps/pep-0341.rst @@ -1,6 +1,5 @@ PEP: 341 Title: Unifying try-except and try-finally -Version: $Revision$ Author: Georg Brandl Status: Final Type: Standards Track diff --git a/peps/pep-0342.rst b/peps/pep-0342.rst index 434cc98c8ed..ce2cf3326a8 100644 --- a/peps/pep-0342.rst +++ b/peps/pep-0342.rst @@ -1,6 +1,5 @@ PEP: 342 Title: Coroutines via Enhanced Generators -Version: $Revision$ Author: Guido van Rossum, Phillip J. Eby Status: Final Type: Standards Track diff --git a/peps/pep-0343.rst b/peps/pep-0343.rst index 61dee5d3e8b..5b2235ff317 100644 --- a/peps/pep-0343.rst +++ b/peps/pep-0343.rst @@ -1,6 +1,5 @@ PEP: 343 Title: The "with" Statement -Version: $Revision$ Author: Guido van Rossum, Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0344.rst b/peps/pep-0344.rst index 3fac9b6adbf..ee3c7e4f7c1 100644 --- a/peps/pep-0344.rst +++ b/peps/pep-0344.rst @@ -1,6 +1,5 @@ PEP: 344 Title: Exception Chaining and Embedded Tracebacks -Version: $Revision$ Author: Ka-Ping Yee Status: Superseded Type: Standards Track diff --git a/peps/pep-0346.rst b/peps/pep-0346.rst index 02681296967..12ba4642028 100644 --- a/peps/pep-0346.rst +++ b/peps/pep-0346.rst @@ -1,6 +1,5 @@ PEP: 346 Title: User Defined ("``with``") Statements -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0347.rst b/peps/pep-0347.rst index 77adcd3bd10..5b0e6255d52 100644 --- a/peps/pep-0347.rst +++ b/peps/pep-0347.rst @@ -1,6 +1,5 @@ PEP: 347 Title: Migrating the Python CVS to Subversion -Version: $Revision$ Author: Martin von Löwis Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0348.rst b/peps/pep-0348.rst index ac018c0a107..203115203c6 100644 --- a/peps/pep-0348.rst +++ b/peps/pep-0348.rst @@ -1,6 +1,5 @@ PEP: 348 Title: Exception Reorganization for Python 3.0 -Version: $Revision$ Author: Brett Cannon Status: Rejected Type: Standards Track diff --git a/peps/pep-0349.rst b/peps/pep-0349.rst index cb5f113032b..58466650099 100644 --- a/peps/pep-0349.rst +++ b/peps/pep-0349.rst @@ -1,6 +1,5 @@ PEP: 349 Title: Allow str() to return unicode strings -Version: $Revision$ Author: Neil Schemenauer Status: Rejected Type: Standards Track diff --git a/peps/pep-0350.rst b/peps/pep-0350.rst index e10ee1284e4..09d171d1e94 100644 --- a/peps/pep-0350.rst +++ b/peps/pep-0350.rst @@ -1,6 +1,5 @@ PEP: 350 Title: Codetags -Version: $Revision$ Author: Micah Elliott Status: Rejected Type: Informational diff --git a/peps/pep-0351.rst b/peps/pep-0351.rst index 33dcc71d684..cfe26211ac3 100644 --- a/peps/pep-0351.rst +++ b/peps/pep-0351.rst @@ -1,10 +1,10 @@ PEP: 351 Title: The freeze protocol -Version: 2.5 Author: Barry Warsaw Status: Rejected Type: Standards Track Created: 14-Apr-2005 +Python-Version: 2.5 Post-History: diff --git a/peps/pep-0353.rst b/peps/pep-0353.rst index d91d50eaf54..3917622ab90 100644 --- a/peps/pep-0353.rst +++ b/peps/pep-0353.rst @@ -1,6 +1,5 @@ PEP: 353 Title: Using ssize_t as the index type -Version: $Revision$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-0354.rst b/peps/pep-0354.rst index 0f77f699cbe..54d766b8d21 100644 --- a/peps/pep-0354.rst +++ b/peps/pep-0354.rst @@ -1,6 +1,5 @@ PEP: 354 Title: Enumerations in Python -Version: $Revision$ Author: Ben Finney Status: Superseded Type: Standards Track diff --git a/peps/pep-0355.rst b/peps/pep-0355.rst index c30c24d593a..cca89384b3a 100644 --- a/peps/pep-0355.rst +++ b/peps/pep-0355.rst @@ -1,6 +1,5 @@ PEP: 355 Title: Path - Object oriented filesystem paths -Version: $Revision$ Author: Björn Lindqvist Status: Rejected Type: Standards Track diff --git a/peps/pep-0356.rst b/peps/pep-0356.rst index e4ffff2f417..f2e3f903925 100644 --- a/peps/pep-0356.rst +++ b/peps/pep-0356.rst @@ -1,6 +1,5 @@ PEP: 356 Title: Python 2.5 Release Schedule -Version: $Revision$ Author: Neal Norwitz, Guido van Rossum, Anthony Baxter Status: Final Type: Informational diff --git a/peps/pep-0358.rst b/peps/pep-0358.rst index 93e9ea079dd..aa860dc455c 100644 --- a/peps/pep-0358.rst +++ b/peps/pep-0358.rst @@ -1,6 +1,5 @@ PEP: 358 Title: The "bytes" Object -Version: $Revision$ Author: Neil Schemenauer , Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0359.rst b/peps/pep-0359.rst index 51fc08bf120..197aaa93ebe 100644 --- a/peps/pep-0359.rst +++ b/peps/pep-0359.rst @@ -1,6 +1,5 @@ PEP: 359 Title: The "make" Statement -Version: $Revision$ Author: Steven Bethard Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0360.rst b/peps/pep-0360.rst index 307bf4ba79e..68745ff778f 100644 --- a/peps/pep-0360.rst +++ b/peps/pep-0360.rst @@ -1,6 +1,5 @@ PEP: 360 Title: Externally Maintained Packages -Version: $Revision$ Author: Brett Cannon Status: Final Type: Process diff --git a/peps/pep-0361.rst b/peps/pep-0361.rst index 9c02452c719..bdede289ef2 100644 --- a/peps/pep-0361.rst +++ b/peps/pep-0361.rst @@ -1,6 +1,5 @@ PEP: 361 Title: Python 2.6 and 3.0 Release Schedule -Version: $Revision$ Author: Neal Norwitz, Barry Warsaw Status: Final Type: Informational diff --git a/peps/pep-0362.rst b/peps/pep-0362.rst index 6e14cdb05da..b26900d0d8c 100644 --- a/peps/pep-0362.rst +++ b/peps/pep-0362.rst @@ -1,6 +1,5 @@ PEP: 362 Title: Function Signature Object -Version: $Revision$ Author: Brett Cannon , Jiwon Seo , Yury Selivanov , Larry Hastings Status: Final diff --git a/peps/pep-0364.rst b/peps/pep-0364.rst index 98d68328b7b..27d61c57d77 100644 --- a/peps/pep-0364.rst +++ b/peps/pep-0364.rst @@ -1,6 +1,5 @@ PEP: 364 Title: Transitioning to the Py3K Standard Library -Version: $Revision$ Author: Barry Warsaw Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0365.rst b/peps/pep-0365.rst index 9614cd994d4..fc2f2d105ce 100644 --- a/peps/pep-0365.rst +++ b/peps/pep-0365.rst @@ -1,6 +1,5 @@ PEP: 365 Title: Adding the pkg_resources module -Version: $Revision$ Author: Phillip J. Eby Status: Rejected Type: Standards Track diff --git a/peps/pep-0366.rst b/peps/pep-0366.rst index 40392df4959..2a99f21266a 100644 --- a/peps/pep-0366.rst +++ b/peps/pep-0366.rst @@ -1,6 +1,5 @@ PEP: 366 Title: Main module explicit relative imports -Version: $Revision$ Author: Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0367.rst b/peps/pep-0367.rst index 2a1d88c4327..6fd5d080042 100644 --- a/peps/pep-0367.rst +++ b/peps/pep-0367.rst @@ -1,6 +1,5 @@ PEP: 367 Title: New Super -Version: $Revision$ Author: Calvin Spealman , Tim Delaney Status: Superseded diff --git a/peps/pep-0368.rst b/peps/pep-0368.rst index 7d4d5b77fe2..5bb79bcbef8 100644 --- a/peps/pep-0368.rst +++ b/peps/pep-0368.rst @@ -1,6 +1,5 @@ PEP: 368 Title: Standard image protocol and class -Version: $Revision$ Author: Lino Mastrodomenico Status: Deferred Type: Standards Track diff --git a/peps/pep-0369.rst b/peps/pep-0369.rst index f37b6c6bbe2..1b5bc37c45f 100644 --- a/peps/pep-0369.rst +++ b/peps/pep-0369.rst @@ -1,6 +1,5 @@ PEP: 369 Title: Post import hooks -Version: $Revision$ Author: Christian Heimes Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0371.rst b/peps/pep-0371.rst index 02975a68509..96931881714 100644 --- a/peps/pep-0371.rst +++ b/peps/pep-0371.rst @@ -1,6 +1,5 @@ PEP: 371 Title: Addition of the multiprocessing package to the standard library -Version: $Revision$ Author: Jesse Noller , Richard Oudkerk Status: Final diff --git a/peps/pep-0373.rst b/peps/pep-0373.rst index ae597b96b59..929dacd3b27 100644 --- a/peps/pep-0373.rst +++ b/peps/pep-0373.rst @@ -1,6 +1,5 @@ PEP: 373 Title: Python 2.7 Release Schedule -Version: $Revision$ Author: Benjamin Peterson Status: Final Type: Informational diff --git a/peps/pep-0374.rst b/peps/pep-0374.rst index 409f3851b93..33fe03efdde 100644 --- a/peps/pep-0374.rst +++ b/peps/pep-0374.rst @@ -1,6 +1,5 @@ PEP: 374 Title: Choosing a distributed VCS for the Python project -Version: $Revision$ Author: Brett Cannon , Stephen J. Turnbull , Alexandre Vassalotti , diff --git a/peps/pep-0375.rst b/peps/pep-0375.rst index 1ca49417363..8a591bc6313 100644 --- a/peps/pep-0375.rst +++ b/peps/pep-0375.rst @@ -1,6 +1,5 @@ PEP: 375 Title: Python 3.1 Release Schedule -Version: $Revision$ Author: Benjamin Peterson Status: Final Type: Informational diff --git a/peps/pep-0377.rst b/peps/pep-0377.rst index a0dfbe66444..8ea805188cf 100644 --- a/peps/pep-0377.rst +++ b/peps/pep-0377.rst @@ -1,6 +1,5 @@ PEP: 377 Title: Allow __enter__() methods to skip the statement body -Version: $Revision$ Author: Alyssa Coghlan Status: Rejected Type: Standards Track diff --git a/peps/pep-0378.rst b/peps/pep-0378.rst index 90b09c16216..b408e3e5760 100644 --- a/peps/pep-0378.rst +++ b/peps/pep-0378.rst @@ -1,6 +1,5 @@ PEP: 378 Title: Format Specifier for Thousands Separator -Version: $Revision$ Author: Raymond Hettinger Status: Final Type: Standards Track diff --git a/peps/pep-0379.rst b/peps/pep-0379.rst index 57d355fc373..0979c4b53ab 100644 --- a/peps/pep-0379.rst +++ b/peps/pep-0379.rst @@ -1,6 +1,5 @@ PEP: 379 Title: Adding an Assignment Expression -Version: $Revision$ Author: Jervis Whitley Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0380.rst b/peps/pep-0380.rst index 7c944f23fbb..aaa25d64c75 100644 --- a/peps/pep-0380.rst +++ b/peps/pep-0380.rst @@ -1,6 +1,5 @@ PEP: 380 Title: Syntax for Delegating to a Subgenerator -Version: $Revision$ Author: Gregory Ewing Status: Final Type: Standards Track diff --git a/peps/pep-0385.rst b/peps/pep-0385.rst index 22c55dac3e3..bdafd646b15 100644 --- a/peps/pep-0385.rst +++ b/peps/pep-0385.rst @@ -1,6 +1,5 @@ PEP: 385 Title: Migrating from Subversion to Mercurial -Version: $Revision$ Author: Dirkjan Ochtman , Antoine Pitrou , Georg Brandl diff --git a/peps/pep-0389.rst b/peps/pep-0389.rst index a0ae9f91a9d..a6d8a167be9 100644 --- a/peps/pep-0389.rst +++ b/peps/pep-0389.rst @@ -1,6 +1,5 @@ PEP: 389 Title: argparse - New Command Line Parsing Module -Version: $Revision$ Author: Steven Bethard Status: Final Type: Standards Track diff --git a/peps/pep-0390.rst b/peps/pep-0390.rst index c7525acd75e..77620bb0fdf 100644 --- a/peps/pep-0390.rst +++ b/peps/pep-0390.rst @@ -1,6 +1,5 @@ PEP: 390 Title: Static metadata for Distutils -Version: $Revision$ Author: Tarek Ziadé BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0391.rst b/peps/pep-0391.rst index 43d28150ab6..be89ca4c0e2 100644 --- a/peps/pep-0391.rst +++ b/peps/pep-0391.rst @@ -1,6 +1,5 @@ PEP: 391 Title: Dictionary-Based Configuration For Logging -Version: $Revision$ Author: Vinay Sajip Status: Final Type: Standards Track diff --git a/peps/pep-0392.rst b/peps/pep-0392.rst index 84353108223..5ccb6864329 100644 --- a/peps/pep-0392.rst +++ b/peps/pep-0392.rst @@ -1,6 +1,5 @@ PEP: 392 Title: Python 3.2 Release Schedule -Version: $Revision$ Author: Georg Brandl Status: Final Type: Informational diff --git a/peps/pep-0395.rst b/peps/pep-0395.rst index 57734c2464d..ae478eabe4b 100644 --- a/peps/pep-0395.rst +++ b/peps/pep-0395.rst @@ -1,6 +1,5 @@ PEP: 395 Title: Qualified Names for Modules -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0398.rst b/peps/pep-0398.rst index 7072540655e..d950f166b52 100644 --- a/peps/pep-0398.rst +++ b/peps/pep-0398.rst @@ -1,6 +1,5 @@ PEP: 398 Title: Python 3.3 Release Schedule -Version: $Revision$ Author: Georg Brandl Status: Final Type: Informational diff --git a/peps/pep-0399.rst b/peps/pep-0399.rst index d7ad1cbd840..4b849eb723d 100644 --- a/peps/pep-0399.rst +++ b/peps/pep-0399.rst @@ -1,6 +1,5 @@ PEP: 399 Title: Pure Python/C Accelerator Module Compatibility Requirements -Version: $Revision: 88219 $ Author: Brett Cannon Status: Final Type: Informational diff --git a/peps/pep-0400.rst b/peps/pep-0400.rst index 523d491dae0..e37f3854de6 100644 --- a/peps/pep-0400.rst +++ b/peps/pep-0400.rst @@ -1,6 +1,5 @@ PEP: 400 Title: Deprecate codecs.StreamReader and codecs.StreamWriter -Version: $Revision$ Author: Victor Stinner Status: Deferred Type: Standards Track diff --git a/peps/pep-0401.rst b/peps/pep-0401.rst index d31e2378200..4073a588e18 100644 --- a/peps/pep-0401.rst +++ b/peps/pep-0401.rst @@ -1,6 +1,5 @@ PEP: 401 Title: BDFL Retirement -Version: $Revision$ Author: Barry Warsaw, Brett Cannon Status: April Fool! Type: Process diff --git a/peps/pep-0403.rst b/peps/pep-0403.rst index ed3c0c079d5..1c21ddd061e 100644 --- a/peps/pep-0403.rst +++ b/peps/pep-0403.rst @@ -1,6 +1,5 @@ PEP: 403 Title: General purpose decorator clause (aka "@in" clause) -Version: $Revision$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track diff --git a/peps/pep-0405.rst b/peps/pep-0405.rst index dce13707637..7041cbea955 100644 --- a/peps/pep-0405.rst +++ b/peps/pep-0405.rst @@ -1,6 +1,5 @@ PEP: 405 Title: Python Virtual Environments -Version: $Revision$ Author: Carl Meyer BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0406.rst b/peps/pep-0406.rst index 4242f977257..2964b5af667 100644 --- a/peps/pep-0406.rst +++ b/peps/pep-0406.rst @@ -1,6 +1,5 @@ PEP: 406 Title: Improved Encapsulation of Import State -Version: $Revision$ Author: Alyssa Coghlan , Greg Slodkowicz Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0407.rst b/peps/pep-0407.rst index 8cda62f1921..bf6d5c2f79c 100644 --- a/peps/pep-0407.rst +++ b/peps/pep-0407.rst @@ -1,6 +1,5 @@ PEP: 407 Title: New release cycle and introducing long-term support versions -Version: $Revision$ Author: Antoine Pitrou , Georg Brandl , Barry Warsaw diff --git a/peps/pep-0408.rst b/peps/pep-0408.rst index b0317a41fca..347ce3eab33 100644 --- a/peps/pep-0408.rst +++ b/peps/pep-0408.rst @@ -1,6 +1,5 @@ PEP: 408 Title: Standard library __preview__ package -Version: $Revision$ Author: Alyssa Coghlan , Eli Bendersky Status: Rejected diff --git a/peps/pep-0409.rst b/peps/pep-0409.rst index 2ebbec21a8a..ab417d7d8eb 100644 --- a/peps/pep-0409.rst +++ b/peps/pep-0409.rst @@ -1,6 +1,5 @@ PEP: 409 Title: Suppressing exception context -Version: $Revision$ Author: Ethan Furman Status: Final Type: Standards Track diff --git a/peps/pep-0410.rst b/peps/pep-0410.rst index d84c3d09b03..8d967927468 100644 --- a/peps/pep-0410.rst +++ b/peps/pep-0410.rst @@ -1,6 +1,5 @@ PEP: 410 Title: Use decimal.Decimal type for timestamps -Version: $Revision$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0411.rst b/peps/pep-0411.rst index daf7896f572..a0669db3d2c 100644 --- a/peps/pep-0411.rst +++ b/peps/pep-0411.rst @@ -1,6 +1,5 @@ PEP: 411 Title: Provisional packages in the Python standard library -Version: $Revision$ Author: Alyssa Coghlan , Eli Bendersky Status: Superseded diff --git a/peps/pep-0412.rst b/peps/pep-0412.rst index 064979f70c3..09d6481a8ac 100644 --- a/peps/pep-0412.rst +++ b/peps/pep-0412.rst @@ -1,6 +1,5 @@ PEP: 412 Title: Key-Sharing Dictionary -Version: $Revision$ Author: Mark Shannon Status: Final Type: Standards Track diff --git a/peps/pep-0413.rst b/peps/pep-0413.rst index 81df2e6a7d3..9a4b6cb8fa3 100644 --- a/peps/pep-0413.rst +++ b/peps/pep-0413.rst @@ -1,6 +1,5 @@ PEP: 413 Title: Faster evolution of the Python Standard Library -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Process diff --git a/peps/pep-0414.rst b/peps/pep-0414.rst index 2461250344a..beaedb667ee 100644 --- a/peps/pep-0414.rst +++ b/peps/pep-0414.rst @@ -1,6 +1,5 @@ PEP: 414 Title: Explicit Unicode Literal for Python 3.3 -Version: $Revision$ Author: Armin Ronacher , Alyssa Coghlan Status: Final diff --git a/peps/pep-0415.rst b/peps/pep-0415.rst index 47ceb2ab0f9..3c9e20f6b15 100644 --- a/peps/pep-0415.rst +++ b/peps/pep-0415.rst @@ -1,6 +1,5 @@ PEP: 415 Title: Implement context suppression with exception attributes -Version: $Revision$ Author: Benjamin Peterson BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0416.rst b/peps/pep-0416.rst index 1b0f30c5077..5c406372e9b 100644 --- a/peps/pep-0416.rst +++ b/peps/pep-0416.rst @@ -1,6 +1,5 @@ PEP: 416 Title: Add a frozendict builtin type -Version: $Revision$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0417.rst b/peps/pep-0417.rst index 2c6bff416a3..600a31e4994 100644 --- a/peps/pep-0417.rst +++ b/peps/pep-0417.rst @@ -1,6 +1,5 @@ PEP: 417 Title: Including mock in the Standard Library -Version: $Revision$ Author: Michael Foord Status: Final Type: Standards Track diff --git a/peps/pep-0419.rst b/peps/pep-0419.rst index c60a02bcbe2..f464a2d9f86 100644 --- a/peps/pep-0419.rst +++ b/peps/pep-0419.rst @@ -1,6 +1,5 @@ PEP: 419 Title: Protecting cleanup statements from interruptions -Version: $Revision$ Author: Paul Colomiets Status: Deferred Type: Standards Track diff --git a/peps/pep-0420.rst b/peps/pep-0420.rst index 67fe104009f..4ad8f7ad8dd 100644 --- a/peps/pep-0420.rst +++ b/peps/pep-0420.rst @@ -1,6 +1,5 @@ PEP: 420 Title: Implicit Namespace Packages -Version: $Revision$ Author: Eric V. Smith Status: Final Type: Standards Track diff --git a/peps/pep-0422.rst b/peps/pep-0422.rst index 2aaac576981..51620598ddc 100644 --- a/peps/pep-0422.rst +++ b/peps/pep-0422.rst @@ -1,6 +1,5 @@ PEP: 422 Title: Simpler customisation of class creation -Version: $Revision$ Author: Alyssa Coghlan , Daniel Urban Status: Withdrawn diff --git a/peps/pep-0423.rst b/peps/pep-0423.rst index e32c4d28c40..3fb4bb23147 100644 --- a/peps/pep-0423.rst +++ b/peps/pep-0423.rst @@ -1,6 +1,5 @@ PEP: 423 Title: Naming conventions and recipes related to packaging -Version: $Revision$ Author: Benoit Bryon Discussions-To: distutils-sig@python.org Status: Deferred diff --git a/peps/pep-0424.rst b/peps/pep-0424.rst index a5e9d35199c..6352c515964 100644 --- a/peps/pep-0424.rst +++ b/peps/pep-0424.rst @@ -1,6 +1,5 @@ PEP: 424 Title: A method for exposing a length hint -Version: $Revision$ Author: Alex Gaynor Status: Final Type: Standards Track diff --git a/peps/pep-0425.rst b/peps/pep-0425.rst index 310c78d26fc..03d30ebf0ed 100644 --- a/peps/pep-0425.rst +++ b/peps/pep-0425.rst @@ -1,6 +1,5 @@ PEP: 425 Title: Compatibility Tags for Built Distributions -Version: $Revision$ Author: Daniel Holth BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0427.rst b/peps/pep-0427.rst index def7f326382..5f50bfd7336 100644 --- a/peps/pep-0427.rst +++ b/peps/pep-0427.rst @@ -1,6 +1,5 @@ PEP: 427 Title: The Wheel Binary Package Format 1.0 -Version: $Revision$ Author: Daniel Holth BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0428.rst b/peps/pep-0428.rst index e1b7af5f491..449c533a9de 100644 --- a/peps/pep-0428.rst +++ b/peps/pep-0428.rst @@ -1,6 +1,5 @@ PEP: 428 Title: The pathlib module -- object-oriented filesystem paths -Version: $Revision$ Author: Antoine Pitrou Status: Final Type: Standards Track diff --git a/peps/pep-0429.rst b/peps/pep-0429.rst index a586ec0d3fa..a7ac330437d 100644 --- a/peps/pep-0429.rst +++ b/peps/pep-0429.rst @@ -1,6 +1,5 @@ PEP: 429 Title: Python 3.4 Release Schedule -Version: $Revision$ Author: Larry Hastings Status: Final Type: Informational diff --git a/peps/pep-0430.rst b/peps/pep-0430.rst index 27a5d6edcd5..b258fa0d054 100644 --- a/peps/pep-0430.rst +++ b/peps/pep-0430.rst @@ -1,6 +1,5 @@ PEP: 430 Title: Migrating to Python 3 as the default online documentation -Version: $Revision$ Author: Alyssa Coghlan BDFL-Delegate: Georg Brandl Status: Final diff --git a/peps/pep-0431.rst b/peps/pep-0431.rst index 1a1c775d427..5109e10d944 100644 --- a/peps/pep-0431.rst +++ b/peps/pep-0431.rst @@ -1,6 +1,5 @@ PEP: 431 Title: Time zone support improvements -Version: $Revision$ Author: Lennart Regebro BDFL-Delegate: Barry Warsaw Status: Superseded diff --git a/peps/pep-0432.rst b/peps/pep-0432.rst index fa2010abcc6..3d4799c34e2 100644 --- a/peps/pep-0432.rst +++ b/peps/pep-0432.rst @@ -1,6 +1,5 @@ PEP: 432 Title: Restructuring the CPython startup sequence -Version: $Revision$ Author: Alyssa Coghlan , Victor Stinner , Eric Snow diff --git a/peps/pep-0433.rst b/peps/pep-0433.rst index 205ed944a4f..90e2c6c6a7c 100644 --- a/peps/pep-0433.rst +++ b/peps/pep-0433.rst @@ -1,6 +1,5 @@ PEP: 433 Title: Easier suppression of file descriptor inheritance -Version: $Revision$ Author: Victor Stinner Status: Superseded Type: Standards Track diff --git a/peps/pep-0434.rst b/peps/pep-0434.rst index 3ed36b23fd8..5914a703d11 100644 --- a/peps/pep-0434.rst +++ b/peps/pep-0434.rst @@ -1,6 +1,5 @@ PEP: 434 Title: IDLE Enhancement Exception for All Branches -Version: $Revision$ Author: Todd Rovito , Terry Reedy BDFL-Delegate: Alyssa Coghlan diff --git a/peps/pep-0435.rst b/peps/pep-0435.rst index f9b0edd40f1..4e6d63fe01e 100644 --- a/peps/pep-0435.rst +++ b/peps/pep-0435.rst @@ -1,6 +1,5 @@ PEP: 435 Title: Adding an Enum type to the Python standard library -Version: $Revision$ Author: Barry Warsaw , Eli Bendersky , Ethan Furman diff --git a/peps/pep-0436.rst b/peps/pep-0436.rst index e88c3ed1c59..cf7727e0f38 100644 --- a/peps/pep-0436.rst +++ b/peps/pep-0436.rst @@ -1,6 +1,5 @@ PEP: 436 Title: The Argument Clinic DSL -Version: $Revision$ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0437.rst b/peps/pep-0437.rst index ec873add42f..0136565c333 100644 --- a/peps/pep-0437.rst +++ b/peps/pep-0437.rst @@ -1,6 +1,5 @@ PEP: 437 Title: A DSL for specifying signatures, annotations and argument converters -Version: $Revision$ Author: Stefan Krah Status: Rejected Type: Standards Track diff --git a/peps/pep-0438.rst b/peps/pep-0438.rst index 42b7a9b6be1..fb58043d4de 100644 --- a/peps/pep-0438.rst +++ b/peps/pep-0438.rst @@ -1,6 +1,5 @@ PEP: 438 Title: Transitioning to release-file hosting on PyPI -Version: $Revision$ Author: Holger Krekel , Carl Meyer BDFL-Delegate: Richard Jones Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0439.rst b/peps/pep-0439.rst index 242bc20b625..9af4885e782 100644 --- a/peps/pep-0439.rst +++ b/peps/pep-0439.rst @@ -1,6 +1,5 @@ PEP: 439 Title: Inclusion of implicit pip bootstrap in Python installation -Version: $Revision$ Author: Richard Jones BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0442.rst b/peps/pep-0442.rst index 18b5cbb7748..6d2e48c5054 100644 --- a/peps/pep-0442.rst +++ b/peps/pep-0442.rst @@ -1,6 +1,5 @@ PEP: 442 Title: Safe object finalization -Version: $Revision$ Author: Antoine Pitrou BDFL-Delegate: Benjamin Peterson Status: Final diff --git a/peps/pep-0443.rst b/peps/pep-0443.rst index 8f97c01803d..d35a2c6ef98 100644 --- a/peps/pep-0443.rst +++ b/peps/pep-0443.rst @@ -1,6 +1,5 @@ PEP: 443 Title: Single-dispatch generic functions -Version: $Revision$ Author: Łukasz Langa Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0444.rst b/peps/pep-0444.rst index e37a960ca6a..4472812a7a6 100644 --- a/peps/pep-0444.rst +++ b/peps/pep-0444.rst @@ -1,6 +1,5 @@ PEP: 444 Title: Python Web3 Interface -Version: $Revision$ Author: Chris McDonough , Armin Ronacher Discussions-To: web-sig@python.org diff --git a/peps/pep-0445.rst b/peps/pep-0445.rst index f25e0695c24..96dd22ed4d5 100644 --- a/peps/pep-0445.rst +++ b/peps/pep-0445.rst @@ -1,6 +1,5 @@ PEP: 445 Title: Add new APIs to customize Python memory allocators -Version: $Revision$ Author: Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final diff --git a/peps/pep-0446.rst b/peps/pep-0446.rst index 14ea33e2cdb..07fd2468397 100644 --- a/peps/pep-0446.rst +++ b/peps/pep-0446.rst @@ -1,6 +1,5 @@ PEP: 446 Title: Make newly created file descriptors non-inheritable -Version: $Revision$ Author: Victor Stinner Status: Final Type: Standards Track diff --git a/peps/pep-0449.rst b/peps/pep-0449.rst index bae43bfe9a4..ae38114a4bb 100644 --- a/peps/pep-0449.rst +++ b/peps/pep-0449.rst @@ -1,6 +1,5 @@ PEP: 449 Title: Removal of the PyPI Mirror Auto Discovery and Naming Scheme -Version: $Revision$ Author: Donald Stufft BDFL-Delegate: Richard Jones Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0450.rst b/peps/pep-0450.rst index 792493a3f77..552a343f764 100644 --- a/peps/pep-0450.rst +++ b/peps/pep-0450.rst @@ -1,6 +1,5 @@ PEP: 450 Title: Adding A Statistics Module To The Standard Library -Version: $Revision$ Author: Steven D'Aprano Status: Final Type: Standards Track diff --git a/peps/pep-0451.rst b/peps/pep-0451.rst index 353f3b7c1a2..a30b93b065e 100644 --- a/peps/pep-0451.rst +++ b/peps/pep-0451.rst @@ -1,6 +1,5 @@ PEP: 451 Title: A ModuleSpec Type for the Import System -Version: $Revision$ Author: Eric Snow BDFL-Delegate: Brett Cannon , Alyssa Coghlan Discussions-To: import-sig@python.org diff --git a/peps/pep-0452.rst b/peps/pep-0452.rst index 4338f314c59..669da330f8a 100644 --- a/peps/pep-0452.rst +++ b/peps/pep-0452.rst @@ -1,6 +1,5 @@ PEP: 452 Title: API for Cryptographic Hash Functions v2.0 -Version: $Revision$ Author: A.M. Kuchling , Christian Heimes Status: Final Type: Informational diff --git a/peps/pep-0454.rst b/peps/pep-0454.rst index c48739dfc71..8822506f0b9 100644 --- a/peps/pep-0454.rst +++ b/peps/pep-0454.rst @@ -1,6 +1,5 @@ PEP: 454 Title: Add a new tracemalloc module to trace Python memory allocations -Version: $Revision$ Author: Victor Stinner BDFL-Delegate: Charles-François Natali Status: Final diff --git a/peps/pep-0455.rst b/peps/pep-0455.rst index a7096c9e759..0faaefdad1c 100644 --- a/peps/pep-0455.rst +++ b/peps/pep-0455.rst @@ -1,6 +1,5 @@ PEP: 455 Title: Adding a key-transforming dictionary to collections -Version: $Revision$ Author: Antoine Pitrou BDFL-Delegate: Raymond Hettinger Status: Rejected diff --git a/peps/pep-0456.rst b/peps/pep-0456.rst index 34eb80fa26f..f0cd197187a 100644 --- a/peps/pep-0456.rst +++ b/peps/pep-0456.rst @@ -1,6 +1,5 @@ PEP: 456 Title: Secure and interchangeable hash algorithm -Version: $Revision$ Author: Christian Heimes BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0457.rst b/peps/pep-0457.rst index 9585e1d92e8..3b9f0433380 100644 --- a/peps/pep-0457.rst +++ b/peps/pep-0457.rst @@ -1,6 +1,5 @@ PEP: 457 Title: Notation For Positional-Only Parameters -Version: $Revision$ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0458.rst b/peps/pep-0458.rst index 6ecdc01eb49..712012a4062 100644 --- a/peps/pep-0458.rst +++ b/peps/pep-0458.rst @@ -1,6 +1,5 @@ PEP: 458 Title: Secure PyPI downloads with signed repository metadata -Version: $Revision$ Author: Trishank Karthik Kuppusamy , Vladimir Diaz , Marina Moore , diff --git a/peps/pep-0459.rst b/peps/pep-0459.rst index 8ca762df3bb..5b4d1def6ba 100644 --- a/peps/pep-0459.rst +++ b/peps/pep-0459.rst @@ -1,6 +1,5 @@ PEP: 459 Title: Standard Metadata Extensions for Python Software Packages -Version: $Revision$ Author: Alyssa Coghlan BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0460.rst b/peps/pep-0460.rst index 51913aeeb9f..eaa9712e90d 100644 --- a/peps/pep-0460.rst +++ b/peps/pep-0460.rst @@ -1,6 +1,5 @@ PEP: 460 Title: Add binary interpolation and formatting -Version: $Revision$ Author: Antoine Pitrou Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0463.rst b/peps/pep-0463.rst index 7868e29a78d..f14d394a50e 100644 --- a/peps/pep-0463.rst +++ b/peps/pep-0463.rst @@ -1,6 +1,5 @@ PEP: 463 Title: Exception-catching expressions -Version: $Revision$ Author: Chris Angelico Status: Rejected Type: Standards Track diff --git a/peps/pep-0464.rst b/peps/pep-0464.rst index 9a2f4c40843..9559d3a6950 100644 --- a/peps/pep-0464.rst +++ b/peps/pep-0464.rst @@ -1,6 +1,5 @@ PEP: 464 Title: Removal of the PyPI Mirror Authenticity API -Version: $Revision$ Author: Donald Stufft BDFL-Delegate: Richard Jones Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0465.rst b/peps/pep-0465.rst index 48480d5a5ba..568650b28ec 100644 --- a/peps/pep-0465.rst +++ b/peps/pep-0465.rst @@ -1,6 +1,5 @@ PEP: 465 Title: A dedicated infix operator for matrix multiplication -Version: $Revision$ Author: Nathaniel J. Smith Status: Final Type: Standards Track diff --git a/peps/pep-0466.rst b/peps/pep-0466.rst index e767d58a52b..a029ebfb496 100644 --- a/peps/pep-0466.rst +++ b/peps/pep-0466.rst @@ -1,6 +1,5 @@ PEP: 466 Title: Network Security Enhancements for Python 2.7.x -Version: $Revision$ Author: Alyssa Coghlan , Status: Final Type: Standards Track diff --git a/peps/pep-0467.rst b/peps/pep-0467.rst index 47a7719226f..2ff52b4ed35 100644 --- a/peps/pep-0467.rst +++ b/peps/pep-0467.rst @@ -1,6 +1,5 @@ PEP: 467 Title: Minor API improvements for binary sequences -Version: $Revision$ Author: Alyssa Coghlan , Ethan Furman Discussions-To: https://discuss.python.org/t/42001 Status: Draft diff --git a/peps/pep-0468.rst b/peps/pep-0468.rst index 452ac055935..6d68a3db9f1 100644 --- a/peps/pep-0468.rst +++ b/peps/pep-0468.rst @@ -1,6 +1,5 @@ PEP: 468 Title: Preserving the order of \*\*kwargs in a function. -Version: $Revision$ Author: Eric Snow Discussions-To: python-ideas@python.org Status: Final diff --git a/peps/pep-0469.rst b/peps/pep-0469.rst index 48a7e2446ed..1002cfc10fb 100644 --- a/peps/pep-0469.rst +++ b/peps/pep-0469.rst @@ -1,6 +1,5 @@ PEP: 469 Title: Migration of dict iteration code to Python 3 -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0470.rst b/peps/pep-0470.rst index 5bedcb2ec5d..83f9ca6b4dd 100644 --- a/peps/pep-0470.rst +++ b/peps/pep-0470.rst @@ -1,6 +1,5 @@ PEP: 470 Title: Removing External Hosting Support on PyPI -Version: $Revision$ Author: Donald Stufft BDFL-Delegate: Paul Moore Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0471.rst b/peps/pep-0471.rst index 88b11a4eadc..0f9a04bb7c4 100644 --- a/peps/pep-0471.rst +++ b/peps/pep-0471.rst @@ -1,6 +1,5 @@ PEP: 471 Title: os.scandir() function -- a better and faster directory iterator -Version: $Revision$ Author: Ben Hoyt BDFL-Delegate: Victor Stinner Status: Final diff --git a/peps/pep-0473.rst b/peps/pep-0473.rst index 56480627428..6ea1d134c2d 100644 --- a/peps/pep-0473.rst +++ b/peps/pep-0473.rst @@ -1,6 +1,5 @@ PEP: 473 Title: Adding structured data to built-in exceptions -Version: $Revision$ Author: Sebastian Kreft Status: Rejected Type: Standards Track diff --git a/peps/pep-0474.rst b/peps/pep-0474.rst index 05bd49fff27..42931afee93 100644 --- a/peps/pep-0474.rst +++ b/peps/pep-0474.rst @@ -1,6 +1,5 @@ PEP: 474 Title: Creating forge.python.org -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Process diff --git a/peps/pep-0475.rst b/peps/pep-0475.rst index e87c6b09ac3..ea12b2b4c04 100644 --- a/peps/pep-0475.rst +++ b/peps/pep-0475.rst @@ -1,6 +1,5 @@ PEP: 475 Title: Retry system calls failing with EINTR -Version: $Revision$ Author: Charles-François Natali , Victor Stinner BDFL-Delegate: Antoine Pitrou Status: Final diff --git a/peps/pep-0476.rst b/peps/pep-0476.rst index b78f4328738..51788e71cce 100644 --- a/peps/pep-0476.rst +++ b/peps/pep-0476.rst @@ -1,6 +1,5 @@ PEP: 476 Title: Enabling certificate verification by default for stdlib http clients -Version: $Revision$ Author: Alex Gaynor Status: Final Type: Standards Track diff --git a/peps/pep-0478.rst b/peps/pep-0478.rst index 1c2a734763b..9ea2ee9bb9b 100644 --- a/peps/pep-0478.rst +++ b/peps/pep-0478.rst @@ -1,6 +1,5 @@ PEP: 478 Title: Python 3.5 Release Schedule -Version: $Revision$ Author: Larry Hastings Status: Final Type: Informational diff --git a/peps/pep-0479.rst b/peps/pep-0479.rst index 01f06571635..7770f785d37 100644 --- a/peps/pep-0479.rst +++ b/peps/pep-0479.rst @@ -1,6 +1,5 @@ PEP: 479 Title: Change StopIteration handling inside generators -Version: $Revision$ Author: Chris Angelico , Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0482.rst b/peps/pep-0482.rst index 1534d8d2ae3..ceceba1703b 100644 --- a/peps/pep-0482.rst +++ b/peps/pep-0482.rst @@ -1,6 +1,5 @@ PEP: 482 Title: Literature Overview for Type Hints -Version: $Revision$ Author: Łukasz Langa Discussions-To: python-ideas@python.org Status: Final diff --git a/peps/pep-0483.rst b/peps/pep-0483.rst index 3ba2f95ca99..3f37c585414 100644 --- a/peps/pep-0483.rst +++ b/peps/pep-0483.rst @@ -1,6 +1,5 @@ PEP: 483 Title: The Theory of Type Hints -Version: $Revision$ Author: Guido van Rossum , Ivan Levkivskyi Discussions-To: python-ideas@python.org Status: Final diff --git a/peps/pep-0484.rst b/peps/pep-0484.rst index 5a45b4c2f4a..df17858d269 100644 --- a/peps/pep-0484.rst +++ b/peps/pep-0484.rst @@ -1,6 +1,5 @@ PEP: 484 Title: Type Hints -Version: $Revision$ Author: Guido van Rossum , Jukka Lehtosalo , Łukasz Langa BDFL-Delegate: Mark Shannon Discussions-To: python-dev@python.org diff --git a/peps/pep-0485.rst b/peps/pep-0485.rst index af19aa1fbb0..44660ff8d4b 100644 --- a/peps/pep-0485.rst +++ b/peps/pep-0485.rst @@ -1,6 +1,5 @@ PEP: 485 Title: A Function for testing approximate equality -Version: $Revision$ Author: Christopher Barker Status: Final Type: Standards Track diff --git a/peps/pep-0486.rst b/peps/pep-0486.rst index 9239dbf6125..dc475c1b759 100644 --- a/peps/pep-0486.rst +++ b/peps/pep-0486.rst @@ -1,6 +1,5 @@ PEP: 486 Title: Make the Python Launcher aware of virtual environments -Version: $Revision$ Author: Paul Moore Status: Final Type: Standards Track diff --git a/peps/pep-0487.rst b/peps/pep-0487.rst index ead81eaf7f4..fa1dd63a282 100644 --- a/peps/pep-0487.rst +++ b/peps/pep-0487.rst @@ -1,6 +1,5 @@ PEP: 487 Title: Simpler customisation of class creation -Version: $Revision$ Author: Martin Teichmann , Status: Final Type: Standards Track diff --git a/peps/pep-0488.rst b/peps/pep-0488.rst index 5d50fcaeea4..97f63c5e1c3 100644 --- a/peps/pep-0488.rst +++ b/peps/pep-0488.rst @@ -1,6 +1,5 @@ PEP: 488 Title: Elimination of PYO files -Version: $Revision$ Author: Brett Cannon Status: Final Type: Standards Track diff --git a/peps/pep-0489.rst b/peps/pep-0489.rst index fdaa1cbf1ba..2ad02fbe362 100644 --- a/peps/pep-0489.rst +++ b/peps/pep-0489.rst @@ -1,6 +1,5 @@ PEP: 489 Title: Multi-phase extension module initialization -Version: $Revision$ Author: Petr Viktorin , Stefan Behnel , Alyssa Coghlan diff --git a/peps/pep-0490.rst b/peps/pep-0490.rst index 98fb4414142..7ceb9c9479c 100644 --- a/peps/pep-0490.rst +++ b/peps/pep-0490.rst @@ -1,6 +1,5 @@ PEP: 490 Title: Chain exceptions at C level -Version: $Revision$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0493.rst b/peps/pep-0493.rst index 580c7eb4214..e26eb8d2503 100644 --- a/peps/pep-0493.rst +++ b/peps/pep-0493.rst @@ -1,6 +1,5 @@ PEP: 493 Title: HTTPS verification migration tools for Python 2.7 -Version: $Revision$ Author: Alyssa Coghlan , Robert Kuska , Marc-André Lemburg diff --git a/peps/pep-0494.rst b/peps/pep-0494.rst index ccf09f9fcef..90f998ae094 100644 --- a/peps/pep-0494.rst +++ b/peps/pep-0494.rst @@ -1,6 +1,5 @@ PEP: 494 Title: Python 3.6 Release Schedule -Version: $Revision$ Author: Ned Deily Status: Final Type: Informational diff --git a/peps/pep-0495.rst b/peps/pep-0495.rst index 3f850677e87..f44875adbd8 100644 --- a/peps/pep-0495.rst +++ b/peps/pep-0495.rst @@ -1,6 +1,5 @@ PEP: 495 Title: Local Time Disambiguation -Version: $Revision$ Author: Alexander Belopolsky , Tim Peters Discussions-To: datetime-sig@python.org Status: Final diff --git a/peps/pep-0496.rst b/peps/pep-0496.rst index 1974d1b75dc..70c410dcb08 100644 --- a/peps/pep-0496.rst +++ b/peps/pep-0496.rst @@ -1,6 +1,5 @@ PEP: 496 Title: Environment Markers -Version: $Revision$ Author: James Polley BDFL-Delegate: Alyssa Coghlan Status: Rejected diff --git a/peps/pep-0497.rst b/peps/pep-0497.rst index 3345d043687..410f89efbe6 100644 --- a/peps/pep-0497.rst +++ b/peps/pep-0497.rst @@ -1,6 +1,5 @@ PEP: 497 Title: A standard mechanism for backward compatibility -Version: $Revision$ Author: Ed Schofield PEP-Delegate: Brett Cannon Status: Rejected diff --git a/peps/pep-0498.rst b/peps/pep-0498.rst index 8678eba6bd7..2e33996f7fd 100644 --- a/peps/pep-0498.rst +++ b/peps/pep-0498.rst @@ -1,6 +1,5 @@ PEP: 498 Title: Literal String Interpolation -Version: $Revision$ Author: Eric V. Smith Status: Final Type: Standards Track diff --git a/peps/pep-0500.rst b/peps/pep-0500.rst index 9ad0956891e..f2c6bced285 100644 --- a/peps/pep-0500.rst +++ b/peps/pep-0500.rst @@ -1,6 +1,5 @@ PEP: 500 Title: A protocol for delegating datetime methods to their tzinfo implementations -Version: $Revision$ Author: Alexander Belopolsky , Tim Peters Discussions-To: datetime-sig@python.org Status: Rejected diff --git a/peps/pep-0503.rst b/peps/pep-0503.rst index 4ea5b3749b9..4e29365d693 100644 --- a/peps/pep-0503.rst +++ b/peps/pep-0503.rst @@ -1,6 +1,5 @@ PEP: 503 Title: Simple Repository API -Version: $Revision$ Author: Donald Stufft BDFL-Delegate: Donald Stufft Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0504.rst b/peps/pep-0504.rst index 2cc04824f44..106bb6cf03f 100644 --- a/peps/pep-0504.rst +++ b/peps/pep-0504.rst @@ -1,6 +1,5 @@ PEP: 504 Title: Using the System RNG by default -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0506.rst b/peps/pep-0506.rst index 5002e35c9d0..cdf8c8f8c14 100644 --- a/peps/pep-0506.rst +++ b/peps/pep-0506.rst @@ -1,6 +1,5 @@ PEP: 506 Title: Adding A Secrets Module To The Standard Library -Version: $Revision$ Author: Steven D'Aprano Status: Final Type: Standards Track diff --git a/peps/pep-0508.rst b/peps/pep-0508.rst index 6b2520376b2..6fc32f12bfb 100644 --- a/peps/pep-0508.rst +++ b/peps/pep-0508.rst @@ -1,6 +1,5 @@ PEP: 508 Title: Dependency specification for Python Software Packages -Version: $Revision$ Author: Robert Collins BDFL-Delegate: Donald Stufft Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0510.rst b/peps/pep-0510.rst index afd994c8564..db43bdaff14 100644 --- a/peps/pep-0510.rst +++ b/peps/pep-0510.rst @@ -1,6 +1,5 @@ PEP: 510 Title: Specialize functions with guards -Version: $Revision$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0511.rst b/peps/pep-0511.rst index 96af4f9c8ec..8ed7c41c1c5 100644 --- a/peps/pep-0511.rst +++ b/peps/pep-0511.rst @@ -1,6 +1,5 @@ PEP: 511 Title: API for code transformers -Version: $Revision$ Author: Victor Stinner Status: Rejected Type: Standards Track diff --git a/peps/pep-0512.rst b/peps/pep-0512.rst index e9380577cbb..2f930982327 100644 --- a/peps/pep-0512.rst +++ b/peps/pep-0512.rst @@ -1,6 +1,5 @@ PEP: 512 Title: Migrating from hg.python.org to GitHub -Version: $Revision$ Author: Brett Cannon Discussions-To: core-workflow@python.org Status: Final diff --git a/peps/pep-0513.rst b/peps/pep-0513.rst index 3b9722663ab..30a6ed363ee 100644 --- a/peps/pep-0513.rst +++ b/peps/pep-0513.rst @@ -1,6 +1,5 @@ PEP: 513 Title: A Platform Tag for Portable Linux Built Distributions -Version: $Revision$ Author: Robert T. McGibbon , Nathaniel J. Smith BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0514.rst b/peps/pep-0514.rst index e50f3bac15a..83c4116825e 100644 --- a/peps/pep-0514.rst +++ b/peps/pep-0514.rst @@ -1,6 +1,5 @@ PEP: 514 Title: Python registration in the Windows registry -Version: $Revision$ Author: Steve Dower BDFL-Delegate: Paul Moore Status: Active diff --git a/peps/pep-0515.rst b/peps/pep-0515.rst index 624e443e645..8187da9e44e 100644 --- a/peps/pep-0515.rst +++ b/peps/pep-0515.rst @@ -1,6 +1,5 @@ PEP: 515 Title: Underscores in Numeric Literals -Version: $Revision$ Author: Georg Brandl, Serhiy Storchaka Status: Final Type: Standards Track diff --git a/peps/pep-0517.rst b/peps/pep-0517.rst index 6b5b92ba1a0..daefcc35d7d 100644 --- a/peps/pep-0517.rst +++ b/peps/pep-0517.rst @@ -1,6 +1,5 @@ PEP: 517 Title: A build-system independent format for source trees -Version: $Revision$ Author: Nathaniel J. Smith , Thomas Kluyver BDFL-Delegate: Alyssa Coghlan diff --git a/peps/pep-0519.rst b/peps/pep-0519.rst index dd7de864246..56cb4ca4c8d 100644 --- a/peps/pep-0519.rst +++ b/peps/pep-0519.rst @@ -1,6 +1,5 @@ PEP: 519 Title: Adding a file system path protocol -Version: $Revision$ Author: Brett Cannon , Koos Zevenhoven Status: Final diff --git a/peps/pep-0520.rst b/peps/pep-0520.rst index dee09cc0c5c..38ada5ef1b5 100644 --- a/peps/pep-0520.rst +++ b/peps/pep-0520.rst @@ -1,6 +1,5 @@ PEP: 520 Title: Preserving Class Attribute Definition Order -Version: $Revision$ Author: Eric Snow Status: Final Type: Standards Track diff --git a/peps/pep-0521.rst b/peps/pep-0521.rst index 0edcac06292..55b1a4c07fb 100644 --- a/peps/pep-0521.rst +++ b/peps/pep-0521.rst @@ -1,6 +1,5 @@ PEP: 521 Title: Managing global context via 'with' blocks in generators and coroutines -Version: $Revision$ Author: Nathaniel J. Smith Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0522.rst b/peps/pep-0522.rst index 0c0fa612f46..c962df20ef6 100644 --- a/peps/pep-0522.rst +++ b/peps/pep-0522.rst @@ -1,6 +1,5 @@ PEP: 522 Title: Allow BlockingIOError in security sensitive APIs -Version: $Revision$ Author: Alyssa Coghlan , Nathaniel J. Smith Status: Rejected Type: Standards Track diff --git a/peps/pep-0524.rst b/peps/pep-0524.rst index 9d9d16879f9..eb70f6c72ef 100644 --- a/peps/pep-0524.rst +++ b/peps/pep-0524.rst @@ -1,6 +1,5 @@ PEP: 524 Title: Make os.urandom() blocking on Linux -Version: $Revision$ Author: Victor Stinner Status: Final Type: Standards Track diff --git a/peps/pep-0525.rst b/peps/pep-0525.rst index f28b2291a3c..58eb1b527e1 100644 --- a/peps/pep-0525.rst +++ b/peps/pep-0525.rst @@ -1,6 +1,5 @@ PEP: 525 Title: Asynchronous Generators -Version: $Revision$ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0526.rst b/peps/pep-0526.rst index 50a399e15ec..ce822eb8e04 100644 --- a/peps/pep-0526.rst +++ b/peps/pep-0526.rst @@ -1,6 +1,5 @@ PEP: 526 Title: Syntax for Variable Annotations -Version: $Revision$ Author: Ryan Gonzalez , Philip House , Ivan Levkivskyi , Lisa Roach , Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-0527.rst b/peps/pep-0527.rst index 785bf7a3bf6..e1d926a9565 100644 --- a/peps/pep-0527.rst +++ b/peps/pep-0527.rst @@ -1,6 +1,5 @@ PEP: 527 Title: Removing Un(der)used file types/extensions on PyPI -Version: $Revision$ Author: Donald Stufft BDFL-Delegate: Alyssa Coghlan Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0528.rst b/peps/pep-0528.rst index 744bcc2a9f9..dc7126104a7 100644 --- a/peps/pep-0528.rst +++ b/peps/pep-0528.rst @@ -1,6 +1,5 @@ PEP: 528 Title: Change Windows console encoding to UTF-8 -Version: $Revision$ Author: Steve Dower Status: Final Type: Standards Track diff --git a/peps/pep-0529.rst b/peps/pep-0529.rst index db752d952d5..c0c5fdb1dfa 100644 --- a/peps/pep-0529.rst +++ b/peps/pep-0529.rst @@ -1,6 +1,5 @@ PEP: 529 Title: Change Windows filesystem encoding to UTF-8 -Version: $Revision$ Author: Steve Dower Status: Final Type: Standards Track diff --git a/peps/pep-0530.rst b/peps/pep-0530.rst index ff22cbc9657..1dce5f5dafe 100644 --- a/peps/pep-0530.rst +++ b/peps/pep-0530.rst @@ -1,6 +1,5 @@ PEP: 530 Title: Asynchronous Comprehensions -Version: $Revision$ Author: Yury Selivanov Discussions-To: python-dev@python.org Status: Final diff --git a/peps/pep-0531.rst b/peps/pep-0531.rst index 011eb1df1c9..85c015847df 100644 --- a/peps/pep-0531.rst +++ b/peps/pep-0531.rst @@ -1,6 +1,5 @@ PEP: 531 Title: Existence checking operators -Version: $Revision$ Author: Alyssa Coghlan Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0532.rst b/peps/pep-0532.rst index 9329717afd3..59b881e0f10 100644 --- a/peps/pep-0532.rst +++ b/peps/pep-0532.rst @@ -1,6 +1,5 @@ PEP: 532 Title: A circuit breaking protocol and binary operators -Version: $Revision$ Author: Alyssa Coghlan , Mark E. Haase Status: Deferred diff --git a/peps/pep-0533.rst b/peps/pep-0533.rst index 7b0a2547b42..a4b83da82b9 100644 --- a/peps/pep-0533.rst +++ b/peps/pep-0533.rst @@ -1,6 +1,5 @@ PEP: 533 Title: Deterministic cleanup for iterators -Version: $Revision$ Author: Nathaniel J. Smith BDFL-Delegate: Yury Selivanov Status: Deferred diff --git a/peps/pep-0535.rst b/peps/pep-0535.rst index 4a8d58f3459..a4da4eb5685 100644 --- a/peps/pep-0535.rst +++ b/peps/pep-0535.rst @@ -1,6 +1,5 @@ PEP: 535 Title: Rich comparison chaining -Version: $Revision$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track diff --git a/peps/pep-0536.rst b/peps/pep-0536.rst index 83a9d2bb128..4728512eefd 100644 --- a/peps/pep-0536.rst +++ b/peps/pep-0536.rst @@ -1,6 +1,5 @@ PEP: 536 Title: Final Grammar for Literal String Interpolation -Version: $Revision$ Author: Philipp Angerer Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0537.rst b/peps/pep-0537.rst index af71dd9267b..d58ba990cb8 100644 --- a/peps/pep-0537.rst +++ b/peps/pep-0537.rst @@ -1,6 +1,5 @@ PEP: 537 Title: Python 3.7 Release Schedule -Version: $Revision$ Author: Ned Deily Status: Final Type: Informational diff --git a/peps/pep-0538.rst b/peps/pep-0538.rst index 4d76b2de79a..3e7328b932a 100644 --- a/peps/pep-0538.rst +++ b/peps/pep-0538.rst @@ -1,6 +1,5 @@ PEP: 538 Title: Coercing the legacy C locale to a UTF-8 based locale -Version: $Revision$ Author: Alyssa Coghlan BDFL-Delegate: INADA Naoki Status: Final diff --git a/peps/pep-0539.rst b/peps/pep-0539.rst index f254e9c49e2..7effa9778f0 100644 --- a/peps/pep-0539.rst +++ b/peps/pep-0539.rst @@ -1,6 +1,5 @@ PEP: 539 Title: A New C-API for Thread-Local Storage in CPython -Version: $Revision$ Author: Erik M. Bray, Masayuki Yamamoto BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0540.rst b/peps/pep-0540.rst index d71ae79cdfe..628f07e874c 100644 --- a/peps/pep-0540.rst +++ b/peps/pep-0540.rst @@ -1,6 +1,5 @@ PEP: 540 Title: Add a new UTF-8 Mode -Version: $Revision$ Author: Victor Stinner BDFL-Delegate: INADA Naoki Status: Final diff --git a/peps/pep-0541.rst b/peps/pep-0541.rst index 265beef936b..d980971c881 100644 --- a/peps/pep-0541.rst +++ b/peps/pep-0541.rst @@ -1,6 +1,5 @@ PEP: 541 Title: Package Index Name Retention -Version: $Revision$ Author: Łukasz Langa BDFL-Delegate: Mark Mangoba Discussions-To: distutils-sig@python.org diff --git a/peps/pep-0542.rst b/peps/pep-0542.rst index 47cc7a43b8d..14c75f0d530 100644 --- a/peps/pep-0542.rst +++ b/peps/pep-0542.rst @@ -1,6 +1,5 @@ PEP: 542 Title: Dot Notation Assignment In Function Header -Version: $Revision$ Author: Markus Meskanen Status: Rejected Type: Standards Track diff --git a/peps/pep-0543.rst b/peps/pep-0543.rst index 4427adc1906..f268a9b3c9a 100644 --- a/peps/pep-0543.rst +++ b/peps/pep-0543.rst @@ -1,6 +1,5 @@ PEP: 543 Title: A Unified TLS API for Python -Version: $Revision$ Author: Cory Benfield , Christian Heimes Status: Withdrawn diff --git a/peps/pep-0546.rst b/peps/pep-0546.rst index d4ec2605ae7..a80e1ab72bd 100644 --- a/peps/pep-0546.rst +++ b/peps/pep-0546.rst @@ -1,6 +1,5 @@ PEP: 546 Title: Backport ssl.MemoryBIO and ssl.SSLObject to Python 2.7 -Version: $Revision$ Author: Victor Stinner , Cory Benfield , BDFL-Delegate: Benjamin Peterson diff --git a/peps/pep-0547.rst b/peps/pep-0547.rst index 302fa194239..fff5d19d9a6 100644 --- a/peps/pep-0547.rst +++ b/peps/pep-0547.rst @@ -1,6 +1,5 @@ PEP: 547 Title: Running extension modules using the -m option -Version: $Revision$ Author: Marcel Plch , Petr Viktorin Status: Deferred diff --git a/peps/pep-0548.rst b/peps/pep-0548.rst index f203e906918..3ed5e882ed4 100644 --- a/peps/pep-0548.rst +++ b/peps/pep-0548.rst @@ -1,6 +1,5 @@ PEP: 548 Title: More Flexible Loop Control -Version: $Revision$ Author: R David Murray Status: Rejected Type: Standards Track diff --git a/peps/pep-0549.rst b/peps/pep-0549.rst index a35c2b9652d..b15351ed83c 100644 --- a/peps/pep-0549.rst +++ b/peps/pep-0549.rst @@ -1,6 +1,5 @@ PEP: 549 Title: Instance Descriptors -Version: $Revision$ Author: Larry Hastings Discussions-To: python-dev@python.org Status: Rejected diff --git a/peps/pep-0550.rst b/peps/pep-0550.rst index c4ae0f1a8f0..531623bc3fb 100644 --- a/peps/pep-0550.rst +++ b/peps/pep-0550.rst @@ -1,6 +1,5 @@ PEP: 550 Title: Execution Context -Version: $Revision$ Author: Yury Selivanov , Elvis Pranskevichus Status: Withdrawn diff --git a/peps/pep-0551.rst b/peps/pep-0551.rst index 58a74963dab..123cbabff71 100644 --- a/peps/pep-0551.rst +++ b/peps/pep-0551.rst @@ -1,6 +1,5 @@ PEP: 551 Title: Security transparency in the Python runtime -Version: $Revision$ Author: Steve Dower Status: Withdrawn Type: Informational diff --git a/peps/pep-0552.rst b/peps/pep-0552.rst index ef57e0720ff..980e70bf0f3 100644 --- a/peps/pep-0552.rst +++ b/peps/pep-0552.rst @@ -1,6 +1,5 @@ PEP: 552 Title: Deterministic pycs -Version: $Revision$ Author: Benjamin Peterson Status: Final Type: Standards Track diff --git a/peps/pep-0555.rst b/peps/pep-0555.rst index b8affca36ae..9424fb24cfe 100644 --- a/peps/pep-0555.rst +++ b/peps/pep-0555.rst @@ -1,6 +1,5 @@ PEP: 555 Title: Context-local variables (contextvars) -Version: $Revision$ Author: Koos Zevenhoven Status: Withdrawn Type: Standards Track diff --git a/peps/pep-0563.rst b/peps/pep-0563.rst index f2d7d23069c..bb9b2a639f0 100644 --- a/peps/pep-0563.rst +++ b/peps/pep-0563.rst @@ -1,6 +1,5 @@ PEP: 563 Title: Postponed Evaluation of Annotations -Version: $Revision$ Author: Łukasz Langa Discussions-To: python-dev@python.org Status: Accepted diff --git a/peps/pep-0564.rst b/peps/pep-0564.rst index 82fc9e5bd1a..f2f55195898 100644 --- a/peps/pep-0564.rst +++ b/peps/pep-0564.rst @@ -1,6 +1,5 @@ PEP: 564 Title: Add new time functions with nanosecond resolution -Version: $Revision$ Author: Victor Stinner Status: Final Type: Standards Track diff --git a/peps/pep-0567.rst b/peps/pep-0567.rst index 598b0cce6e8..adaa1b167e1 100644 --- a/peps/pep-0567.rst +++ b/peps/pep-0567.rst @@ -1,6 +1,5 @@ PEP: 567 Title: Context Variables -Version: $Revision$ Author: Yury Selivanov Status: Final Type: Standards Track diff --git a/peps/pep-0570.rst b/peps/pep-0570.rst index caa4446f6e2..4bedf5cf581 100644 --- a/peps/pep-0570.rst +++ b/peps/pep-0570.rst @@ -1,6 +1,5 @@ PEP: 570 Title: Python Positional-Only Parameters -Version: $Revision$ Author: Larry Hastings , Pablo Galindo , Mario Corchero , diff --git a/peps/pep-0573.rst b/peps/pep-0573.rst index 0216856dacb..92210b32780 100644 --- a/peps/pep-0573.rst +++ b/peps/pep-0573.rst @@ -1,6 +1,5 @@ PEP: 573 Title: Module State Access from C Extension Methods -Version: $Revision$ Author: Petr Viktorin , Alyssa Coghlan , Eric Snow , diff --git a/peps/pep-0574.rst b/peps/pep-0574.rst index dd27d62f3fc..dd7c4bc0aad 100644 --- a/peps/pep-0574.rst +++ b/peps/pep-0574.rst @@ -1,6 +1,5 @@ PEP: 574 Title: Pickle protocol 5 with out-of-band data -Version: $Revision$ Author: Antoine Pitrou BDFL-Delegate: Alyssa Coghlan Status: Final diff --git a/peps/pep-0582.rst b/peps/pep-0582.rst index 6c6683751f5..f36003a445b 100644 --- a/peps/pep-0582.rst +++ b/peps/pep-0582.rst @@ -1,6 +1,5 @@ PEP: 582 Title: Python local packages directory -Version: $Revision$ Author: Kushal Das , Steve Dower , Donald Stufft , Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-582-python-local-packages-directory/963/ diff --git a/peps/pep-0583.rst b/peps/pep-0583.rst index e03f7065a48..1cf0b07134a 100644 --- a/peps/pep-0583.rst +++ b/peps/pep-0583.rst @@ -1,6 +1,5 @@ PEP: 583 Title: A Concurrency Memory Model for Python -Version: $Revision: 56116 $ Author: Jeffrey Yasskin Status: Withdrawn Type: Informational diff --git a/peps/pep-0584.rst b/peps/pep-0584.rst index 5f0cd340e20..4ffc4f1d158 100644 --- a/peps/pep-0584.rst +++ b/peps/pep-0584.rst @@ -1,6 +1,5 @@ PEP: 584 Title: Add Union Operators To dict -Version: $Revision$ Author: Steven D'Aprano , Brandt Bucher BDFL-Delegate: Guido van Rossum diff --git a/peps/pep-0585.rst b/peps/pep-0585.rst index d1ea8230367..4927975d4b9 100644 --- a/peps/pep-0585.rst +++ b/peps/pep-0585.rst @@ -1,6 +1,5 @@ PEP: 585 Title: Type Hinting Generics In Standard Collections -Version: $Revision$ Author: Łukasz Langa Discussions-To: typing-sig@python.org Status: Final diff --git a/peps/pep-0598.rst b/peps/pep-0598.rst index c7e4b0eb60b..b3f6df6da4f 100644 --- a/peps/pep-0598.rst +++ b/peps/pep-0598.rst @@ -1,6 +1,5 @@ PEP: 598 Title: Introducing incremental feature releases -Version: $Revision$ Author: Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-596-python-3-9-release-schedule-doubling-the-release-cadence/1828 Status: Withdrawn diff --git a/peps/pep-0599.rst b/peps/pep-0599.rst index 91d83da8990..8039594f2f6 100644 --- a/peps/pep-0599.rst +++ b/peps/pep-0599.rst @@ -1,6 +1,5 @@ PEP: 599 Title: The manylinux2014 Platform Tag -Version: $Revision$ Author: Dustin Ingram Sponsor: Paul Moore BDFL-Delegate: Paul Moore diff --git a/peps/pep-0600.rst b/peps/pep-0600.rst index 544aa5cd12d..dbbca3e1cf0 100644 --- a/peps/pep-0600.rst +++ b/peps/pep-0600.rst @@ -1,6 +1,5 @@ PEP: 600 Title: Future 'manylinux' Platform Tags for Portable Linux Built Distributions -Version: $Revision$ Author: Nathaniel J. Smith , Thomas Kluyver Sponsor: Paul Moore diff --git a/peps/pep-0603.rst b/peps/pep-0603.rst index 9f5a37f6152..f80135fe842 100644 --- a/peps/pep-0603.rst +++ b/peps/pep-0603.rst @@ -1,6 +1,5 @@ PEP: 603 Title: Adding a frozenmap type to collections -Version: $Revision$ Author: Yury Selivanov Discussions-To: https://discuss.python.org/t/pep-603-adding-a-frozenmap-type-to-collections/2318/ Status: Draft diff --git a/peps/pep-0605.rst b/peps/pep-0605.rst index cbf61605043..defa3f2c6e0 100644 --- a/peps/pep-0605.rst +++ b/peps/pep-0605.rst @@ -1,6 +1,5 @@ PEP: 605 Title: A rolling feature release stream for CPython -Version: $Revision$ Author: Steve Dower , Alyssa Coghlan Discussions-To: https://discuss.python.org/t/pep-605-a-rolling-feature-release-stream-for-cpython/2418 Status: Rejected diff --git a/peps/pep-0607.rst b/peps/pep-0607.rst index cf2c20a3edc..d522f3ebfb5 100644 --- a/peps/pep-0607.rst +++ b/peps/pep-0607.rst @@ -1,6 +1,5 @@ PEP: 607 Title: Reducing CPython's Feature Delivery Latency -Version: $Revision$ Author: Łukasz Langa , Steve Dower , Alyssa Coghlan diff --git a/peps/pep-0614.rst b/peps/pep-0614.rst index d8ae0b6ed5b..1c3441504e0 100644 --- a/peps/pep-0614.rst +++ b/peps/pep-0614.rst @@ -1,6 +1,5 @@ PEP: 614 Title: Relaxing Grammar Restrictions On Decorators -Version: $Revision$ Author: Brandt Bucher Sponsor: Guido van Rossum Status: Final diff --git a/peps/pep-0618.rst b/peps/pep-0618.rst index 1a865c68cb3..4200f63b9a9 100644 --- a/peps/pep-0618.rst +++ b/peps/pep-0618.rst @@ -1,6 +1,5 @@ PEP: 618 Title: Add Optional Length-Checking To zip -Version: $Revision$ Author: Brandt Bucher Sponsor: Antoine Pitrou BDFL-Delegate: Guido van Rossum diff --git a/peps/pep-0628.rst b/peps/pep-0628.rst index b0a5fefdc7e..a1ebe2d5a76 100644 --- a/peps/pep-0628.rst +++ b/peps/pep-0628.rst @@ -1,6 +1,5 @@ PEP: 628 Title: Add ``math.tau`` -Version: $Revision$ Author: Alyssa Coghlan Status: Final Type: Standards Track diff --git a/peps/pep-0635.rst b/peps/pep-0635.rst index e7e0a803d7b..ff727f8e3c1 100644 --- a/peps/pep-0635.rst +++ b/peps/pep-0635.rst @@ -1,6 +1,5 @@ PEP: 635 Title: Structural Pattern Matching: Motivation and Rationale -Version: $Revision$ Author: Tobias Kohn , Guido van Rossum BDFL-Delegate: diff --git a/peps/pep-0636.rst b/peps/pep-0636.rst index f1f1715e829..6c28c072e70 100644 --- a/peps/pep-0636.rst +++ b/peps/pep-0636.rst @@ -1,6 +1,5 @@ PEP: 636 Title: Structural Pattern Matching: Tutorial -Version: $Revision$ Author: Daniel F Moisset Sponsor: Guido van Rossum BDFL-Delegate: diff --git a/peps/pep-0637.rst b/peps/pep-0637.rst index 2e696cfc1dd..b862ae2113d 100644 --- a/peps/pep-0637.rst +++ b/peps/pep-0637.rst @@ -1,6 +1,5 @@ PEP: 637 Title: Support for indexing with keyword arguments -Version: $Revision$ Author: Stefano Borini Sponsor: Steven D'Aprano Discussions-To: python-ideas@python.org diff --git a/peps/pep-0642.rst b/peps/pep-0642.rst index 1301247c1cb..20c43f5ef7e 100644 --- a/peps/pep-0642.rst +++ b/peps/pep-0642.rst @@ -1,6 +1,5 @@ PEP: 642 Title: Explicit Pattern Syntax for Structural Pattern Matching -Version: $Revision$ Author: Alyssa Coghlan BDFL-Delegate: Discussions-To: python-dev@python.org diff --git a/peps/pep-0657.rst b/peps/pep-0657.rst index cf5f5ac457c..55005c2f8bb 100644 --- a/peps/pep-0657.rst +++ b/peps/pep-0657.rst @@ -1,6 +1,5 @@ PEP: 657 Title: Include Fine Grained Error Locations in Tracebacks -Version: $Revision$ Author: Pablo Galindo , Batuhan Taskaya , Ammar Askar diff --git a/peps/pep-0663.rst b/peps/pep-0663.rst index 12cdbbc2c16..112579d084e 100644 --- a/peps/pep-0663.rst +++ b/peps/pep-0663.rst @@ -1,6 +1,5 @@ PEP: 663 Title: Standardizing Enum str(), repr(), and format() behaviors -Version: $Revision$ Author: Ethan Furman Discussions-To: python-dev@python.org Status: Rejected diff --git a/peps/pep-0754.rst b/peps/pep-0754.rst index f747ae068eb..7d3596af351 100644 --- a/peps/pep-0754.rst +++ b/peps/pep-0754.rst @@ -1,6 +1,5 @@ PEP: 754 Title: IEEE 754 Floating Point Special Values -Version: $Revision$ Author: Gregory R. Warnes Status: Rejected Type: Standards Track diff --git a/peps/pep-3000.rst b/peps/pep-3000.rst index 9ce1181be42..13bbbffbbeb 100644 --- a/peps/pep-3000.rst +++ b/peps/pep-3000.rst @@ -1,6 +1,5 @@ PEP: 3000 Title: Python 3000 -Version: $Revision$ Author: Guido van Rossum Status: Final Type: Process diff --git a/peps/pep-3001.rst b/peps/pep-3001.rst index 656009483a9..d62d9844af1 100644 --- a/peps/pep-3001.rst +++ b/peps/pep-3001.rst @@ -1,6 +1,5 @@ PEP: 3001 Title: Procedure for reviewing and improving standard library modules -Version: $Revision$ Author: Georg Brandl Status: Withdrawn Type: Process diff --git a/peps/pep-3002.rst b/peps/pep-3002.rst index bbb211781aa..527509910f0 100644 --- a/peps/pep-3002.rst +++ b/peps/pep-3002.rst @@ -1,6 +1,5 @@ PEP: 3002 Title: Procedure for Backwards-Incompatible Changes -Version: $Revision$ Author: Steven Bethard Status: Final Type: Process diff --git a/peps/pep-3003.rst b/peps/pep-3003.rst index ce104e38349..f26be9c1a49 100644 --- a/peps/pep-3003.rst +++ b/peps/pep-3003.rst @@ -1,6 +1,5 @@ PEP: 3003 Title: Python Language Moratorium -Version: $Revision$ Author: Brett Cannon, Jesse Noller, Guido van Rossum Status: Final Type: Process diff --git a/peps/pep-3099.rst b/peps/pep-3099.rst index 6f6a4af7b0b..da1fc62e6cb 100644 --- a/peps/pep-3099.rst +++ b/peps/pep-3099.rst @@ -1,6 +1,5 @@ PEP: 3099 Title: Things that will Not Change in Python 3000 -Version: $Revision$ Author: Georg Brandl Status: Final Type: Process diff --git a/peps/pep-3101.rst b/peps/pep-3101.rst index c565fcef278..1f764437a4d 100644 --- a/peps/pep-3101.rst +++ b/peps/pep-3101.rst @@ -1,6 +1,5 @@ PEP: 3101 Title: Advanced String Formatting -Version: $Revision$ Author: Talin Status: Final Type: Standards Track diff --git a/peps/pep-3102.rst b/peps/pep-3102.rst index 4d4f46797fd..a9d7a85228b 100644 --- a/peps/pep-3102.rst +++ b/peps/pep-3102.rst @@ -1,6 +1,5 @@ PEP: 3102 Title: Keyword-Only Arguments -Version: $Revision$ Author: Talin Status: Final Type: Standards Track diff --git a/peps/pep-3105.rst b/peps/pep-3105.rst index beb059e3142..b145625e17d 100644 --- a/peps/pep-3105.rst +++ b/peps/pep-3105.rst @@ -1,6 +1,5 @@ PEP: 3105 Title: Make print a function -Version: $Revision$ Author: Georg Brandl Status: Final Type: Standards Track diff --git a/peps/pep-3106.rst b/peps/pep-3106.rst index 8b1ba95a73e..9be4fb3eaeb 100644 --- a/peps/pep-3106.rst +++ b/peps/pep-3106.rst @@ -1,6 +1,5 @@ PEP: 3106 Title: Revamping dict.keys(), .values() and .items() -Version: $Revision$ Author: Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-3107.rst b/peps/pep-3107.rst index 41788145612..403f8296fc4 100644 --- a/peps/pep-3107.rst +++ b/peps/pep-3107.rst @@ -1,6 +1,5 @@ PEP: 3107 Title: Function Annotations -Version: $Revision$ Author: Collin Winter , Tony Lownds Status: Final diff --git a/peps/pep-3109.rst b/peps/pep-3109.rst index 93226c71106..c749fbf490e 100644 --- a/peps/pep-3109.rst +++ b/peps/pep-3109.rst @@ -1,6 +1,5 @@ PEP: 3109 Title: Raising Exceptions in Python 3000 -Version: $Revision$ Author: Collin Winter Status: Final Type: Standards Track diff --git a/peps/pep-3110.rst b/peps/pep-3110.rst index 04ca44277ac..52a4b4bb57d 100644 --- a/peps/pep-3110.rst +++ b/peps/pep-3110.rst @@ -1,6 +1,5 @@ PEP: 3110 Title: Catching Exceptions in Python 3000 -Version: $Revision$ Author: Collin Winter Status: Final Type: Standards Track diff --git a/peps/pep-3111.rst b/peps/pep-3111.rst index be2ea7887b8..1e671fc3568 100644 --- a/peps/pep-3111.rst +++ b/peps/pep-3111.rst @@ -1,6 +1,5 @@ PEP: 3111 Title: Simple input built-in in Python 3000 -Version: $Revision$ Author: Andre Roberge Status: Final Type: Standards Track diff --git a/peps/pep-3112.rst b/peps/pep-3112.rst index c90380aefe3..7166d7accdb 100644 --- a/peps/pep-3112.rst +++ b/peps/pep-3112.rst @@ -1,6 +1,5 @@ PEP: 3112 Title: Bytes literals in Python 3000 -Version: $Revision$ Author: Jason Orendorff Status: Final Type: Standards Track diff --git a/peps/pep-3113.rst b/peps/pep-3113.rst index d3a5daf45bd..72cee5e11b7 100644 --- a/peps/pep-3113.rst +++ b/peps/pep-3113.rst @@ -1,6 +1,5 @@ PEP: 3113 Title: Removal of Tuple Parameter Unpacking -Version: $Revision$ Author: Brett Cannon Status: Final Type: Standards Track diff --git a/peps/pep-3116.rst b/peps/pep-3116.rst index ad2c162f856..cd0d6d8d437 100644 --- a/peps/pep-3116.rst +++ b/peps/pep-3116.rst @@ -1,6 +1,5 @@ PEP: 3116 Title: New I/O -Version: $Revision$ Author: Daniel Stutzbach , Guido van Rossum , Mike Verdone diff --git a/peps/pep-3117.rst b/peps/pep-3117.rst index c1f69ef1f04..ad4365534c4 100644 --- a/peps/pep-3117.rst +++ b/peps/pep-3117.rst @@ -1,6 +1,5 @@ PEP: 3117 Title: Postfix type declarations -Version: $Revision$ Author: Georg Brandl Status: Rejected Type: Standards Track diff --git a/peps/pep-3118.rst b/peps/pep-3118.rst index 10ccbe3a56d..800a85432ad 100644 --- a/peps/pep-3118.rst +++ b/peps/pep-3118.rst @@ -1,6 +1,5 @@ PEP: 3118 Title: Revising the buffer protocol -Version: $Revision$ Author: Travis Oliphant , Carl Banks Status: Final Type: Standards Track diff --git a/peps/pep-3120.rst b/peps/pep-3120.rst index f272355e34e..d0a33f1264d 100644 --- a/peps/pep-3120.rst +++ b/peps/pep-3120.rst @@ -1,6 +1,5 @@ PEP: 3120 Title: Using UTF-8 as the default source encoding -Version: $Revision$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3121.rst b/peps/pep-3121.rst index f0a14818071..03696d867fa 100644 --- a/peps/pep-3121.rst +++ b/peps/pep-3121.rst @@ -1,6 +1,5 @@ PEP: 3121 Title: Extension Module Initialization and Finalization -Version: $Revision$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3122.rst b/peps/pep-3122.rst index d0f26e36e94..438df5ab5c0 100644 --- a/peps/pep-3122.rst +++ b/peps/pep-3122.rst @@ -1,6 +1,5 @@ PEP: 3122 Title: Delineation of the main module -Version: $Revision$ Author: Brett Cannon Status: Rejected Type: Standards Track diff --git a/peps/pep-3123.rst b/peps/pep-3123.rst index 359938d4060..0286c488535 100644 --- a/peps/pep-3123.rst +++ b/peps/pep-3123.rst @@ -1,6 +1,5 @@ PEP: 3123 Title: Making PyObject_HEAD conform to standard C -Version: $Revision$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3124.rst b/peps/pep-3124.rst index af263198cc6..d0367ee2aac 100644 --- a/peps/pep-3124.rst +++ b/peps/pep-3124.rst @@ -1,6 +1,5 @@ PEP: 3124 Title: Overloading, Generic Functions, Interfaces, and Adaptation -Version: $Revision$ Author: Phillip J. Eby Discussions-To: python-3000@python.org Status: Deferred diff --git a/peps/pep-3125.rst b/peps/pep-3125.rst index 296f9f7e042..8ada26c919b 100644 --- a/peps/pep-3125.rst +++ b/peps/pep-3125.rst @@ -1,6 +1,5 @@ PEP: 3125 Title: Remove Backslash Continuation -Version: $Revision$ Author: Jim J. Jewett Status: Rejected Type: Standards Track diff --git a/peps/pep-3127.rst b/peps/pep-3127.rst index 386071d56f7..d3b753f7694 100644 --- a/peps/pep-3127.rst +++ b/peps/pep-3127.rst @@ -1,6 +1,5 @@ PEP: 3127 Title: Integer Literal Support and Syntax -Version: $Revision$ Author: Patrick Maupin Discussions-To: python-3000@python.org Status: Final diff --git a/peps/pep-3128.rst b/peps/pep-3128.rst index 0d243d35fc1..008d9e2a4ef 100644 --- a/peps/pep-3128.rst +++ b/peps/pep-3128.rst @@ -1,6 +1,5 @@ PEP: 3128 Title: BList: A Faster List-like Type -Version: $Revision$ Author: Daniel Stutzbach Discussions-To: python-3000@python.org Status: Rejected diff --git a/peps/pep-3129.rst b/peps/pep-3129.rst index 7c4af9e914e..5e17a653cef 100644 --- a/peps/pep-3129.rst +++ b/peps/pep-3129.rst @@ -1,6 +1,5 @@ PEP: 3129 Title: Class Decorators -Version: $Revision$ Author: Collin Winter Status: Final Type: Standards Track diff --git a/peps/pep-3130.rst b/peps/pep-3130.rst index e72b1853135..e480954dce2 100644 --- a/peps/pep-3130.rst +++ b/peps/pep-3130.rst @@ -1,6 +1,5 @@ PEP: 3130 Title: Access to Current Module/Class/Function -Version: $Revision$ Author: Jim J. Jewett Status: Rejected Type: Standards Track diff --git a/peps/pep-3131.rst b/peps/pep-3131.rst index 375941e1955..42bfbbdb4db 100644 --- a/peps/pep-3131.rst +++ b/peps/pep-3131.rst @@ -1,6 +1,5 @@ PEP: 3131 Title: Supporting Non-ASCII Identifiers -Version: $Revision$ Author: Martin von Löwis Status: Final Type: Standards Track diff --git a/peps/pep-3132.rst b/peps/pep-3132.rst index a10eb92e134..8f8e3d91be4 100644 --- a/peps/pep-3132.rst +++ b/peps/pep-3132.rst @@ -1,6 +1,5 @@ PEP: 3132 Title: Extended Iterable Unpacking -Version: $Revision$ Author: Georg Brandl Status: Final Type: Standards Track diff --git a/peps/pep-3133.rst b/peps/pep-3133.rst index e63ee9d7f65..652e19f5bb4 100644 --- a/peps/pep-3133.rst +++ b/peps/pep-3133.rst @@ -1,6 +1,5 @@ PEP: 3133 Title: Introducing Roles -Version: $Revision$ Author: Collin Winter Status: Rejected Type: Standards Track diff --git a/peps/pep-3134.rst b/peps/pep-3134.rst index 8992b80409a..c54db2e5a0f 100644 --- a/peps/pep-3134.rst +++ b/peps/pep-3134.rst @@ -1,6 +1,5 @@ PEP: 3134 Title: Exception Chaining and Embedded Tracebacks -Version: $Revision$ Author: Ka-Ping Yee Status: Final Type: Standards Track diff --git a/peps/pep-3136.rst b/peps/pep-3136.rst index c5e726ac8b3..55309ffe544 100644 --- a/peps/pep-3136.rst +++ b/peps/pep-3136.rst @@ -1,6 +1,5 @@ PEP: 3136 Title: Labeled break and continue -Version: $Revision$ Author: Matt Chisholm Status: Rejected Type: Standards Track diff --git a/peps/pep-3137.rst b/peps/pep-3137.rst index 5284c2c20cc..2052451f062 100644 --- a/peps/pep-3137.rst +++ b/peps/pep-3137.rst @@ -1,6 +1,5 @@ PEP: 3137 Title: Immutable Bytes and Mutable Buffer -Version: $Revision$ Author: Guido van Rossum Status: Final Type: Standards Track diff --git a/peps/pep-3138.rst b/peps/pep-3138.rst index 807bb491ae0..6c26866120b 100644 --- a/peps/pep-3138.rst +++ b/peps/pep-3138.rst @@ -1,6 +1,5 @@ PEP: 3138 Title: String representation in Python 3000 -Version: $Revision$ Author: Atsuo Ishimoto Status: Final Type: Standards Track diff --git a/peps/pep-3139.rst b/peps/pep-3139.rst index a79aa37c84a..5890bac1e35 100644 --- a/peps/pep-3139.rst +++ b/peps/pep-3139.rst @@ -1,6 +1,5 @@ PEP: 3139 Title: Cleaning out sys and the "interpreter" module -Version: $Revision$ Author: Benjamin Peterson Status: Rejected Type: Standards Track diff --git a/peps/pep-3140.rst b/peps/pep-3140.rst index 2159e38ddd5..dfbec8b4e6f 100644 --- a/peps/pep-3140.rst +++ b/peps/pep-3140.rst @@ -1,6 +1,5 @@ PEP: 3140 Title: str(container) should call str(item), not repr(item) -Version: $Revision$ Author: Oleg Broytman , Jim J. Jewett Discussions-To: python-3000@python.org diff --git a/peps/pep-3142.rst b/peps/pep-3142.rst index 978c9fab2e1..b0cbc3a68b5 100644 --- a/peps/pep-3142.rst +++ b/peps/pep-3142.rst @@ -1,6 +1,5 @@ PEP: 3142 Title: Add a "while" clause to generator expressions -Version: $Revision$ Author: Gerald Britton Status: Rejected Type: Standards Track diff --git a/peps/pep-3143.rst b/peps/pep-3143.rst index 52a90d4fe98..722989991e5 100644 --- a/peps/pep-3143.rst +++ b/peps/pep-3143.rst @@ -1,6 +1,5 @@ PEP: 3143 Title: Standard daemon process library -Version: $Revision$ Author: Ben Finney Status: Deferred Type: Standards Track diff --git a/peps/pep-3144.rst b/peps/pep-3144.rst index 9e82e694147..e1b24f52cd5 100644 --- a/peps/pep-3144.rst +++ b/peps/pep-3144.rst @@ -1,6 +1,5 @@ PEP: 3144 Title: IP Address Manipulation Library for the Python Standard Library -Version: $Revision$ Author: Peter Moody BDFL-Delegate: Alyssa Coghlan Discussions-To: ipaddr-py-dev@googlegroups.com diff --git a/peps/pep-3148.rst b/peps/pep-3148.rst index 71e1e5bfb88..e59c895516b 100644 --- a/peps/pep-3148.rst +++ b/peps/pep-3148.rst @@ -1,6 +1,5 @@ PEP: 3148 Title: futures - execute computations asynchronously -Version: $Revision$ Author: Brian Quinlan Status: Final Type: Standards Track diff --git a/peps/pep-3149.rst b/peps/pep-3149.rst index eb5de898ead..b4e2e47c9bd 100644 --- a/peps/pep-3149.rst +++ b/peps/pep-3149.rst @@ -1,6 +1,5 @@ PEP: 3149 Title: ABI version tagged .so files -Version: $Revision$ Author: Barry Warsaw Status: Final Type: Standards Track diff --git a/peps/pep-3150.rst b/peps/pep-3150.rst index 04f267c1c47..bec282ff5f6 100644 --- a/peps/pep-3150.rst +++ b/peps/pep-3150.rst @@ -1,6 +1,5 @@ PEP: 3150 Title: Statement local namespaces (aka "given" clause) -Version: $Revision$ Author: Alyssa Coghlan Status: Deferred Type: Standards Track diff --git a/peps/pep-3151.rst b/peps/pep-3151.rst index 9aa5795a206..b60fba47dea 100644 --- a/peps/pep-3151.rst +++ b/peps/pep-3151.rst @@ -1,6 +1,5 @@ PEP: 3151 Title: Reworking the OS and IO exception hierarchy -Version: $Revision$ Author: Antoine Pitrou BDFL-Delegate: Barry Warsaw Status: Final diff --git a/peps/pep-3152.rst b/peps/pep-3152.rst index 22a471d2632..f343cbff177 100644 --- a/peps/pep-3152.rst +++ b/peps/pep-3152.rst @@ -1,6 +1,5 @@ PEP: 3152 Title: Cofunctions -Version: $Revision$ Author: Gregory Ewing Status: Rejected Type: Standards Track diff --git a/peps/pep-3153.rst b/peps/pep-3153.rst index 23f02315199..eca11bc61be 100644 --- a/peps/pep-3153.rst +++ b/peps/pep-3153.rst @@ -1,6 +1,5 @@ PEP: 3153 Title: Asynchronous IO support -Version: $Revision$ Author: Laurens Van Houtven <_@lvh.cc> Status: Superseded Type: Standards Track diff --git a/peps/pep-3154.rst b/peps/pep-3154.rst index b1819b58afc..e086a05439e 100644 --- a/peps/pep-3154.rst +++ b/peps/pep-3154.rst @@ -1,6 +1,5 @@ PEP: 3154 Title: Pickle protocol version 4 -Version: $Revision$ Author: Antoine Pitrou Status: Final Type: Standards Track diff --git a/peps/pep-3155.rst b/peps/pep-3155.rst index 66ba2fb133f..bab0a7dcae5 100644 --- a/peps/pep-3155.rst +++ b/peps/pep-3155.rst @@ -1,6 +1,5 @@ PEP: 3155 Title: Qualified name for classes and functions -Version: $Revision$ Author: Antoine Pitrou Status: Final Type: Standards Track diff --git a/peps/pep-3156.rst b/peps/pep-3156.rst index 4efb490b06c..282e73c647d 100644 --- a/peps/pep-3156.rst +++ b/peps/pep-3156.rst @@ -1,6 +1,5 @@ PEP: 3156 Title: Asynchronous IO Support Rebooted: the "asyncio" Module -Version: $Revision$ Author: Guido van Rossum BDFL-Delegate: Antoine Pitrou Discussions-To: python-tulip@googlegroups.com From 60a64d57817b3c37681eda619e9f2a31c2cd7d74 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:01:48 +0000 Subject: [PATCH 7/7] Lint: Remove Version, Last-Modified, and Content-Type from `check-peps.py` --- check-peps.py | 22 +++++------------ .../tests/pep_lint/test_headers.py | 24 ------------------- .../tests/pep_lint/test_pep_lint.py | 17 ++++++------- 3 files changed, 13 insertions(+), 50 deletions(-) diff --git a/check-peps.py b/check-peps.py index 58b842809a3..57a0a7d7b3f 100755 --- a/check-peps.py +++ b/check-peps.py @@ -39,8 +39,6 @@ ALL_HEADERS = ( "PEP", "Title", - "Version", - "Last-Modified", "Author", "Sponsor", "BDFL-Delegate", "PEP-Delegate", @@ -48,7 +46,6 @@ "Status", "Type", "Topic", - "Content-Type", "Requires", "Created", "Python-Version", @@ -132,6 +129,7 @@ def check_headers(lines: Sequence[str], /) -> MessageIterator: yield from _validate_pep_number(next(iter(lines), "")) found_headers = {} + found_header_lines: list[tuple[str, int]] = [] line_num = 0 for line_num, line in enumerate(lines, start=1): if line.strip() == "": @@ -139,9 +137,10 @@ def check_headers(lines: Sequence[str], /) -> MessageIterator: break if match := HEADER_PATTERN.match(line): header = match[1] + found_header_lines.append((header, line_num)) if header in ALL_HEADERS: if header not in found_headers: - found_headers[match[1]] = line_num + found_headers[header] = None else: yield line_num, f"Must not have duplicate header: {header} " else: @@ -151,11 +150,11 @@ def check_headers(lines: Sequence[str], /) -> MessageIterator: yield from _validate_required_headers(found_headers.keys()) - shifted_line_nums = list(found_headers.values())[1:] - for i, (header, line_num) in enumerate(found_headers.items()): + shifted_line_nums = [line for _, line in found_header_lines[1:]] + for i, (header, line_num) in enumerate(found_header_lines): start = line_num - 1 end = headers_end_line_num - 1 - if i < len(found_headers) - 1: + if i < len(found_header_lines) - 1: end = shifted_line_nums[i] - 1 remainder = "\n".join(lines[start:end]).removeprefix(f"{header}:") if remainder != "": @@ -182,8 +181,6 @@ def _validate_header(header: str, line_num: int, content: str) -> MessageIterato yield from _validate_type(line_num, content) elif header == "Topic": yield from _validate_topic(line_num, content) - elif header == "Content-Type": - yield from _validate_content_type(line_num, content) elif header in {"Requires", "Replaces", "Superseded-By"}: yield from _validate_pep_references(line_num, content) elif header == "Created": @@ -348,13 +345,6 @@ def _validate_topic(line_num: int, line: str) -> MessageIterator: yield line_num, "Topic must be sorted lexicographically" -def _validate_content_type(line_num: int, line: str) -> MessageIterator: - """'Content-Type' must be 'text/x-rst'""" - - if line != "text/x-rst": - yield line_num, "Content-Type must be 'text/x-rst'" - - def _validate_pep_references(line_num: int, line: str) -> MessageIterator: """`Requires`/`Replaces`/`Superseded-By` must be 'NNN' PEP IDs""" diff --git a/pep_sphinx_extensions/tests/pep_lint/test_headers.py b/pep_sphinx_extensions/tests/pep_lint/test_headers.py index 227eb5397d3..89ecd81052c 100644 --- a/pep_sphinx_extensions/tests/pep_lint/test_headers.py +++ b/pep_sphinx_extensions/tests/pep_lint/test_headers.py @@ -253,30 +253,6 @@ def test_validate_topic(line: str, expected_warnings: set): assert found_warnings == expected_warnings -def test_validate_content_type_valid(): - warnings = [ - warning for (_, warning) in check_peps._validate_content_type(1, "text/x-rst") - ] - assert warnings == [], warnings - - -@pytest.mark.parametrize( - "line", - [ - "text/plain", - "text/markdown", - "text/csv", - "text/rtf", - "text/javascript", - "text/html", - "text/xml", - ], -) -def test_validate_content_type_invalid(line: str): - warnings = [warning for (_, warning) in check_peps._validate_content_type(1, line)] - assert warnings == ["Content-Type must be 'text/x-rst'"], warnings - - @pytest.mark.parametrize( "line", [ diff --git a/pep_sphinx_extensions/tests/pep_lint/test_pep_lint.py b/pep_sphinx_extensions/tests/pep_lint/test_pep_lint.py index ab8e4105775..b1595b2f22d 100644 --- a/pep_sphinx_extensions/tests/pep_lint/test_pep_lint.py +++ b/pep_sphinx_extensions/tests/pep_lint/test_pep_lint.py @@ -12,25 +12,23 @@ def test_with_fake_pep(): warnings = list(check_peps.check_peps(PEP_9002, content)) assert warnings == [ (1, "PEP must begin with the 'PEP:' header"), + (6, "Must not have invalid header: Version"), (9, "Must not have duplicate header: Sponsor "), (10, "Must not have invalid header: Horse-Guards"), + (15, "Must not have invalid header: Content-Type"), (1, "Must have required header: PEP"), (1, "Must have required header: Type"), ( 1, - "Headers must be in PEP 12 order. Correct order: Title, Version, " - "Author, Sponsor, BDFL-Delegate, Discussions-To, Status, Topic, " - "Content-Type, Requires, Created, Python-Version, Post-History, " - "Resolution", + "Headers must be in PEP 12 order. Correct order: Title, Author, " + "Sponsor, BDFL-Delegate, Discussions-To, Status, Topic, Requires, " + "Created, Python-Version, Post-History, Resolution", ), (4, "Author continuation lines must end with a comma"), (5, "Author line must not be over-indented"), (7, "Python-Version major part must be 1, 2, or 3: 4.0"), - ( - 8, - "Sponsor entries must begin with a valid 'Name': " - r"'Sponsor:\nHorse-Guards: Parade'", - ), + (8, "Sponsor entries must begin with a valid 'Name': ''"), + (9, "Sponsor entries must begin with a valid 'Name': ''"), (11, "Created must be a 'DD-mmm-YYYY' date: '1-Jan-1989'"), (12, "Delegate entries must begin with a valid 'Name': 'Barry!'"), (13, "Status must be a valid PEP status"), @@ -38,7 +36,6 @@ def test_with_fake_pep(): (14, "Topic must be properly capitalised (Title Case)"), (14, "Topic must be for a valid sub-index"), (14, "Topic must be sorted lexicographically"), - (15, "Content-Type must be 'text/x-rst'"), (16, "PEP references must be separated by comma-spaces (', ')"), (17, "Discussions-To must be a valid thread URL or mailing list"), (18, "Post-History must be a 'DD-mmm-YYYY' date: '2-Feb-2000'"),