diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-31 01:31:06 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-31 01:31:06 +0200 |
| commit | 024e37adccd9f0d879b014da28b02d04f0866f8c (patch) | |
| tree | 9ca8e6548244610dd235876a87f639a1942647d4 /Doc/library/debug.rst | |
| parent | d85456279f129e19a3f4c8ba0b3d05f5bdbfca1d (diff) | |
| download | cpython-git-024e37adccd9f0d879b014da28b02d04f0866f8c.tar.gz | |
Issue #11393: Add the new faulthandler module
Diffstat (limited to 'Doc/library/debug.rst')
| -rw-r--r-- | Doc/library/debug.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/debug.rst b/Doc/library/debug.rst index b2ee4fa098..c69fb1c846 100644 --- a/Doc/library/debug.rst +++ b/Doc/library/debug.rst @@ -10,7 +10,8 @@ allowing you to identify bottlenecks in your programs. .. toctree:: bdb.rst + faulthandler.rst pdb.rst profile.rst timeit.rst - trace.rst
\ No newline at end of file + trace.rst |
