-
### continue/break/return in except*
continue/break/return in `except*` is a syntax error, see https://peps.python.org/pep-0654/#forbidden-combinations
```python
def foo():
for _ in range(5):
…
-
During our recent meeting, we discussed PEP-4 and raised several important points that are summarized here for further consideration:
### Item 1: Representation of Date and Time Components
- **I…
-
[PEP 518](https://peps.python.org/pep-0518/) and [PEP 621](https://peps.python.org/pep-0621/) define the new standard for setting up a python package. The use of `distutils` and `setuptools` are depr…
-
While installing the requirement.txt file, I am facing this issue anybody here to help me .
-- Installing: /tmp/pip-install-ejmsubce/opencv-contrib-python_7f7d3d8e654945a9b7894b8e34a9221f/_skbuil…
-
This is a bit niche, but when I was reviewing some naive code submitted to me I saw some bizarre typing generated by `pyupgrade` which looked something like
```python
def f() -> int | None | None:
…
-
Please consider PEP 661 -- Sentinel Values
https://peps.python.org/pep-0661/
* [X] The PEP has been discussed in threads listed in its `Post-History` header
* [X] The PEP was announced on [Discus…
-
The main roadmap for PEP 740 is in https://github.com/pypi/warehouse/issues/15871; this tracks related items that aren't blockers, but need to be thought about more and/or addressed in the medium-to-l…
-
**What's the problem this feature will solve?**
Standardized licensing metadata will in time unify the currently largely chaotic landscape.
**Describe the solution you'd like**
See: https://peps.…
-
#### Problem Description
[PEP 727](https://peps.python.org/pep-0727/) proposes a standard syntax for applying documentation strings to function parameters, return values, class variables, etc. usin…
-
Hello, I noticed this project uses PGP signatures and wanted to make you all aware of [my proposed PEP](https://peps.python.org/pep-0761/) for deprecating PGP signatures in future Python versions. Ple…