File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ pyvips experimental CFFI binding for libvips
8
8
Status
9
9
------
10
10
11
- This binding passes the vips test suite cleanly and with no leaks, so it's
12
- getting close. The docs still need updating, it could use a little polish,
13
- and it currently fails with python3 .
11
+ This binding passes the vips test suite cleanly and with no leaks under python2
12
+ and python3, so it's getting close. The docs still need updating and it could
13
+ use a little polish .
14
14
15
15
To convert old code, replace the lines::
16
16
23
23
import pyvips
24
24
Vips = pyvips
25
25
26
- Instead of the `pyvips = Vips `, you can also swap all `Vips ` for ` pyvips ` with
27
- eg.:
26
+ Instead of the `` pyvips = Vips `` , you can of course also swap all `` Vips `` for
27
+ `` pyvips `` with eg.: :
28
28
29
29
%s/Vips/pyvips/g
30
30
You can’t perform that action at this time.
0 commit comments