Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 261 Bytes

64457.changed.md

File metadata and controls

6 lines (5 loc) · 261 Bytes

Addressed Python 3.11 deprecations:

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