From e94ecd847218ab69d8519cb6425f16ceffa07ed2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 03:41:54 -0500 Subject: [PATCH] Small doc updates --- HISTORY.rst | 2 +- README.rst | 6 ++---- tablib/core.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index be61bb1..1b04379 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,7 @@ History * Python 2.5 Support! * Tox Testing for 2.5, 2.6, 2.7 * AnyJSON Integrated -* OrderedDict support ? +* OrderedDict support * Caved to community pressure (spaces) diff --git a/README.rst b/README.rst index 5afe600..a35edbe 100644 --- a/README.rst +++ b/README.rst @@ -141,10 +141,8 @@ If you'd like to contribute, simply fork `the repository`_, commit your changes Roadmap ------- -- Release CLI Interface -- Auto-detect import format -- Add possible other exports (SQL?) -- Ability to assign types to rows (set, regex=, &c.) +- Python 2.4, 3.0, 3.1, 3.2 Support +- Tablib.ext namespace .. _`the repository`: http://github.com/kennethreitz/tablib .. _AUTHORS: http://github.com/kennethreitz/tablib/blob/master/AUTHORS diff --git a/tablib/core.py b/tablib/core.py index 48ffddb..dfbcb6a 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -3,7 +3,7 @@ tablib.core ~~~~~~~~~~~ - This module implements the central tablib objects. + This module implements the central Tablib objects. :copyright: (c) 2011 by Kenneth Reitz. :license: MIT, see LICENSE for more details.