summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel G. Taylor <dan@programmer-art.org>2014-07-09 13:36:46 -0700
committerDaniel G. Taylor <dan@programmer-art.org>2014-07-09 13:36:46 -0700
commit15514f79581722c5f217b9ea781a7830a36de013 (patch)
tree53229f20036381e9d712f4b9107320909af53e95 /docs
parenta41042ef299a3f2c5d91a4e5db2bd570751824e5 (diff)
parentf400d90350b8e995e6337aec6b6a075881c0ba69 (diff)
downloadboto-15514f79581722c5f217b9ea781a7830a36de013.tar.gz
Merge pull request #2359 from felixonmars/route53-py3
route53 module: add backward-compatible support for Python 3.3+. Fixes #2359.
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 7b73d7d6..30bdc9cc 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -80,7 +80,7 @@ Currently Supported Services
* **Networking**
- * :doc:`Route 53 <route53_tut>` -- (:doc:`API Reference <ref/route53>`)
+ * :doc:`Route 53 <route53_tut>` -- (:doc:`API Reference <ref/route53>`) (Python 3)
* :doc:`Virtual Private Cloud (VPC) <vpc_tut>` -- (:doc:`API Reference <ref/vpc>`)
* :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/elb>`)
* AWS Direct Connect (Python 3)