From f61dfd57c159f521caf9db739773156c41594352 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 11 Aug 2016 18:03:27 +0100 Subject: python/funcsigs: Added (Backport of the PEP 362). Signed-off-by: David Spencer --- python/funcsigs/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/funcsigs/README (limited to 'python/funcsigs/README') diff --git a/python/funcsigs/README b/python/funcsigs/README new file mode 100644 index 0000000000..476df8f439 --- /dev/null +++ b/python/funcsigs/README @@ -0,0 +1,3 @@ +funcsigs is a backport of the PEP 362 function signature features +from Python 3.3’s inspect module. The backport is compatible +with Python 2.6, 2.7 as well as 3.2 and up. -- cgit v1.2.3-80-g2a13