summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAngstyDuck <solsticedante@gmail.com>2021-10-01 20:11:08 (GMT)
committerGitHub <noreply@github.com>2021-10-01 20:11:08 (GMT)
commita450398933d265011e1e8eae7f771b70f97945fb (patch)
tree7e76e2afb9fda9dbf50d577bc2290c93dc35a98d /Misc/NEWS.d
parentcd760ceb67c5164983838ed7eb73a833d1597da0 (diff)
downloadcpython-a450398933d265011e1e8eae7f771b70f97945fb.zip
cpython-a450398933d265011e1e8eae7f771b70f97945fb.tar.gz
cpython-a450398933d265011e1e8eae7f771b70f97945fb.tar.bz2
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2021-09-19-17-18-25.bpo-44687.3fqDRC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-09-19-17-18-25.bpo-44687.3fqDRC.rst b/Misc/NEWS.d/next/C API/2021-09-19-17-18-25.bpo-44687.3fqDRC.rst
new file mode 100644
index 0000000..d38fa60
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2021-09-19-17-18-25.bpo-44687.3fqDRC.rst
@@ -0,0 +1 @@
+:meth:`BufferedReader.peek` no longer raises :exc:`ValueError` when the entire file has already been buffered.