This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author AnthonyBartoli
Recipients AnthonyBartoli, docs@python
Date 2014-06-06.03:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402025432.44.0.956815380297.issue21675@psf.upfronthosting.co.za>
In-reply-to
Content
From the library's introduction page:

"This manual is organized “from the inside out:” it first describes the built-in data types..."

The library manual first describes built-in functions, not data types. 

After built-in functions, it describes built-in constants, built-in types, and built-in exceptions. Lastly, it describes modules grouped by related functionality. 

A suggested re-write *for the entire paragraph*:

"The library manual first documents built-in functions, built-in constants, built-in types, and built-in exceptions. Then it documents modules grouped by related functionality. 

I suggest eliminating the last sentence:

"The ordering of the chapters as well as the ordering of the modules within each chapter is roughly from most relevant to least important."

Importance is subjective and parts of the manual are organized alphabetically, not by relevance / importance.
History
Date User Action Args
2014-06-06 03:30:32AnthonyBartolisetrecipients: + AnthonyBartoli, docs@python
2014-06-06 03:30:32AnthonyBartolisetmessageid: <1402025432.44.0.956815380297.issue21675@psf.upfronthosting.co.za>
2014-06-06 03:30:32AnthonyBartolilinkissue21675 messages
2014-06-06 03:30:31AnthonyBartolicreate