diff options
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README index 4ee8a44..6288348 100644 --- a/Tools/README +++ b/Tools/README @@ -20,6 +20,9 @@ faqwiz FAQ Wizard. freeze Create a stand-alone executable from a Python program. +gdb Python code to be run inside gdb, to make it easier to + debug Python itself (by David Malcolm). + i18n Tools for internationalization. pygettext.py parses Python source code and generates .pot files, and msgfmt.py generates a binary message catalog |