From 7e2430493446ec0060e6504452f7ab90f302efab Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 19 May 2016 18:04:36 +0100 Subject: [PATCH] update docs to py3.5 Signed-off-by: Thomas Grainger --- Dockerfile-py3 | 2 +- docs/api.md | 4 ++-- docs/tls.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile-py3 b/Dockerfile-py3 index 4372c055..21e713bb 100644 --- a/Dockerfile-py3 +++ b/Dockerfile-py3 @@ -1,4 +1,4 @@ -FROM python:3.4 +FROM python:3.5 MAINTAINER Joffrey F RUN mkdir /home/docker-py diff --git a/docs/api.md b/docs/api.md index 08131fc2..6e1cd25d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -109,7 +109,7 @@ correct value (e.g `gzip`). ``` **Raises:** [TypeError]( -https://docs.python.org/3.4/library/exceptions.html#TypeError) if `path` nor +https://docs.python.org/3.5/library/exceptions.html#TypeError) if `path` nor `fileobj` are specified ## commit @@ -207,7 +207,7 @@ of the created container in bytes) or a string with a units identification char character, bytes are assumed as an intended unit. `volumes_from` and `dns` arguments raise [TypeError]( -https://docs.python.org/3.4/library/exceptions.html#TypeError) exception if +https://docs.python.org/3.5/library/exceptions.html#TypeError) exception if they are used against v1.10 and above of the Docker remote API. Those arguments should be passed as part of the `host_config` dictionary. diff --git a/docs/tls.md b/docs/tls.md index 85a22ee3..147e674f 100644 --- a/docs/tls.md +++ b/docs/tls.md @@ -12,7 +12,7 @@ first.* * ca_cert (str): Path to CA cert file * verify (bool or str): This can be `False` or a path to a CA Cert file * ssl_version (int): A valid [SSL version]( -https://docs.python.org/3.4/library/ssl.html#ssl.PROTOCOL_TLSv1) +https://docs.python.org/3.5/library/ssl.html#ssl.PROTOCOL_TLSv1) * assert_hostname (bool): Verify hostname of docker daemon ### configure_client