From b4b20a6ca70fd016df05ee137e08bfe97e2e27cf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Sep 2004 02:41:38 -0400 Subject: [PATCH] minor edit to NEWS file --- NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index ca7eaceb..ec2374ed 100644 --- a/NEWS +++ b/NEWS @@ -96,13 +96,13 @@ - The -S flag now takes a value expression as the sorting criteria. To sort on the amount, use -S T (balance) or -S t (register). -- If Boost.Python is installed, ledger can support full, two-way - Python integration. This feature is enabled by passing - --enable-python to the "configure" script before building. Ledger - can then be used as a module (ledger.so), as well as supporting - Python function calls directly from value expressions. See main.py - for an example of driving Ledger from Python. It implements nearly - all the functionality of the C++ driver, main.cc. +- If Boost.Python is installed, ledger supports full, two-way Python + integration. This feature is enabled by passing --enable-python to + the "configure" script before building. Ledger can then be used as + a module (ledger.so), as well as supporting Python function calls + directly from value expressions. See main.py for an example of + driving Ledger from Python. It implements nearly all the + functionality of the C++ driver, main.cc. Note that this feature has yet to mature, and so is not being supported in this release. It is mostly functional, however, and