From bc499687641a021e0dac3e146611b5a553cf0c5b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 21 Sep 2002 18:32:54 +0000 Subject: Add more appropriate markup. --- doc/src/sgml/plpython.sgml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/plpython.sgml') diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 110c2a826e5..e22d292ccb9 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,4 +1,4 @@ - + PL/Python - Python Procedural Language @@ -221,9 +221,12 @@ plan = plpy.prepare("SOME OTHER QUERY") execution environment, further restricts it to prevent the use of the file open call, and allows only modules from a specific list to be imported. Presently, that list includes: - array, bisect, binascii, calendar, cmath, codecs, errno, marshal, - math, md5, mpz, operator, pcre, pickle, random, re, regex, sre, - sha, string, StringIO, struct, time, whrandom, and zlib. + array, <>bisect, <>binascii, <>calendar, + <>cmath, <>codecs, <>errno, <>marshal, <>math, + <>md5, <>mpz, <>operator, <>pcre, <>pickle, + <>random, <>re, <>regex, <>sre, <>sha, <>string, + <>StringIO, <>struct, <>time, <>whrandom, and + <>zlib. -- cgit v1.2.3