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 b7f8d84 commit a9cd83aCopy full SHA for a9cd83a
tests/stubtest_allowlists/darwin-py310.txt
@@ -3,6 +3,14 @@ _?curses.color_pair
3
webbrowser.MacOSXOSAScript.__init__
4
distutils.util.__warningregistry__
5
6
+# Github Actions on macOS with Python 3.10.5 claims these are missing, but they do exist locally
7
+(locale.bind_textdomain_codeset)?
8
+(locale.bindtextdomain)?
9
+(locale.dcgettext)?
10
+(locale.dgettext)?
11
+(locale.gettext)?
12
+(locale.textdomain)?
13
+
14
# ==========
15
# Allowlist entries that cannot or should not be fixed
16
0 commit comments