diff options
-rw-r--r-- | docs/markdown/snippets/python-path-method.md | 5 |
1 files changed, 5 insertions, 0 deletions
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. |