[issue36729] Delete unused text variable on tests

2019-04-29 Thread Emmanuel Arias
Emmanuel Arias added the comment: Sorry for the noise I confused on my mail. Arias Emmanuel eamanu.com El lun., 29 de abr. de 2019 11:46, Emmanuel Arias escribió: > > Emmanuel Arias added the comment: > > Hello, > > Yes not problem. Tonight when I was just to make the MR, I see that the > b

[issue36729] Delete unused text variable on tests

2019-04-29 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hello, Yes not problem. Tonight when I was just to make the MR, I see that the bugs was solved. Thanks Arias Emmanuel eamanu.com El lun., 29 de abr. de 2019 05:10, Serhiy Storchaka escribió: > > Change by Serhiy Storchaka : > > > -- > resolution:

[issue36729] Delete unused text variable on tests

2019-04-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36729] Delete unused text variable on tests

2019-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 86f0c8215c2fdaeef58d185ff00b854a45971f84 by Serhiy Storchaka (Emmanuel Arias) in branch 'master': bpo-36729: Delete unused text variable on tests. (GH-12959) https://github.com/python/cpython/commit/86f0c8215c2fdaeef58d185ff00b854a45971f84 -

[issue36729] Delete unused text variable on tests

2019-04-25 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +12885 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue36729] Delete unused text variable on tests

2019-04-25 Thread Emmanuel Arias
New submission from Emmanuel Arias : On ```test_custom_non_data_descriptor``` and ```test_custom_data_descriptor``` from Lib/test/test_pydoc.py there was a text variable not used. -- components: Tests messages: 340872 nosy: eamanu priority: normal severity: normal status: open title: D