cpython/Doc/reference
Mariatta 1c92c0edca bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915)
Builtin container types have two potential link targets in the docs:

- their entry in the list of builtin callables
- their type documentation

This change brings `bytes` and `bytearray` into line with other
container types by having cross-references default to linking to
their type documentation, rather than their builtin callable entry..
(cherry picked from commit c6db4811f9)
2017-06-01 21:56:24 -07:00
..
compound_stmts.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
datamodel.rst bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915) 2017-06-01 21:56:24 -07:00
executionmodel.rst [3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) (GH-1727) 2017-05-22 14:36:19 -07:00
expressions.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
grammar.rst
import.rst Improve grammar in The Import System documentation (GH-1862) (GH-1863) 2017-05-30 09:29:06 -07:00
index.rst
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600) 2017-03-10 09:52:03 -08:00
simple_stmts.rst [3.6] Fix a trivial typo in global section (GH-1497) (GH-1880) 2017-05-30 22:08:04 -07:00
toplevel_components.rst