
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2014-06-17 06:58 byterry.reedy, last changed2022-04-11 14:58 byadmin.
| Messages (1) | |||
|---|---|---|---|
| msg220800 -(view) | Author: Terry J. Reedy (terry.reedy)*![]() | Date: 2014-06-17 06:58 | |
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: '' != '...'. | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:05 | admin | set | github: 65986 |
| 2017-09-28 06:59:39 | taleinat | set | nosy: -taleinat |
| 2017-06-19 23:17:08 | terry.reedy | set | assignee:terry.reedy components: + IDLE versions: + Python 3.6, Python 3.7, - Python 3.4, Python 3.5 |
| 2014-06-17 06:58:02 | terry.reedy | create | |