diff options
Diffstat (limited to 'libraries/DateTime/README')
-rw-r--r-- | libraries/DateTime/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/DateTime/README b/libraries/DateTime/README new file mode 100644 index 0000000000..4b543430d5 --- /dev/null +++ b/libraries/DateTime/README @@ -0,0 +1,3 @@ +This package provides a DateTime data type, as known from Zope 2. +Unless you need to communicate with Zope 2 APIs, you're probably +better off using Python's built-in datetime module. |