新月の開発

f481ccbe :Anonymous 2020-01-21 20:53
>>8561fe49
>>8f898008
辺りに書いてあった要素の廃止がちょっとずつ進行中のようで
./shingetsu/thread_cgi.pyの192行目にあるcgi.escapeはpython 3.8から削除されたらしいのでアップデートする人は注意

https://docs.python.org/3/whatsnew/3.8.html
>parse_qs, parse_qsl, and escape are removed from the cgi module. They are deprecated in Python 3.2 or older. They should be imported from the urllib.parse and html modules instead.

先頭にimport html追加して該当部分をhtml.escapeに書き換えて対処可能みたいです
Powered by shinGETsu.