8000 update for py3 fix · libvips/pyvips@a806646 · GitHub
[go: up one dir, main page]

Skip to content

Commit a806646

Browse files
committed
update for py3 fix
1 parent f41eff3 commit a806646

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ pyvips experimental CFFI binding for libvips
88
Status
99
------
1010

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.
1414

1515
To convert old code, replace the lines::
1616

@@ -23,8 +23,8 @@ with::
2323
import pyvips
2424
Vips = pyvips
2525

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.::
2828

2929
%s/Vips/pyvips/g
3030

0 commit comments

Comments
 (0)
0