summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/C API/2020-11-05-18-02-07.bpo-42260.pAeaNR.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/2020-11-05-18-02-07.bpo-42260.pAeaNR.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-05-18-02-07.bpo-42260.pAeaNR.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-05-18-02-07.bpo-42260.pAeaNR.rst b/Misc/NEWS.d/next/C API/2020-11-05-18-02-07.bpo-42260.pAeaNR.rst
deleted file mode 100644
index 0d6a277db8..0000000000
--- a/Misc/NEWS.d/next/C API/2020-11-05-18-02-07.bpo-42260.pAeaNR.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-The :c:func:`PyConfig_Read` function now only parses :c:member:`PyConfig.argv`
-arguments once: :c:member:`PyConfig.parse_argv` is set to ``2`` after arguments
-are parsed. Since Python arguments are strippped from
-:c:member:`PyConfig.argv`, parsing arguments twice would parse the application
-options as Python options.