summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-07-26 18:45:25 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-07-26 18:45:25 +0200
commit460ac36085948d954e7d515f8b4609be5b26657d (patch)
tree743a8710e30f6a6318afcae025d061c1f447f1cc
parentda145aca792ef52b9489366cedbae0e0961c138f (diff)
downloadpython-decorator-git-europython2018.tar.gz
-rw-r--r--PITCHME.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 2ec78df..a98629d 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -40,15 +40,6 @@ in the next release of Python*
- I get very few questions
- I usually implement something new only when there is new Python release
-+++
-
-For instance
-
-- Python 3.4 generic functions => decorator 4.0
-- Python 3.5/3.6 async/await => decorator 4.1
-- Python 3.7 dataclasses => decorator 4.2
-
-Check http://decorator.readthedocs.io/en/latest/
---
The recommended way to write decorators in Python