Skip to content

Commit

Permalink
Remove distutils.dist.Distribution.announce from the blacklist (#63)
Browse files Browse the repository at this point in the history
Following python/typeshed#9795, stubtest now passes for typeshed's `setuptools` stubs even if the correct default parameter is added to the stdlib stub for `distutils.dist.Distribution.announce`
  • Loading branch information
AlexWaygood authored Feb 26, 2023
1 parent 1d133b3 commit af28d99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stubdefaulter/stdlib-blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ cmath.log
os.utime
pyexpat.XMLParserType.ExternalEntityParserCreate

# Adding the default to this method causes stubtest to fail for typeshed's setuptools stubs
# See https://github.com/python/typeshed/pull/9800
distutils.dist.Distribution.announce

# TODO: fix these in typeshed: https://github.com/python/typeshed/issues/9652
asyncio.base_events.BaseEventLoop.create_connection
asyncio.base_events.BaseEventLoop.create_server
Expand Down

0 comments on commit af28d99

Please sign in to comment.