Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decimal.InvalidContext is unused #65587

Closed
skrah mannequin opened this issue Apr 29, 2014 · 3 comments
Closed

decimal.InvalidContext is unused #65587

skrah mannequin opened this issue Apr 29, 2014 · 3 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Apr 29, 2014

BPO 21388
Nosy @rhettinger, @mdickinson, @skrah

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 2014-04-29.19:11:23.441>
created_at = <Date 2014-04-29.13:39:31.014>
labels = ['type-bug', 'invalid']
title = 'decimal.InvalidContext is unused'
updated_at = <Date 2014-04-29.19:11:23.440>
user = 'https://github.com/skrah'

bugs.python.org fields:

activity = <Date 2014-04-29.19:11:23.440>
actor = 'skrah'
assignee = 'none'
closed = True
closed_date = <Date 2014-04-29.19:11:23.441>
closer = 'skrah'
components = []
creation = <Date 2014-04-29.13:39:31.014>
creator = 'skrah'
dependencies = []
files = []
hgrepos = []
issue_num = 21388
keywords = []
message_count = 3.0
messages = ['217519', '217525', '217539']
nosy_count = 3.0
nosy_names = ['rhettinger', 'mark.dickinson', 'skrah']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue21388'
versions = ['Python 3.5']

@skrah
Copy link
Mannequin Author

skrah mannequin commented Apr 29, 2014

We could remove decimal.InvalidContext, which is completely unused
both in decimal.py and _decimal.

@skrah skrah mannequin added the type-bug An unexpected behavior, bug, or error label Apr 29, 2014
@mdickinson
Copy link
Member

It's part of the specification, though. For me, that's a good enough reason to keep it.

@skrah
Copy link
Mannequin Author

skrah mannequin commented Apr 29, 2014

Okay, also it is easier to keep it. I was just busy with the exception
docs and found the InvalidContext situation slightly odd.

Of course, there is a very small chance that external software is
using it.

@skrah skrah mannequin closed this as completed Apr 29, 2014
@skrah skrah mannequin added the invalid label Apr 29, 2014
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant