From d07c5ba4ae03aab3048f4a77f9303d663b34cd22 Mon Sep 17 00:00:00 2001 From: Nattaphoom Chaipreecha Date: Sat, 12 Oct 2019 08:09:49 +0700 Subject: [PATCH 1/2] Update pdb++ link (moved to GitHub) --- doc/en/projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/projects.rst b/doc/en/projects.rst index 226358596..5b3449945 100644 --- a/doc/en/projects.rst +++ b/doc/en/projects.rst @@ -38,7 +38,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref: * `execnet `_ rapid multi-Python deployment * `pylib `_ cross-platform path, IO, dynamic code library * `bbfreeze `_ create standalone executables from Python scripts -* `pdb++ `_ a fancier version of PDB +* `pdb++ `_ a fancier version of PDB * `py-s3fuse `_ Amazon S3 FUSE based filesystem * `waskr `_ WSGI Stats Middleware * `guachi `_ global persistent configs for Python modules From 83ba5eb58af42287a29a7834b3ff7d144566f901 Mon Sep 17 00:00:00 2001 From: Nattaphoom Chaipreecha Date: Sat, 12 Oct 2019 08:10:04 +0700 Subject: [PATCH 2/2] Add pudb to project examples --- doc/en/projects.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/projects.rst b/doc/en/projects.rst index 5b3449945..751d0abe9 100644 --- a/doc/en/projects.rst +++ b/doc/en/projects.rst @@ -39,6 +39,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref: * `pylib `_ cross-platform path, IO, dynamic code library * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB +* `pudb `_ full-screen console debugger for python * `py-s3fuse `_ Amazon S3 FUSE based filesystem * `waskr `_ WSGI Stats Middleware * `guachi `_ global persistent configs for Python modules