schollii / pypubsub

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

Support keyword-only arguments of Python 3 #26

Closed schollii closed 5 years ago

schollii commented 5 years ago

With issue #27 fixed, we can now revisit #6.

By design Pypubsub only cares whether args are optional or required (don't have a default value), so the update should be much simpler than done in PR #13, but further investigation needed. Other problem with PR#13 is that travis-CI indicates some tests broken by the PR.

Verify with tests reported in #6 and PR #13