summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-02-04 08:30:59 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-02-04 08:30:59 (GMT)
commite7afe1ab25e102418a7fcf5938d9eea497206e91 (patch)
tree88b0890adad6b1646d924d6732707ae484c73b27 /Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst
parenta8474d025cab794257d2fd0bea67840779b9351f (diff)
parente75eeb00b56b45261a8b94748066f3b855e06353 (diff)
downloadcpython-e7afe1ab25e102418a7fcf5938d9eea497206e91.zip
cpython-e7afe1ab25e102418a7fcf5938d9eea497206e91.tar.gz
cpython-e7afe1ab25e102418a7fcf5938d9eea497206e91.tar.bz2
Merge tag 'v3.8.0a1'
Python 3.8.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst b/Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst
deleted file mode 100644
index 6884640..0000000
--- a/Misc/NEWS.d/next/Documentation/2018-04-01-14-30-36.bpo-33195.dRS-XX.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Deprecate ``Py_UNICODE`` usage in ``c-api/arg`` document. ``Py_UNICODE``
-related APIs are deprecated since Python 3.3, but it is missed in the
-document.