Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Hermann Riemann Newsgroups: de.comp.lang.python Subject: =?UTF-8?Q?cgi_cgitb_Ersatz_f=c3=bcr_Python_3=2e13?= Date: Tue, 25 Oct 2022 19:16:33 +0200 Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net FoKh3NHaVfOE50SdToBkXAXqIrnhOzhvUjJVvz6hjQOKH2TGFp Cancel-Lock: sha1:2damU33EUZXFMXNDfGPl+vxzPFE= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: de-DE Xref: csiph.com de.comp.lang.python:5846 In https://docs.python.org/3.11/whatsnew/3.11.html steht unter PEP 594 led to the deprecations of the following modules slated for removal in Python 3.13: cgi und cgitb Ich benutze die beiden Funktionen meist um Daten, die in html zwischen
und
eingegeben werden, auszuwerten. Auf was müsste ich umstellen?