]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100428: Make int documentation more accurate (#100436)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 2 Jan 2023 03:14:18 +0000 (20:14 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Jan 2023 03:14:18 +0000 (19:14 -0800)
commitedfbf56f4ca6588dfd20b53f534a4465e43c82bd
tree36b0635e200564524c3ad1c0c49a12b0b11d3517
parentb7a68ab824249ebf053b8149ebb83cd8578781c9
gh-100428: Make int documentation more accurate (#100436)

- Remove first link to lexical definition of integer literal, since it
  doesn't apply (differs in handling of leading zeros, base needs to be
  explicitly specified, unicode digits are allowed)
- Better describe handling of leading zeros, unicode digits, underscores
- Base 0 does not work exactly as like a code literal, since it allows
  Unicode digits. Link code literal to lexical definition of integer
  literal.
Doc/library/functions.rst