Skip to content

Commit 14808ac

Browse files
committed
DOC: kernprof.py rename.
1 parent e7c124d commit 14808ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In addition, git checkouts will also require Cython_ >= 0.10. Source releases
3434
on PyPI should contain the pregenerated C sources, so Cython should not be
3535
required 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
3838
a compiler. If you wish to use it to run cProfile and not line-by-line
3939
profiling, you may copy it to a directory on your `PATH` manually and avoid
4040
trying to build any C extensions.
@@ -364,6 +364,7 @@ Changes
364364

365365
1.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

0 commit comments

Comments
 (0)