Issue 29773: Additional float-from-string tests (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/73959

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:44 admin set github: 73959
2017-03-24 22:37:51 serhiy.storchaka set messages: +
2017-03-24 22:37:42 serhiy.storchaka set messages: +
2017-03-24 22:37:36 serhiy.storchaka set messages: +
2017-03-09 19:03:50 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-03-09 18:41:27 serhiy.storchaka set pull_requests: + <pull%5Frequest484>
2017-03-09 18:36:04 serhiy.storchaka set pull_requests: + <pull%5Frequest483>
2017-03-09 15:12:39 serhiy.storchaka set pull_requests: + <pull%5Frequest477>
2017-03-09 15:09:02 serhiy.storchaka create