diff options
author | Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | 2019-08-02 15:50:22 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2019-08-02 15:50:22 (GMT) |
commit | 854d0a4b98b13629252e21edaf2b785b429e5135 (patch) | |
tree | 60965e489af2552709b518aaf962ad167e564a32 /Misc | |
parent | bf8162c8c45338470bbe487c8769bba20bde66c2 (diff) | |
download | cpython-854d0a4b98b13629252e21edaf2b785b429e5135.zip cpython-854d0a4b98b13629252e21edaf2b785b429e5135.tar.gz cpython-854d0a4b98b13629252e21edaf2b785b429e5135.tar.bz2 |
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/NEWS.d/next/Documentation/2019-04-02-19-23-00.bpo-36487.Jg6-MG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-04-02-19-23-00.bpo-36487.Jg6-MG.rst b/Misc/NEWS.d/next/Documentation/2019-04-02-19-23-00.bpo-36487.Jg6-MG.rst new file mode 100755 index 0000000..c8eb05b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-04-02-19-23-00.bpo-36487.Jg6-MG.rst @@ -0,0 +1 @@ +Make C-API docs clear about what the "main" interpreter is.
\ No newline at end of file |