summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>2019-12-30 16:08:08 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2019-12-30 16:08:08 (GMT)
commit09c482fad11c769be38b2449f1056e264b701bb7 (patch)
tree02da3aca6aa3c39e08d20b1f9417af7cb42bfed0 /Misc/NEWS.d
parent4dc5a9df59837446ec1dc5b7a0e6ce95ae5b5cec (diff)
downloadcpython-09c482fad11c769be38b2449f1056e264b701bb7.zip
cpython-09c482fad11c769be38b2449f1056e264b701bb7.tar.gz
cpython-09c482fad11c769be38b2449f1056e264b701bb7.tar.bz2
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-12-10-21-11-05.bpo-39019.YIlgZ7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-10-21-11-05.bpo-39019.YIlgZ7.rst b/Misc/NEWS.d/next/Library/2019-12-10-21-11-05.bpo-39019.YIlgZ7.rst
new file mode 100644
index 0000000..7bdf291
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-12-10-21-11-05.bpo-39019.YIlgZ7.rst
@@ -0,0 +1 @@
+Implement dummy ``__class_getitem__`` for :class:`tempfile.SpooledTemporaryFile`.