Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1d8e60

Browse files
committed
Merge pull request #6261 from tacaswell/doc_tk_disclaimer
DOC: add disclaimer for tk versions
2 parents c33ed95 + 22b2092 commit e1d8e60

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

INSTALL

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,11 @@ matplotlib with a user interface toolkit. See
226226
:ref:`what-is-a-backend` for more details on the optional matplotlib
227227
backends and the capabilities they provide.
228228

229-
:term:`tk` 8.3 or later
230-
The TCL/Tk widgets library used by the TkAgg backend
229+
:term:`tk` 8.3 or later, not 8.6.0 or 8.6.1
230+
The TCL/Tk widgets library used by the TkAgg backend.
231+
232+
Versions 8.6.0 and 8.6.1 are known to have issues that may result
233+
in segfaults when closing multiple windows in the wrong order.
231234

232235
:term:`pyqt` 4.0 or later
233236
The Qt4 widgets library python wrappers for the Qt4Agg backend

0 commit comments

Comments
 (0)