This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients taleinat, terry.reedy
Date 2014-06-17.06:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402988282.32.0.521097525019.issue21787@psf.upfronthosting.co.za>
In-reply-to
Content
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
2014-06-17 06:58:02terry.reedysetrecipients: + terry.reedy, taleinat
2014-06-17 06:58:02terry.reedysetmessageid: <1402988282.32.0.521097525019.issue21787@psf.upfronthosting.co.za>
2014-06-17 06:58:02terry.reedylinkissue21787 messages
2014-06-17 06:58:01terry.reedycreate