We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b336182 commit 95185faCopy full SHA for 95185fa
tests/check_consistent.py
@@ -1,7 +1,11 @@
1
#!/usr/bin/env python3
2
3
-# Symlinks are bad on Windows, so we cannot use them in typeshed.
4
-# This checks that certain files are duplicated exactly.
+# For various reasons we need the contents of certain files to be
+# duplicated in two places, for example stdlib/2and3/builtins.pyi and
5
+# stdlib/2/__builtin__.pyi must be identical. In the past we used
6
+# symlinks but that doesn't always work on Windows, so now you must
7
+# manually update both files, and this test verifies that they are
8
+# identical. The list below indicates which sets of files must match.
9
10
import os
11
import filecmp
0 commit comments