File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ In addition, git checkouts will also require Cython_ >= 0.10. Source releases
3434on PyPI should contain the pregenerated C sources, so Cython should not be
3535required in that case.
3636
37- `kernprof.py ` is a single-file pure Python script and does not require
37+ `kernprof ` is a single-file pure Python script and does not require
3838a compiler. If you wish to use it to run cProfile and not line-by-line
3939profiling, you may copy it to a directory on your `PATH ` manually and avoid
4040trying to build any C extensions.
@@ -364,6 +364,7 @@ Changes
364364
3653651.0
366366~~~
367+ * ENH: `kernprof.py ` is now installed as `kernprof `.
367368* ENH: Python 3 support. Thanks to the long-suffering Mikhail Korobov for being
368369 patient.
369370* ENH: The `stripzeros ` and `add_module ` options. Thanks to Erik Tollerud for
You can’t perform that action at this time.
0 commit comments