summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-06-15 19:23:00 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-06-15 19:23:00 (GMT)
commit695118600fecaa7b95634e168ad7cbbc561fd1ec (patch)
tree0a68c3eb8017cb583cbccbbb35e79f60788cafb7 /Misc
parent4fddd4e4069aad9efad999d8d9ce3cd9fb523a5c (diff)
downloadcpython-695118600fecaa7b95634e168ad7cbbc561fd1ec.zip
cpython-695118600fecaa7b95634e168ad7cbbc561fd1ec.tar.gz
cpython-695118600fecaa7b95634e168ad7cbbc561fd1ec.tar.bz2
bpo-33847: Add '@' operator entry to index (GH-7669)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst b/Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst
new file mode 100644
index 0000000..3c7e0cd
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst
@@ -0,0 +1 @@
+Add '@' operator entry to index.