mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Python 3.9.3
This commit is contained in:
parent
a217e0ab98
commit
e723086bc3
37 changed files with 355 additions and 89 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Autogenerated by Sphinx on Fri Feb 19 13:29:38 2021
|
||||
# Autogenerated by Sphinx on Fri Apr 2 11:48:03 2021
|
||||
topics = {'assert': 'The "assert" statement\n'
|
||||
'**********************\n'
|
||||
'\n'
|
||||
|
@ -5019,9 +5019,11 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'"Formatter",\n'
|
||||
'subclasses can define their own format string syntax). The '
|
||||
'syntax is\n'
|
||||
'related to that of formatted string literals, but there '
|
||||
'are\n'
|
||||
'differences.\n'
|
||||
'related to that of formatted string literals, but it is '
|
||||
'less\n'
|
||||
'sophisticated and, in particular, does not support '
|
||||
'arbitrary\n'
|
||||
'expressions.\n'
|
||||
'\n'
|
||||
'Format strings contain “replacement fields” surrounded by '
|
||||
'curly braces\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue