diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-17 15:59:41 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:55 -0600 |
commit | c123be0f174deb065b1fd6029194d1843353027c (patch) | |
tree | a89929aaef37a23671eedc928efc3b5b35a388b2 /libraries/DateTime/README | |
parent | 0bba16a5a69fc285f0ce443c48d59d1e5dd15b7d (diff) | |
download | slackbuilds-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/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. |