summaryrefslogtreecommitdiffstats
path: root/python/funcsigs/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-11 18:03:27 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commitf61dfd57c159f521caf9db739773156c41594352 (patch)
tree22c8f2785a204036b0c8d6e90fa8f8078f6959f7 /python/funcsigs/README
parentc5e2019b6a951725876d9c6841c58580fc0605d0 (diff)
downloadslackbuilds-f61dfd57c159f521caf9db739773156c41594352.tar.gz
slackbuilds-f61dfd57c159f521caf9db739773156c41594352.tar.xz
python/funcsigs: Added (Backport of the PEP 362).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/funcsigs/README')
-rw-r--r--python/funcsigs/README3
1 files changed, 3 insertions, 0 deletions
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.