summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBeomsoo Kim <bluewhale8202@gmail.com>2018-12-16 19:34:08 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2018-12-16 19:34:08 (GMT)
commitb912f9342e7a37d170ba659c13c959115c11545a (patch)
treeec99f5147d0c42df360952381b0184540cbc3c08 /Misc
parent640ed520dd6a43a8bf470b79542f58b5d57af9de (diff)
downloadcpython-b912f9342e7a37d170ba659c13c959115c11545a.zip
cpython-b912f9342e7a37d170ba659c13c959115c11545a.tar.gz
cpython-b912f9342e7a37d170ba659c13c959115c11545a.tar.bz2
bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124)
polish documentation for profile and resource modules
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-12-16-16-14-44.bpo-35511.iVcyav.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-12-16-16-14-44.bpo-35511.iVcyav.rst b/Misc/NEWS.d/next/Documentation/2018-12-16-16-14-44.bpo-35511.iVcyav.rst
new file mode 100644
index 0000000..69c9d9f
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-12-16-16-14-44.bpo-35511.iVcyav.rst
@@ -0,0 +1,3 @@
+Specified that profile.Profile class doesn't not support enable or disable
+methods. Also, elaborated that Profile object as a context manager is only
+supported in cProfile module.