Files
typeshed/stdlib
Alex Waygood f6df5b5dd2 Remove a default value in distutils (#9800)
Fixes #9799.

Stubtest started failing on our `setuptools` stubs because of a default value added to our stdlib `distutils` stubs. The reason for this is because our `setuptools` stubs erroneously claim here that the `setuptools._distutils.core.Distribution` class is the same as the stdlib `distutils.dist.Distribution` class:

06755e10ba/stubs/setuptools/setuptools/_distutils/core.pyi (L3)

In actual fact, they're not, and they have different default values for this parameter. But reverting the addition of the default value is the simplest short-term fix for now.

(An alternative fix would be to just merge #9795.)
2023-02-23 22:38:11 +00:00
..
2023-02-01 06:06:04 -08:00
2021-05-06 18:57:33 +03:00
2023-02-21 11:33:38 +01:00
2023-02-01 06:06:04 -08:00
2023-02-02 16:01:54 -08:00
2023-02-01 06:06:04 -08:00
2022-02-19 12:26:45 -08:00
2023-02-06 19:01:02 -08:00
2023-02-21 11:33:38 +01:00
2023-02-02 16:01:54 -08:00
2023-02-06 19:01:02 -08:00
2023-02-01 06:06:04 -08:00
2022-01-30 16:27:06 -08:00
2023-02-06 19:01:02 -08:00
2021-12-22 20:18:19 -08:00
2022-01-01 14:19:05 +02:00
2022-03-03 15:25:30 -08:00
2022-08-23 12:22:12 -07:00
2023-02-06 15:57:17 -08:00
2023-02-02 16:01:54 -08:00