Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.6] bpo-30052: Link bytes & bytearray to stdtypes not functions…#1915

Merged
Mariatta merged 1 commit into
python:3.6python/cpython:3.6from
Mariatta:backport-c6db481-3.6Mariatta/cpython:backport-c6db481-3.6Copy head branch name to clipboard
Jun 2, 2017
Merged

[3.6] bpo-30052: Link bytes & bytearray to stdtypes not functions…#1915
Mariatta merged 1 commit into
python:3.6python/cpython:3.6from
Mariatta:backport-c6db481-3.6Mariatta/cpython:backport-c6db481-3.6Copy head branch name to clipboard

Conversation

@Mariatta

@Mariatta Mariatta commented Jun 2, 2017

Copy link
Copy Markdown
Member

… (GH-1271)

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 c6db481)

…pythonGH-1271)

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 c6db481)
@Mariatta Mariatta added the docs Documentation in the Doc dir label Jun 2, 2017
@Mariatta Mariatta merged commit 1c92c0e into python:3.6 Jun 2, 2017
@Mariatta Mariatta deleted the backport-c6db481-3.6 branch June 2, 2017 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.