diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-12 12:42:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-12 12:42:06 (GMT) |
commit | 075d87cf05cac2632b3eb14d64a4536066321463 (patch) | |
tree | 4c7cabb40775c6c2d9960d1da795c28d92b77c08 /Misc | |
parent | c2ecac4787a9cadabbb33c7aede405315ed55240 (diff) | |
download | cpython-075d87cf05cac2632b3eb14d64a4536066321463.zip cpython-075d87cf05cac2632b3eb14d64a4536066321463.tar.gz cpython-075d87cf05cac2632b3eb14d64a4536066321463.tar.bz2 |
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -943,6 +943,7 @@ Dan Pierson Martijn Pieters Anand B. Pillai François Pinard +Tom Pinckney Zach Pincus Michael Piotrowski Antoine Pitrou @@ -87,6 +87,9 @@ Documentation - Issue #15940: Specify effect of locale on time functions. +- Issue #6696: add documentation for the Profile objects, and improve + profile/cProfile docs. Patch by Tom Pinckney. + What's New in Python 3.3.1? =========================== |