Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

DRY, use inspect.signature for curry? #10

Open
peteut opened this issue Aug 8, 2016 · 3 comments
Open

DRY, use inspect.signature for curry? #10

peteut opened this issue Aug 8, 2016 · 3 comments

Comments

@peteut
Copy link
Contributor

peteut commented Aug 8, 2016

Hi,

I did some experiments w/ inspect.signature and it works quite well.
curry.py gets much simpler, but there is no checking for updated **kwargs in yet.

Cheers,
Alain

@jackfirth
Copy link
Owner

Is it possible to use it in 2.6 and 2.7? I don't intend to drop support for those versions.

@peteut
Copy link
Contributor Author

peteut commented Aug 8, 2016

CI only checks from 2.7 upwards. I'll add checks for 2.7 in that case.

@peteut
Copy link
Contributor Author

peteut commented Aug 8, 2016

Added 2.6 tests, works w/ future.moves. funcsigs is a dependency in addition. Travis CI tests can be found here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants