[issue29773] Additional float-from-string tests

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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

[issue29773] Additional float-from-string tests

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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/80dfbe30b734f14f76a4e25c7fa8fdb7bdd393

[issue29773] Additional float-from-string tests

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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/5fad493dc6634635bc6ba951b39b4d1bf552ef8

[issue29773] Additional float-from-string tests

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue29773] Additional float-from-string tests

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +484 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29773] Additional float-from-string tests

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +483 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29773] Additional float-from-string tests

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +477 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29773] Additional float-from-string tests

2017-03-09 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Following PR adds more corner cases in the test for calling float() with invalid string. -- components: Tests messages: 289301 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Additional float-from-str