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

Idle: make 3.x Hyperparser.get_expression recognize ... #65986

Open
terryjreedy opened this issue Jun 17, 2014 · 1 comment
Open

Idle: make 3.x Hyperparser.get_expression recognize ... #65986

terryjreedy opened this issue Jun 17, 2014 · 1 comment
Assignees
Labels
3.7 (EOL) end of life topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 21787
Nosy @terryjreedy

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/terryjreedy'
closed_at = None
created_at = <Date 2014-06-17.06:58:02.291>
labels = ['expert-IDLE', 'type-feature', '3.7']
title = 'Idle: make 3.x  Hyperparser.get_expression recognize ...'
updated_at = <Date 2017-09-28.06:59:39.290>
user = 'https://github.com/terryjreedy'

bugs.python.org fields:

activity = <Date 2017-09-28.06:59:39.290>
actor = 'taleinat'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2014-06-17.06:58:02.291>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 21787
keywords = []
message_count = 1.0
messages = ['220800']
nosy_count = 1.0
nosy_names = ['terry.reedy']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue21787'
versions = ['Python 3.6', 'Python 3.7']

@terryjreedy
Copy link
Member Author

3.0 introduced ... as Ellipsis literal. Test: add '...\n' to the end of the test code. In test_get_expression, add at the end
p = get('12.3')
self.assertEqual(p.get_expression(), '...')
which now fails with AssertionError: '' != '...'.

@terryjreedy terryjreedy added the type-feature A feature request or enhancement label Jun 17, 2014
@terryjreedy terryjreedy self-assigned this Jun 19, 2017
@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
3.7 (EOL) end of life topic-IDLE type-feature A feature request or enhancement
Projects
Status: No status
Development

No branches or pull requests

1 participant