File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -246,13 +246,12 @@ Then, when you run GDB:
246
246
I want to compile a Python module on my Linux system, but some files are missing. Why?
247
247
--------------------------------------------------------------------------------------
248
248
249
- Most packaged versions of Python don't include the
250
- :file: `/usr/lib/python2.{ x } /config/ ` directory, which contains various files
249
+ Most packaged versions of Python omit some files
251
250
required for compiling Python extensions.
252
251
253
- For Red Hat, install the python -devel RPM to get the necessary files.
252
+ For Red Hat, install the python3 -devel RPM to get the necessary files.
254
253
255
- For Debian, run ``apt-get install python -dev ``.
254
+ For Debian, run ``apt-get install python3 -dev ``.
256
255
257
256
How do I tell "incomplete input" from "invalid input"?
258
257
------------------------------------------------------
Original file line number Diff line number Diff line change @@ -309,10 +309,10 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
309
309
releases.
310
310
311
311
The latest stable releases can always be found on the `Python download page
312
- <https://www.python.org/downloads/> `_. There are two production-ready versions
313
- of Python: 2.x and 3.x. The recommended version is 3.x, which is supported by
314
- most widely used libraries. Although 2.x is still widely used, :pep: `it is not
315
- maintained anymore < 0373 >`.
312
+ <https://www.python.org/downloads/> `_.
313
+ Python 3.x is the recommended version and supported by most widely used libraries.
314
+ Python 2.x :pep: `is not maintained anymore < 373 >`.
315
+
316
316
317
317
How many people are using Python?
318
318
---------------------------------
You can’t perform that action at this time.
0 commit comments