summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@gmail.com>2014-07-03 15:57:02 +0800
committerFelix Yan <felixonmars@gmail.com>2014-07-03 15:57:02 +0800
commit36ee482b78fefd981f6cbc457ff6813a6506e4c9 (patch)
treef6ab9b0571175f5fdb4555daaa0b895c4e76d221 /docs
parent1ac79d0c984bfd83f26e7c3af4877a731a63ecc2 (diff)
downloadboto-36ee482b78fefd981f6cbc457ff6813a6506e4c9.tar.gz
ses module: add backward-compatible support for Python 3.3+
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index d1951297..a755c880 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -72,7 +72,7 @@ Currently Supported Services
* :doc:`Simple Workflow Service (SWF) <swf_tut>` -- (:doc:`API Reference <ref/swf>`)
* :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`) (Python 3)
* Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`)
- * :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`)
+ * :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`) (Python 3)
* **Monitoring**