From f6619a4741635568c80c4e24aa40195a6e4c714d Mon Sep 17 00:00:00 2001 From: Teddy Sudol Date: Mon, 17 Apr 2017 13:06:35 -0700 Subject: [PATCH] Add stubs for *path.pyi in Python 2.7 stdlib (#1166) --- stdlib/2/macpath.pyi | 1 + stdlib/2/ntpath.pyi | 1 + stdlib/2/os2emxpath.pyi | 1 + 3 files changed, 3 insertions(+) create mode 120000 stdlib/2/macpath.pyi create mode 120000 stdlib/2/ntpath.pyi create mode 120000 stdlib/2/os2emxpath.pyi diff --git a/stdlib/2/macpath.pyi b/stdlib/2/macpath.pyi new file mode 120000 index 000000000..d2d185799 --- /dev/null +++ b/stdlib/2/macpath.pyi @@ -0,0 +1 @@ +posixpath.pyi \ No newline at end of file diff --git a/stdlib/2/ntpath.pyi b/stdlib/2/ntpath.pyi new file mode 120000 index 000000000..d2d185799 --- /dev/null +++ b/stdlib/2/ntpath.pyi @@ -0,0 +1 @@ +posixpath.pyi \ No newline at end of file diff --git a/stdlib/2/os2emxpath.pyi b/stdlib/2/os2emxpath.pyi new file mode 120000 index 000000000..d2d185799 --- /dev/null +++ b/stdlib/2/os2emxpath.pyi @@ -0,0 +1 @@ +posixpath.pyi \ No newline at end of file