diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-09 07:17:59 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-09 07:17:59 +0000 |
| commit | b003cc938a424ae7a5263bc7994a5e7d17266364 (patch) | |
| tree | 6ccfbae454ce2a6f83a101df0029f1c2e0e23df7 /docutils/docs/ref | |
| parent | 3e86e5017a02beddc64c6d8090d2e5d8105f3af3 (diff) | |
| download | docutils-b003cc938a424ae7a5263bc7994a5e7d17266364.tar.gz | |
One more cleanup as we require Python 2.3 now.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6159 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 25440dcd0..ef8b0c9ac 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -725,14 +725,6 @@ CSV Table a potential security holes. They can be disabled with the "file_insertion_enabled_" runtime setting. -.. Note:: - - The "csv-table" directive requires the ``csv.py`` module of the - Python standard library, which was added in Python 2.3. It will - not work with earlier versions of Python. Using the "csv-table" - directive in a document will make the document **incompatible** - with systems using Python 2.1 or 2.2. - (New in Docutils 0.3.4) The "csv-table" directive is used to create a table from CSV |
