mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
- add "Why is Python installed on my computer?" as a documentation FAQ
since this gets asked at the docs at python.org address a lot - fix some minor style violations and inconsistencies
This commit is contained in:
parent
38443c1513
commit
ee950ff393
1 changed files with 15 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ Frequently Asked Questions about the Python Documentation
|
|||
10. How do I decode an XXX file from my email on a YYY computer?
|
||||
11. Acrobat Reader won't print the PDF. What's wrong?
|
||||
12. Where can I find documentation in my native language?
|
||||
13. Why is Python installed on my computer?
|
||||
|
||||
|
||||
Answers to the Questions
|
||||
|
|
@ -163,9 +164,20 @@ Answers to the Questions
|
|||
|
||||
http://www.foolabs.com/xpdf/
|
||||
|
||||
12. There is a lot of contributed documentation in languages other
|
||||
12. Where can I find documentation in my native language?
|
||||
|
||||
There is a lot of contributed documentation in languages other
|
||||
than English. Some of the documents are translations of English
|
||||
documents, and others were originally authored in other
|
||||
languages. If we know about it, it will be listed at:
|
||||
|
||||
http://www.python.org/doc/NonEnglish.html
|
||||
|
||||
13. Why is Python installed on my computer?
|
||||
|
||||
We're increasingly seeing Python being installed on computers
|
||||
as delivered by vendors. For more information on why, and
|
||||
whether it's safe to remove, see the "Why is Python Installed on
|
||||
my Computer?" FAQ, found at:
|
||||
|
||||
http://www.python.org/doc/faq/installed.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue