• csabella's avatar
    bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) · c6db4811
    csabella yazdı
    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.
    c6db4811
Adı
Son kayıt (commit)
Son güncelleme
..
compound_stmts.rst Loading commit data...
datamodel.rst Loading commit data...
executionmodel.rst Loading commit data...
expressions.rst Loading commit data...
grammar.rst Loading commit data...
import.rst Loading commit data...
index.rst Loading commit data...
introduction.rst Loading commit data...
lexical_analysis.rst Loading commit data...
simple_stmts.rst Loading commit data...
toplevel_components.rst Loading commit data...