[issue38968] int method works improperly

2019-12-04 Thread Riccardo La Marca
Change by Riccardo La Marca : -- files: Schermata 2019-12-04 alle 12.09.36.png nosy: Riccardo La Marca priority: normal severity: normal status: open title: int method works improperly versions: Python 3.8 Added file: https://bugs.python.org/file48755/Schermata 2019-12-04 alle

[issue38968] int method works improperly

2019-12-04 Thread Riccardo La Marca
Change by Riccardo La Marca : Removed file: https://bugs.python.org/file48755/Schermata 2019-12-04 alle 12.09.36.png ___ Python tracker <https://bugs.python.org/issue38

[issue38968] int method works improperly

2019-12-04 Thread Riccardo La Marca
Change by Riccardo La Marca : Added file: https://bugs.python.org/file48756/Code.png ___ Python tracker <https://bugs.python.org/issue38968> ___ ___ Python-bugs-list m

[issue38969] The "int" method doesn't work correctly for long numbers with some decimal places.

2019-12-04 Thread Riccardo La Marca
New submission from Riccardo La Marca : PyDev console: starting. Python 3.8.0 (v3.8.0:fa919fdf25, Oct 14 2019, 10:23:27) [Clang 6.0 (clang-600.0.57)] on darwin >>> int(123456789012345678901234567890) 123456789012345678901234567890 >>> int(123456789012345

[issue43061] subprocess: feature request: Get only the stdout of the last shell command

2021-01-29 Thread Riccardo La Marca
New submission from Riccardo La Marca : This is a link with some examples of the required functionality: https://stackoverflow.com/questions/65952314 -- messages: 385909 nosy: Riccardo La Marca priority: normal severity: normal status: open title: subprocess: feature request: Get only

[issue43061] subprocess: feature request: Get only the stdout of the last shell command

2021-01-29 Thread Riccardo La Marca
Change by Riccardo La Marca : -- nosy: +monkeyman79, paul.j3, r.david.murray, v+python ___ Python tracker <https://bugs.python.org/issue43061> ___ ___ Python-bug

[issue43061] subprocess: feature request: Get only the stdout of the last shell command

2021-01-29 Thread Riccardo La Marca
Change by Riccardo La Marca : -- nosy: +altendky, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware ___ Python tracker <https://bugs.python.org/issue43