File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ Reference Manual <pdb>`. You can also write your own debugger by using the code
2525for pdb as an example.
2626
2727The IDLE interactive development environment, which is part of the standard
28- Python distribution (normally available as
29- `Tools/scripts/idle3 <https://github.com/python/cpython/blob/main/Tools/scripts/idle3 >`_),
28+ Python distribution (normally available as :source: `Tools/scripts/idle3 `),
3029includes a graphical debugger.
3130
3231PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
@@ -79,7 +78,7 @@ set of modules required by a program and bind these modules together with a
7978Python binary to produce a single executable.
8079
8180One is to use the freeze tool, which is included in the Python source tree as
82- `Tools/freeze < https://github.com/python/cpython/tree/main/Tools/freeze >`_ .
81+ :source: `Tools/freeze ` .
8382It converts Python byte code to C arrays; with a C compiler you can
8483embed all your modules into a new program, which is then linked with the
8584standard Python modules.
You can’t perform that action at this time.
0 commit comments