summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorGerhard Weis <gweis@gmx.at>2011-04-16 12:09:29 +1000
committerGerhard Weis <gweis@gmx.at>2011-04-16 12:09:29 +1000
commit33373b3ddbf7946117b48c5db3c3610c6cb73adf (patch)
tree29fc6ce342159b894104a687c88ab48e95c39548 /TODO.txt
parentbc1f74552d33a3548242503bf1d40eee5b3902df (diff)
downloadisodate-33373b3ddbf7946117b48c5db3c3610c6cb73adf.tar.gz
* Fixed a formatting of microseconds for datetime objects
* some whitespace cleanup * bumped version to 0.4.4
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index c733206..6843fa3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,6 +11,8 @@ Missing features:
* time formating does not allow to create fractional representations.
* parser for ISO intervals.
+ * currently microseconds are always padded to a length of 6 characters.
+ trailing 0s should be optional
Documentation:
--------------
@@ -19,20 +21,19 @@ Documentation:
- complete documentation to show what this function allows, but ISO forbids.
and vice verse.
- support other separators between date and time than 'T'
-
+
* parse_date:
- yeardigits should be always greater than 4
- dates before 0001-01-01 are not supported
-
+
* parse_duration:
- alternative formats are not fully supported due to parse_date restrictions
- standard duration format is fully supported but not very restrictive.
-
+
* Duration:
- support fractional years and month in calculations
- 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?
+ - when is a Duration negative?
- normalize Durations. months [00-12] and years ]-inf,+inf[
-