From e42e19702cc326c2db19e5fcd5e6a257f1f5f8a9 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 8 Mar 2019 09:05:26 -0800 Subject: docs: Add snippet for python module path method [skip ci] Which somehow wasn't included in the original pull request. --- docs/markdown/snippets/python-path-method.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/python-path-method.md diff --git a/docs/markdown/snippets/python-path-method.md b/docs/markdown/snippets/python-path-method.md new file mode 100644 index 0000000..169180c --- /dev/null +++ b/docs/markdown/snippets/python-path-method.md @@ -0,0 +1,5 @@ +## Added a .path() method to object return by python.find_installation() + +`ExternalProgram` objects as well as the object returned by the +`python3` module provide this method, but the new python module did +not. -- cgit v1.1