PyXR

C:\Python24\Lib\site-packages\pyxr \ TODO.py



0001 # Copyright 2003, Grant T. Olson, see License.txt for details
0002 
0003 """
0004 astProcess
0005 ==========
0006     + try to track variables
0007     + try to track superclasses
0008 
0009 astToHtml
0010 =========
0011     + Build classes properly, figure out superclass methods (without actually instantiating)
0012     + Really figure out what 'self' is called in methods
0013     + track variables, particularly instance vars
0014 
0015 General
0016 =======
0017     + make nsNodes and lexicalTrees more similar (possibly subclasses of the same superclass)
0018     + conslidate all "debug info" to be flagged off of misc.verbose
0019     + include "default.htm" or "index.html" in directory urls, so you can browse from the filesystem
0020     
0021 BUGFIXES
0022 ========
0023 
0024     add trailing / to directory urls so all browsers will work.
0025 
0026 BUGS/REQUESTS FROM 0.9.3 Release:
0027         - Variables that shadow builtins don’t resolve properly
0028         - Default skipInvalidFiles to 1
0029 
0030     - provide better error messages for invalid paramters
0031 """
0032 
0033 
0034 
0035 

Generated by PyXR 0.9.4
SourceForge.net Logo