Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 244 Bytes

64553.removed.md

File metadata and controls

6 lines (5 loc) · 244 Bytes

Handle deprecation warnings:

  • Switch to FullArgSpec since Py 3.11 no longer has ArgSpec, deprecated since Py 3.0
  • Stop using the deprecated cgi module
  • Stop using the deprecated pipes module
  • Stop using the deprecated imp module