Skip to content

Commit 53c72f2

Browse files
committed
docs: update link to CPython bug tracker
1 parent 7379a36 commit 53c72f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ would read all previous blocks for nothing).
5252
2. Reading from a position will read the file from the beginning of the block
5353
3. Block positions available with the `block_boundaries` attribute
5454
4. Stream positions available with the `stream_boundaries` attribute
55-
5. Related [issue](https://bugs.python.org/issue44134)
55+
5. Related [issue](https://github.com/python/cpython/issues/88300)
5656
6. Possible by manually closing and re-opening in append mode
5757

5858
</details>

0 commit comments

Comments
 (0)