Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2017

Conversation

Mariatta
Copy link
Member

@Mariatta Mariatta commented Jun 2, 2017

… (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