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

Skip to content

Commit 781c3a4

Browse files
committed
Gtk3Agg does not in fact work on Python 3.
1 parent 94a5acb commit 781c3a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/users/whats_new.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ This work was done by Michael Droettboom, the Cape Town Python Users'
3131
Group, many others and supported financially in part by the SAGE
3232
project.
3333

34-
The following GUI backends work under Python 3.x: Gtk3Agg, Gtk3Cairo,
35-
Qt4Agg, TkAgg and MacOSX. The other GUI backends do not yet have
36-
adequate bindings for Python 3.x, but continue to work on Python 2.6
37-
and 2.7, particularly the Qt and QtAgg backends (which have been
38-
deprecated). The non-GUI backends, such as PDF, PS and SVG, work on both
39-
Python 2.x and 3.x.
34+
The following GUI backends work under Python 3.x: Gtk3Cairo, Qt4Agg,
35+
TkAgg and MacOSX. The other GUI backends do not yet have adequate
36+
bindings for Python 3.x, but continue to work on Python 2.6 and 2.7,
37+
particularly the Qt and QtAgg backends (which have been
38+
deprecated). The non-GUI backends, such as PDF, PS and SVG, work on
39+
both Python 2.x and 3.x.
4040

4141
Features that depend on the Python Imaging Library, such as JPEG
4242
handling, do not work, since the version of PIL for Python 3.x is not

0 commit comments

Comments
 (0)