Skip to content

Commit 09c56f6

Browse files
committed
if a timeout occurs earlier than the target time, added a short additional timeout to make
sure any time trigger occurs at or shortly after the target time (and never before).
1 parent 97203c8 commit 09c56f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/new_features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Breaking changes since 1.2.1 include:
4848

4949
Bug fixes since 1.2.1 include:
5050

51-
- Timeouts that implement time triggers might occur a tiny time before the target time. A fix was added to do
52-
an additional short timeout when there is an early timeout, to make sure any time trigger occurs at or shortly
51+
- Timeouts that implement time triggers might infrequenctly occur a tiny time before the target time. A fix was added
52+
to do an additional short timeout when there is an early timeout, to make sure any time trigger occurs at or shortly
5353
after the target time (and never before).
5454
- Fixed subscripts when running python 3.9.x.
5555
- When exception text is created, ensure lineno is inside code_list[]; with lambda function or eval it might not be.

0 commit comments

Comments
 (0)