cookielib/cookiejar cookies' Expires date parse fails with long month names
Open
Nobody has claimed this yet.
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 34951 |
|---|---|
| Nosy | @vadmium, @tirkarthi, @lpopil |
| 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 2018-10-10.08:05:41.013>
labels = ['type-bug', 'library']
title = "cookielib/cookiejar cookies' Expires date parse fails with long month names"
updated_at = <Date 2020-04-06.23:11:22.487>
user = 'https://bugs.python.org/albmoral'
bugs.python.org fields:
activity = <Date 2020-04-06.23:11:22.487>
actor = 'lpopil'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-10-10.08:05:41.013>
creator = 'alb_moral'
dependencies = []
files = []
hgrepos = []
issue_num = 34951
keywords = ['patch']
message_count = 7.0
messages = ['327461', '327475', '327482', '327484', '327486', '327491', '365882']
nosy_count = 4.0
nosy_names = ['martin.panter', 'xtreak', 'alb_moral', 'lpopil']
pr_nums = ['19393']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34951'
versions = ['Python 2.7', 'Python 3.6']
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
Start with the cookielib/cookiejar cookie Expires parsing entry point and review pull request #19393, which is referenced in the issue. Check the existing parser tests, then confirm that long month names are handled correctly and that the relevant tests pass.
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
- Mostly clear
- Newbie friendliness
- 25/100