diff options
author | Ram Rachum <ram@rachum.com> | 2020-03-25 18:44:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 18:44:47 (GMT) |
commit | 89a2209ae6fc5f39868621799730e16f931eb497 (patch) | |
tree | de3090d82ffb4fbd716925c1c325dfe54b8e949b /Misc | |
parent | 87d3b9db4ade1aa100ee6f065082cb7e85b8992f (diff) | |
download | cpython-89a2209ae6fc5f39868621799730e16f931eb497.zip cpython-89a2209ae6fc5f39868621799730e16f931eb497.tar.gz cpython-89a2209ae6fc5f39868621799730e16f931eb497.tar.bz2 |
bpo-40016: re docstring: Clarify relationship of inline and argument flags (#19078)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-03-19-19-40-27.bpo-40016.JWtxqJ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-19-19-40-27.bpo-40016.JWtxqJ.rst b/Misc/NEWS.d/next/Library/2020-03-19-19-40-27.bpo-40016.JWtxqJ.rst new file mode 100644 index 0000000..0c6449d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-03-19-19-40-27.bpo-40016.JWtxqJ.rst @@ -0,0 +1 @@ +In re docstring, clarify the relationship between inline and argument compile flags.
\ No newline at end of file |