New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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 bigmem tests first time (they require 64-bit system and large 
amount of memory) and have found this typo. Seems these tests are not ran on 
any buildbots.

----------
assignee: serhiy.storchaka
components: Tkinter
messages: 303597
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix the name of Tkinter's adderrorinfo method
type: behavior
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to