From 10fe37fe64e23c23e544498343b3be59941026c0 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 7 Dec 2021 14:11:59 +0000 Subject: [PATCH] Allowlists: mark `wsgiref` entries as "wontfix" (#6532) --- tests/stubtest_allowlists/py3_common.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/stubtest_allowlists/py3_common.txt b/tests/stubtest_allowlists/py3_common.txt index 1fff8524e..16cdc29d1 100644 --- a/tests/stubtest_allowlists/py3_common.txt +++ b/tests/stubtest_allowlists/py3_common.txt @@ -314,6 +314,12 @@ tkinter.Place.forget tkinter.Place.place_slaves tkinter.Place.slaves +# Undocumented and have a comment in the source code saying "State variables (don't mess with these)" +wsgiref.handlers.BaseHandler.bytes_sent +wsgiref.handlers.BaseHandler.headers +wsgiref.handlers.BaseHandler.headers_sent +wsgiref.handlers.BaseHandler.result +wsgiref.handlers.BaseHandler.status # ========== # Missing from distutils module (deprecated, to be removed in 3.12) @@ -674,11 +680,6 @@ turtle.ScrolledCanvas turtle.TNavigator.speed wave.Wave_read.initfp wave.Wave_write.initfp -wsgiref.handlers.BaseHandler.bytes_sent -wsgiref.handlers.BaseHandler.headers -wsgiref.handlers.BaseHandler.headers_sent -wsgiref.handlers.BaseHandler.result -wsgiref.handlers.BaseHandler.status xml.dom xml.dom.InvalidCharacterErr xml.dom.minidom.Attr.isId