Skip to content

Commit 50928d9

Browse files
committed
Merge pull request #1142 from mdboom/whats_new_python3
What's New: Python 3 paragraph
2 parents 0ee82be + 8af6d6c commit 50928d9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/users/whats_new.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@ This page just covers the highlights -- for the full story, see the
1717
new in matplotlib-1.2
1818
=====================
1919

20+
Python 3.x support
21+
------------------
22+
23+
Matplotlib 1.2 is the first version to support Python 3.x,
24+
specifically Python 3.1 and 3.2. To make this happen in a reasonable
25+
way, we also had to drop support for Python versions earlier than 2.6.
26+
27+
This work was done by Michael Droettboom, the Cape Town Python Users'
28+
Group, many others and supported financially in part by the SAGE
29+
project.
30+
31+
The following GUI backends work under Python 3.x: Gtk3Agg, Gtk3Cairo,
32+
Qt4Agg, TkAgg and MacOSX. The other GUI backends do not yet have
33+
adequate bindings for Python 3.x, but continue to work on Python 2.6
34+
and 2.7. The non-GUI backends, such as PDF, PS and SVG, work on both
35+
Python 2.x and 3.x.
36+
37+
Features that depend on the Python Imaging Library, such as JPEG
38+
handling, do not work, since the version of PIL for Python 3.x is not
39+
sufficiently mature.
40+
2041
PGF/TikZ backend
2142
----------------
2243
Peter Würtz wrote a backend that allows matplotlib to export figures as

0 commit comments

Comments
 (0)