summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorGerhard Weis <gweis@gmx.at>2009-02-09 10:25:14 +1000
committerGerhard Weis <gweis@gmx.at>2009-02-09 10:25:14 +1000
commit40a99905da4df23a4d68753258c0354abd8ab932 (patch)
treea826fd5e96346c962319cffb9fd8caa40a6cb353 /TODO.txt
parent44c432ba38078eff35b1ab7cde07fc205e1564d3 (diff)
downloadisodate-40a99905da4df23a4d68753258c0354abd8ab932.tar.gz
* added ISO 8601 formating methods
* still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 5cba68f..89a9ec3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,4 +1,5 @@
+
TODOs
=====
@@ -9,8 +10,7 @@ not complete.
Missing features:
-----------------
- * methods to format *date*, *time*, *datetime*, *timedelta* and *Duration*
- objects to various ISO strings.
+ * time formating does not allow to create fractional representations.
* parser for ISO intervals.
Documentation:
@@ -34,5 +34,7 @@ Documentation:
- implement w3c order relation? (`<http://www.w3.org/TR/xmlschema-2/#duration-order>`_)
- refactor to have duration mathematics only at one place.
- localize __str__ method (does timedelta do this?)
+ - when is a Duration negative?
+ - normalize Durations. months [00-12] and years ]-inf,+inf[
+
-