[py-svn] r38683 - py/trunk/py/doc
fijal at codespeak.net
fijal at codespeak.net
Tue Feb 13 13:33:46 CET 2007
Author: fijal
Date: Tue Feb 13 13:33:45 2007
New Revision: 38683
Modified:
py/trunk/py/doc/future.txt
Log:
Add some information about pdb + apigen
Modified: py/trunk/py/doc/future.txt
==============================================================================
--- py/trunk/py/doc/future.txt (original)
+++ py/trunk/py/doc/future.txt Tue Feb 13 13:33:45 2007
@@ -36,6 +36,16 @@
that can make use of information provided
by a py.test run.
+Consider APIGEN and pdb integration
+===================================
+
+Apigen is a source of a great information about functions,
+methods and objects. Pdb is a nice tool for debugging.
+While not get them together? Imagine the world where you can
+ask "info function\_name" and you'll get all the information
+regarding types coming, types getting out, possible exceptions,
+field types and call sites.
+
Distribute channels/programs across networks
================================================
More information about the py-svn
mailing list