bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)

This commit is contained in:
Christian Heimes 2021-11-20 11:18:48 +02:00 committed by GitHub
parent be36e06340
commit 5596909eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 74 additions and 7 deletions

View file

@ -267,8 +267,8 @@ PYTHONPATH=$(COREPYTHONPATH)
#_curses -lncurses -lncursesw -ltermcap _cursesmodule.c
#_curses_panel -lpanel -lncurses _curses_panel.c
# macOS specific modules
# _scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
# macOS specific module, needs SystemConfiguration and CoreFoundation framework
# _scproxy _scproxy.c
# Examples