From 391d6430e589248b3f343635dee6cadc367f44f0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 26 Feb 2015 08:10:36 -0800 Subject: [PATCH 1/2] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 1ae225cc..415afd86 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,9 @@ Features `_ similar to the one used by `str.format `_ in Python. +* Complete and safe `printf implementation + `_ + including the POSIX extension for positional arguments. * Support for user-defined types. * High speed: performance of the format API is close to that of glibc's `printf `_ From 86a7d856fa03fb5ba96f1a27907a4b7171f42e56 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 26 Feb 2015 09:05:20 -0800 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 415afd86..83fa3da3 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Features `_ similar to the one used by `str.format `_ in Python. -* Complete and safe `printf implementation +* Safe `printf implementation `_ including the POSIX extension for positional arguments. * Support for user-defined types.