Python 3.9.3

This commit is contained in:
Łukasz Langa 2021-04-02 11:51:53 +02:00
parent a217e0ab98
commit e723086bc3
No known key found for this signature in database
GPG key ID: B26995E310250568
37 changed files with 355 additions and 89 deletions

View file

@ -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'