| commit | 0ba584c0235127ac462eeace2358386307751bab | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Apr 12 16:22:24 2013 +0300 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Apr 12 16:22:24 2013 +0300 |
| tree | 21d9d84be1cdd7dfd799b7ec2b4790362d5f6012 | |
| parent | 53dc4f0148f08d0da5c394089b7061cd77269fc0 [diff] [blame] |
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
diff --git a/Misc/NEWS b/Misc/NEWS index a04210c..62e809a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -65,6 +65,9 @@ - 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 2.7.4? ===========================