summaryrefslogtreecommitdiffstats
path: root/libraries/DateTime/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-17 09:59:41 +0100
committer Erik Hanson2014-02-18 21:59:55 +0100
commitc123be0f174deb065b1fd6029194d1843353027c (patch)
treea89929aaef37a23671eedc928efc3b5b35a388b2 /libraries/DateTime/README
parent0bba16a5a69fc285f0ce443c48d59d1e5dd15b7d (diff)
downloadslackbuilds-c123be0f174deb065b1fd6029194d1843353027c.tar.gz
libraries/DateTime: Added (DateTime data type).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/DateTime/README')
-rw-r--r--libraries/DateTime/README3
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.