New submission from Manuel Pégourié-Gonnard:

I find the following sentences, from import.rst, section "Finders and loaders", 
misleading: "Python includes a number of default finders and importers. One 
knows how to locate frozen modules, and another knows how to locate built-in 
modules." in that one may think frozen comes before built-in, while the 
converse is true.

Attached is a patch with a hopefully clearer version. While at it, the patch 
also turns into links the references to PEPs in the introduction.

----------
assignee: docs@python
components: Documentation
files: import-doc-fixes.patch
keywords: patch
messages: 172105
nosy: docs@python, mpg
priority: normal
severity: normal
status: open
title: misleading sentence in reference/import
versions: Python 3.4
Added file: http://bugs.python.org/file27436/import-doc-fixes.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to