diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-11-19 21:58:19 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-11-19 21:58:19 +0200 |
| commit | 7368795d13081d4928a9ba04d48498ca2442624b (patch) | |
| tree | ca56a5022733cb9dadb92d9f28fdf4e105f616fc /docs/markdown/snippets/string_format.md | |
| parent | 1c0c89d30f2b02068eef2b9a64ea824b2cd5d09b (diff) | |
| download | meson-7368795d13081d4928a9ba04d48498ca2442624b.tar.gz | |
Generate release notes for 1.3.0.
Diffstat (limited to 'docs/markdown/snippets/string_format.md')
| -rw-r--r-- | docs/markdown/snippets/string_format.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/string_format.md b/docs/markdown/snippets/string_format.md deleted file mode 100644 index fa3361750..000000000 --- a/docs/markdown/snippets/string_format.md +++ /dev/null @@ -1,10 +0,0 @@ -## Unified message(), str.format() and f-string formatting - -They now all support the same set of values: strings, integers, bools, options, -dictionaries and lists thereof. - -- Feature options (i.e. enabled, disabled, auto) were not previously supported - by any of those functions. -- Lists and dictionaries were not previously supported by f-string. -- str.format() allowed any type and often resulted in printing the internal - representation which is now deprecated. |
