We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c12cd commit 86d3fefCopy full SHA for 86d3fef
README.rst
@@ -50,9 +50,8 @@ Changes
50
block transfer as documented, but was improperly implemented as the number
51
of failures allowed for the total duration of the transfer, `PR #21
52
<https://github.com/tehmaze/xmodem/pull/21>`_.
53
- * bugfix: ``send(retry=n)`` and ``recv(retry=n)`` would not retry ``n-1``
54
- times, rather than ``n`` times as documented, causing 'retry=1' to never
55
- retry, for example.
+ * bugfix: ``send(retry=n)`` and ``recv(retry=n)`` should retry ``n`` times
+ as documented, was retrying ``n - 1``.
56
57
0.4.3:
58
* bugfix: ``putc()`` callback was called in series, 3 times for each part of
0 commit comments