summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-17 10:03:40 (GMT)
committerVictor Stinner <vstinner@redhat.com>2018-10-17 10:03:40 (GMT)
commitfcd5e84a515e19409840c570730f0728e9fcfc83 (patch)
tree7e21db82d894544759edc23cc13ccbe108d224d2 /Misc
parent8e73ad38ab7d218b9ef8976032865928dfad00f1 (diff)
downloadcpython-fcd5e84a515e19409840c570730f0728e9fcfc83.zip
cpython-fcd5e84a515e19409840c570730f0728e9fcfc83.tar.gz
cpython-fcd5e84a515e19409840c570730f0728e9fcfc83.tar.bz2
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
Verify the value for the parameter '-s' of the cProfile CLI. Patch by Robert Kuska. Co-authored-by: Robert Kuska <rkuska@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-17-11-00-00.bpo-23420.Lq74Uu.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-17-11-00-00.bpo-23420.Lq74Uu.rst b/Misc/NEWS.d/next/Library/2018-10-17-11-00-00.bpo-23420.Lq74Uu.rst
new file mode 100644
index 0000000..034e7e5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-10-17-11-00-00.bpo-23420.Lq74Uu.rst
@@ -0,0 +1,2 @@
+Verify the value for the parameter '-s' of the cProfile CLI. Patch by Robert
+Kuska