datetime.datetime.strptime get day error
Open
Nobody has claimed this yet.
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 40236 |
|---|---|
| Nosy | @abalkin, @ericvsmith, @karlcow, @pganssle, @akulakov |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-04-09.09:55:31.623>
labels = ['3.7', '3.8', 'type-bug', 'library', '3.9']
title = 'datetime.datetime.strptime get day error'
updated_at = <Date 2022-01-01.15:45:08.343>
user = 'https://bugs.python.org/zhanying'
bugs.python.org fields:
activity = <Date 2022-01-01.15:45:08.343>
actor = 'andrei.avk'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-04-09.09:55:31.623>
creator = 'zhanying'
dependencies = []
files = []
hgrepos = []
issue_num = 40236
keywords = ['patch']
message_count = 11.0
messages = ['366039', '366046', '366055', '366062', '366070', '366100', '366101', '374480', '374486', '409448', '409464']
nosy_count = 6.0
nosy_names = ['belopolsky', 'eric.smith', 'karlcow', 'p-ganssle', 'zhanying', 'andrei.avk']
pr_nums = ['30318']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40236'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies datetime.datetime.strptime and the Library component but names no source file or test. Start by reviewing the strptime implementation and the discussion or changes associated with PR #30318. Reproduce the day-parsing error and add a regression test; done means the expected day is returned without breaking existing parsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100