Comparing datetime.time objects incorrect for TZ aware and unaware
Open
Nobody has claimed this yet.
extension-modules
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38812 |
|---|---|
| Nosy | @jsnklln, @pganssle, @mikessut |
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 2019-11-15.13:30:11.516>
labels = ['library', '3.9']
title = 'Comparing datetime.time objects incorrect for TZ aware and unaware'
updated_at = <Date 2019-11-18.16:44:25.729>
user = 'https://github.com/mikessut'
bugs.python.org fields:
activity = <Date 2019-11-18.16:44:25.729>
actor = 'Jason.Killen'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-11-15.13:30:11.516>
creator = 'epicadv'
dependencies = []
files = []
hgrepos = []
issue_num = 38812
keywords = []
message_count = 5.0
messages = ['356673', '356706', '356806', '356814', '356881']
nosy_count = 3.0
nosy_names = ['Jason.Killen', 'p-ganssle', 'epicadv']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue38812'
versions = ['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
Start by reading the linked BPO issue 38812 and reproducing the aware-versus-unaware datetime.time comparison described in the title. The report identifies Python 3.9 and the Library (Lib) component but names no files or tests; completion would require an agreed comparison behavior plus implementation and regression coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100