Update `str*time` to C11 format codes
Aberta
@StanFromIreland já está trabalhando nisso.
Desde 28/10/2025.
docs
stdlib
tests
type-feature
- Linguagem predominante
- Python
- Estrelas
- 77.2k
- Forks
- 36k
- Métricas de merge de PRs
- Métricas de PR pendentes
Descrição
Feature or enhancement
There are several things to do, these are already supported by strftime but some (support for a few was added recently but not documented) are not supported by strptime (e.g. %t is not supported).
- Update docs, currently the table is a bit messy with non-standard format codes listed, i.e.
%f, and quite a few codes are missing. - Refactor
strftimetests, they were written when the format codes were not expected. - Complete
strptime, e.g.%n. - Document that
strptimecollapses whitespace,%tan%n - Consider: Add an entry to What's New
I will be working on this and most likely extending this list.
Linked PRs
- gh-140716
- gh-140647
- gh-123980
- gh-144819
- gh-144896
- gh-145388
- gh-145389
- gh-145955
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.