summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-07-13-20-17-17.bpo-33361.dx2NVn.rst
blob: 2b71095984a09e94d94e8cc6c82f523d7ac6c967 (plain)
1
2
Fix a bug in :class:`codecs.StreamRecoder` where seeking might leave old data in a
buffer and break subsequent read calls. Patch by Ammar Askar.