8000
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 fa9d5a5 commit fc0db5fCopy full SHA for fc0db5f
CONTRIBUTING.md
@@ -339,6 +339,9 @@ harmless. This is a strictly better compromise than using the latter
339
two forms, which would generate false positive errors for correct use
340
under Python 3.7.4.
341
342
+When your stub contains if statements for different Python versions,
343
+always put the code for the most recent Python version first.
344
+
345
Note: in its current implementation, typeshed cannot contain stubs for
346
multiple versions of the same third-party library. Prefer to generate
347
stubs for the latest version released on PyPI at the time of your
0 commit comments