-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
| BPO | 21193 |
|---|---|
| Nosy | @tim-one, @mdickinson, @pitrou, @MojoVampire |
| Files |
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 = 'https://github.com/mdickinson'
closed_at = <Date 2014-04-11.18:36:53.153>
created_at = <Date 2014-04-10.00:24:57.452>
labels = ['interpreter-core', 'type-bug']
title = 'pow(a, b, c) should not raise TypeError when b is negative and c is provided'
updated_at = <Date 2014-04-11.19:41:20.224>
user = 'https://github.com/MojoVampire'bugs.python.org fields:
activity = <Date 2014-04-11.19:41:20.224>
actor = 'mark.dickinson'
assignee = 'mark.dickinson'
closed = True
closed_date = <Date 2014-04-11.18:36:53.153>
closer = 'mark.dickinson'
components = ['Interpreter Core']
creation = <Date 2014-04-10.00:24:57.452>
creator = 'josh.r'
dependencies = []
files = ['34780']
hgrepos = []
issue_num = 21193
keywords = ['patch']
message_count = 11.0
messages = ['215860', '215864', '215866', '215882', '215884', '215904', '215910', '215942', '215943', '215949', '215951']
nosy_count = 5.0
nosy_names = ['tim.peters', 'mark.dickinson', 'pitrou', 'python-dev', 'josh.r']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue21193'
versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error