diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2018-07-26 06:30:24 +0200 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2018-07-26 06:30:24 +0200 |
commit | 1e15063fc6dad18c95de3348fa1d3c86d2043ba0 (patch) | |
tree | 88469fe421a1cba394a82f29194695c42b584058 | |
parent | 0ed415ff9ecc3ca0cd064c851abc66a03e2c7647 (diff) | |
download | python-decorator-git-1e15063fc6dad18c95de3348fa1d3c86d2043ba0.tar.gz |
Fix
-rw-r--r-- | PITCHME.md | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -18,6 +18,16 @@ the decorator module :-) Several frameworks and tools depend on it, so it is one of the most downloaded packages on PyPI ++++ +decorator 0.1, May 2005: *this is a hack, surely they will fix the signature +in the next release of Python* + +... + ++++ + +# or maybe no + +++?image=releases.png +++ @@ -68,17 +78,6 @@ FullArgSpec(args=[], varargs='args', varkw='kwds', defaults=None, kwonlyargs=[], ``` --- -decorator 0.1, May 2005: *this is a hack, surely they will fix the signature -in the next release of Python* - -... - -+++ - -# or maybe no - ---- - ```python from decorator import decorator |