summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-03-25 19:36:40 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-03-25 19:36:40 (GMT)
commit9a448855b51b264d678e3ba3c168034c221806e2 (patch)
tree4fc7d7b829a278ffa61a7d6784e0854f93a20a4e /Misc/NEWS.d/next/Documentation
parenta6fbc4e25e1dc7d1c9a26888b9115bc6c2afc101 (diff)
downloadcpython-9a448855b51b264d678e3ba3c168034c221806e2.zip
cpython-9a448855b51b264d678e3ba3c168034c221806e2.tar.gz
cpython-9a448855b51b264d678e3ba3c168034c221806e2.tar.bz2
v3.8.0a3v3.8.0a3
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-11-21-23-01-37.bpo-21314.PG33VT.rst3
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst1
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-03-17-20-01-41.bpo-36329.L5dJPD.rst3
3 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-11-21-23-01-37.bpo-21314.PG33VT.rst b/Misc/NEWS.d/next/Documentation/2018-11-21-23-01-37.bpo-21314.PG33VT.rst
deleted file mode 100644
index 83080a3..0000000
--- a/Misc/NEWS.d/next/Documentation/2018-11-21-23-01-37.bpo-21314.PG33VT.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-A new entry was added to the Core Language Section of the Programming FAQ,
-which explaines the usage of slash(/) in the signature of a function. Patch
-by Lysandros Nikolaou
diff --git a/Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst b/Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst
deleted file mode 100644
index f5352bb..0000000
--- a/Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improve documentation about converting datetime.timedelta to scalars.
diff --git a/Misc/NEWS.d/next/Documentation/2019-03-17-20-01-41.bpo-36329.L5dJPD.rst b/Misc/NEWS.d/next/Documentation/2019-03-17-20-01-41.bpo-36329.L5dJPD.rst
deleted file mode 100644
index 94e5884..0000000
--- a/Misc/NEWS.d/next/Documentation/2019-03-17-20-01-41.bpo-36329.L5dJPD.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Declare the path of the Python binary for the usage of
-``Tools/scripts/serve.py`` when executing ``make -C Doc/ serve``.
-Contributed by Stéphane Wirtel