New submission from Serhiy Storchaka:

On some Windows buildbots (e.g. [1]) Tkinter tests ran with wantobjects is 
false. This brake some tests purposed to check converting values between Python 
and Tcl.

There are two solutions.
1) Skip these tests if wantobjects is false.
2) If wantobjects is false tests with other expected values.

[1] 
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%202.7

----------
components: Library (Lib), Tkinter
messages: 200630
nosy: gpolo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Tkinter tests ran with wantobjects is false
type: behavior
versions: Python 2.7

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

Reply via email to