[Python-checkins] cpython (merge 3.4 -> default): merge with 3.4

georg.brandl python-checkins at python.org
Wed Oct 29 09:00:46 CET 2014


https://hg.python.org/cpython/rev/a2b027fd55ac
changeset:   93235:a2b027fd55ac
parent:      93233:2c73dfbbc242
parent:      93234:4fb4c192736b
user:        Georg Brandl <georg at python.org>
date:        Wed Oct 29 08:55:18 2014 +0100
summary:
  merge with 3.4

files:
  Doc/faq/programming.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -23,8 +23,7 @@
 
 The IDLE interactive development environment, which is part of the standard
 Python distribution (normally available as Tools/scripts/idle), includes a
-graphical debugger.  There is documentation for the IDLE debugger at
-http://www.python.org/idle/doc/idle2.html#Debugger.
+graphical debugger.
 
 PythonWin is a Python IDE that includes a GUI debugger based on pdb.  The
 Pythonwin debugger colors breakpoints and has quite a few cool features such as
@@ -52,6 +51,7 @@
 
 * Wing IDE (http://wingware.com/)
 * Komodo IDE (http://www.activestate.com/Products/Komodo)
+* PyCharm (https://www.jetbrains.com/pycharm/)
 
 
 Is there a tool to help find bugs or perform static analysis?

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list