From 5f2ebc6b74e1b513f9224c2c605dfecb90a5472e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 24 Dec 2012 19:44:31 -0800 Subject: [PATCH] Update readme. --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0813aa86..9f790e86 100644 --- a/README.rst +++ b/README.rst @@ -9,11 +9,13 @@ in Python. Features -------- -* `Format string syntax`_ similar to the one used by `str.format +* `Format string syntax `__ + similar to the one used by `str.format `__ in Python. * Support for user-defined types. * High speed: performance of the current implementation is close to that of - ``printf`` and better than performance of IOStreams. See `Speed tests`_. + glibc's ``printf`` and better than performance of IOStreams. See + `Speed tests`_. * Small code size both in terms of source code (format consists of a single header file and a single source file) and compiled code. See `Compile time and code bloat`_. @@ -23,7 +25,7 @@ Features reported using exceptions. * Ease of use: small self-contained code base, no external dependencies, permissive BSD `license`_. -* `Portability`_ +* `Portability`_ and support for older compilers. Examples --------