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.

classification
Title: Additional float-from-string tests
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.7, Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: serhiy.storchaka
Priority: normal Keywords:

Created on 2017-03-09 15:09 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 580 merged serhiy.storchaka, 2017-03-09 15:12
PR 586 merged serhiy.storchaka, 2017-03-09 18:36
PR 587 merged serhiy.storchaka, 2017-03-09 18:41
Messages (4)
msg289301 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-09 15:09
Following PR adds more corner cases in the test for calling float() with invalid string.
msg290244 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-24 22:37
New changeset 5fad493dc6634635bc6ba951b39b4d1bf552ef84 by Serhiy Storchaka in branch '3.5':
[3.5] bpo-29773: Add more cases for testing string to float conversion errors. (#587)
https://github.com/python/cpython/commit/5fad493dc6634635bc6ba951b39b4d1bf552ef84
msg290245 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-24 22:37
New changeset 80dfbe30b734f14f76a4e25c7fa8fdb7bdd3936a by Serhiy Storchaka in branch '3.6':
[3.6]  bpo-29773: Add more cases for testing string to float conversion errors. (#586)
https://github.com/python/cpython/commit/80dfbe30b734f14f76a4e25c7fa8fdb7bdd3936a
msg290246 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-24 22:37
New changeset 9e6ac83acae31de2b072e665e177db9fcdf7c049 by Serhiy Storchaka in branch 'master':
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
https://github.com/python/cpython/commit/9e6ac83acae31de2b072e665e177db9fcdf7c049
History
Date User Action Args
2022-04-11 14:58:44adminsetgithub: 73959
2017-03-24 22:37:51serhiy.storchakasetmessages: + msg290246
2017-03-24 22:37:42serhiy.storchakasetmessages: + msg290245
2017-03-24 22:37:36serhiy.storchakasetmessages: + msg290244
2017-03-09 19:03:50serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-03-09 18:41:27serhiy.storchakasetpull_requests: + pull_request484
2017-03-09 18:36:04serhiy.storchakasetpull_requests: + pull_request483
2017-03-09 15:12:39serhiy.storchakasetpull_requests: + pull_request477
2017-03-09 15:09:02serhiy.storchakacreate