Don't allow datetime parsing to accept non-Ascii digits
Open
Nobody has claimed this yet.
stdlib
triaged
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39280 |
|---|---|
| Nosy | @mdickinson, @vstinner, @stevendaprano, @methane, @cool-RR, @pganssle |
| 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 = <Date 2020-07-17.17:11:22.617>
created_at = <Date 2020-01-09.21:10:55.846>
labels = ['type-security', '3.8', '3.7', 'library', '3.9']
title = "Don't allow datetime parsing to accept non-Ascii digits"
updated_at = <Date 2020-07-17.17:11:22.616>
user = 'https://github.com/cool-RR'
bugs.python.org fields:
activity = <Date 2020-07-17.17:11:22.616>
actor = 'cool-RR'
assignee = 'none'
closed = True
closed_date = <Date 2020-07-17.17:11:22.617>
closer = 'cool-RR'
components = ['Library (Lib)']
creation = <Date 2020-01-09.21:10:55.846>
creator = 'cool-RR'
dependencies = []
files = []
hgrepos = []
issue_num = 39280
keywords = ['patch']
message_count = 10.0
messages = ['359695', '359696', '359697', '359698', '359707', '359715', '359729', '359730', '361123', '361271']
nosy_count = 6.0
nosy_names = ['mark.dickinson', 'vstinner', 'steven.daprano', 'methane', 'cool-RR', 'p-ganssle']
pr_nums = ['17931']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'closed'
superseder = None
type = 'security'
url = 'https://bugs.python.org/issue39280'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
Linked PRs
- gh-131008
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
Review the migrated BPO issue 39280 and the referenced Python PR 17931, along with linked PR gh-131008, before starting. Trace the datetime parsing entry points and existing tests, then verify that non-ASCII digits are rejected without changing accepted ASCII-digit input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100