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 ynikitenko
Recipients rhettinger, ynikitenko
Date 2019-11-14.18:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573756518.0.0.329041362925.issue38801@roundup.psfhosted.org>
In-reply-to
Content
Hello Raymond. Many thanks for your explanation.

In this case I suggest any of the following:

1) distinguish between integer and floating numbers in scientific notation. Definitely, 1e+6 is an integer. I can't see where else numbers in scientific notation are defined as only floats.

2) to write explicitly in the documentation that scientific notation is always float. I searched documentation of 'scientific notation', but didn't found that (https://docs.python.org/3/search.html?q=scientific+notation&check_keywords=yes&area=default)

3) to provide a better exception message in islice if this is a known issue. 

Should I change parameters of my report or create a new one? I'm afraid this message may get lost if closed.
History
Date User Action Args
2019-11-14 18:35:18ynikitenkosetrecipients: + ynikitenko, rhettinger
2019-11-14 18:35:17ynikitenkosetmessageid: <1573756518.0.0.329041362925.issue38801@roundup.psfhosted.org>
2019-11-14 18:35:17ynikitenkolinkissue38801 messages
2019-11-14 18:35:17ynikitenkocreate