eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

update inspect.getargspec(obj) because deprecated #284

Closed shriekdj closed 3 years ago

shriekdj commented 3 years ago

On Line 36 and Line 45

Deprecated since version 3.0: Use getfullargspec() for an updated API that is usually a drop-in replacement, but also correctly handles function annotations and keyword-only parameters.

shriekdj commented 3 years ago

Deleted the PR Because of Incomplete Changes and need more changes