diff options
| -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 |
