Note the Python translation.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 17 Feb 2012 00:14:35 +0000 (19:14 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 17 Feb 2012 00:14:35 +0000 (19:14 -0500)
doc/sst-doc.xml

index c50cd831eb115ead5475dcb40b857ac1b26e49a8..a7469a714c3752bf5cd0f3a7c1305d4079df0e3f 100644 (file)
@@ -1883,7 +1883,7 @@ command descriptions, and changed some logic in sst.c to match.
 <listitem><para>
 I've cleaned up a lot of grubby FORTRANisms in the code internals &mdash;
 used sizeof(), replaced magic numeric constants with #defines,
-that sort of thing.
+that sort of thing.  Later I translated the code from C to Python.
 </para></listitem>
 <listitem><para>
 I fixed a surprising number of typos in the code and documentation.