[distutils] Add generated methods to Distribution (#9896)

This commit is contained in:
Henry Schreiner
2023-03-17 04:14:36 -07:00
committed by GitHub
parent bcff9cd51f
commit 3a82796d1e
4 changed files with 53 additions and 0 deletions

View File

@@ -520,6 +520,10 @@ xml.dom
xml.etree
xml.sax
# Dynamically created
distutils.dist.Distribution.get_.*
distutils.core.Distribution.get_.*
# Platform differences that cannot be captured by the type system
os.O_[A-Z_]+
socket.AF_DECnet