schollii / pypubsub

A Python publish-subcribe library (moved here from SourceForge.net where I had it for many years)
198 stars 29 forks source link

Deprecation warning #20

Closed paddymccrudden closed 6 years ago

paddymccrudden commented 6 years ago

It looks like there is a small issue with a Deprecated function. See below

c:\anaconda2\envs\py36\lib\site-packages\pubsub\core\callables.py:147: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() (allParams, varParamName, varOptParamName, defaultVals) = getargspec(func)

paddymccrudden commented 6 years ago

Actually, it looks like this will be fixed with a pull request already present:

https://github.com/schollii/pypubsub/pull/18