File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ Next, learn how to compile and run the Python interpreter on a platform to
1212which it has already been ported; preferably Unix, but Windows will
1313do, too. The build process for Python, in particular the ``Makefile `` in the
1414source distribution, will give you a hint on which files to compile
15- for Python. Not all source files are relevant: some are platform
16- specific, others are only used in emergencies (e.g. ``getopt.c ``).
15+ for Python. Not all source files are relevant: some are platform-specific,
16+ and others are only used in emergencies (e.g. ``getopt.c ``).
1717
18- It is not recommended to start porting Python without at least medium-level
18+ It is not recommended to start porting Python without at least a medium-level
1919understanding of your target platform; i.e. how it is generally used, how to
20- write platform specific apps, etc. Also, some Python knowledge is required, or
20+ write platform- specific apps, etc. Also, some Python knowledge is required, or
2121you will be unable to verify that your port is working correctly.
2222
2323You will need a ``pyconfig.h `` file tailored for your platform. You can
You can’t perform that action at this time.
0 commit comments