Skip to content

Commit ed8c6ad

Browse files
committed
limit line length
1 parent 7159a5b commit ed8c6ad

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,20 @@ interface for Python calling C code. CFFI is supported for CPython 2.6+,
2222
Breaking Changes
2323
----------------
2424

25-
The latest release of PySoundFile cleans up many small inconsistencies, particularly in the the ordering and naming of function arguments. Therefore, old code will probably not work any more.
25+
The latest release of PySoundFile cleans up many small
26+
inconsistencies, particularly in the the ordering and naming of
27+
function arguments. Therefore, old code will probably not work any
28+
more.
2629

27-
It also adds a number of great new features, such as global ``read`` and ``write`` functions that do not require you to open a ``SoundFile``, or a ``blocks`` function that can read a sound file one block at a time. It has also grown a lot more flexible and powerful at opening things like streams, buffers, or file descriptors.
30+
It also adds a number of great new features, such as global ``read``
31+
and ``write`` functions that do not require you to open a
32+
``SoundFile``, or a ``blocks`` function that can read a sound file one
33+
block at a time. It has also grown a lot more flexible and powerful at
34+
opening things like streams, buffers, or file descriptors.
2835

29-
With all these improvements, we feel that the indexing interface is not needed any more. It is now officially marked as deprecated and might be removed in the future.
36+
With all these improvements, we feel that the indexing interface is
37+
not needed any more. It is now officially marked as deprecated and
38+
might be removed in the future.
3039

3140
Installation
3241
------------
@@ -205,7 +214,8 @@ News
205214
- Switched to ``float64`` as default data type.
206215
- Function arguments changed for consistency.
207216
- Added unit tests.
208-
- Added global ``read()``, ``write()``, ``blocks()`` convenience functions.
217+
- Added global ``read()``, ``write()``, ``blocks()`` convenience
218+
functions.
209219
- Documentation overhaul and hosting on readthedocs.
210220
- Added ``'x'`` open mode.
211221
- Added ``tell()`` method.

0 commit comments

Comments
 (0)