-
-
Couldn't load subscription status.
- Fork 33.3k
Open
0 / 10 of 1 issue completedLabels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
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. - Consider: Add an entry to What's New
I will be working on this and most likely extending this list.
Linked PRs
jyalim
Sub-issues
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
No status
Status
Todo