[issue31673] Fix the name of Tkinter's adderrorinfo method

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

[issue31673] Fix the name of Tkinter's adderrorinfo method

2017-10-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset fcc832a4fafcbbaca5484ed0274935e14c9dcf6b by Serhiy Storchaka in branch '3.6': [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (#3873) https://github.com/python/cpython/commit/fcc832a4fafcbbaca5484ed027493

[issue31673] Fix the name of Tkinter's adderrorinfo method

2017-10-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +3852 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31673] Fix the name of Tkinter's adderrorinfo method

2017-10-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 929b40a601db868530d6beaafb3256822103a7fb by Serhiy Storchaka in branch 'master': bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864) https://github.com/python/cpython/commit/929b40a601db868530d6beaafb3256822103a7fb -

[issue31673] Fix the name of Tkinter's adderrorinfo method

2017-10-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +3844 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue31673] Fix the name of Tkinter's adderrorinfo method

2017-10-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : When the _tkinter module was converted to Argument Clinic in issue20168, the name of the adderrorinfo method was written as "adderrinfo". This error was left unnoticed because there are no tests for this method besides bigmem tests. Today I have ran bigme