]> gitweb.factorcode.org Git - factor.git/commit
python.modules: vocab hierarchy for standard library modules
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 27 Oct 2014 12:24:33 +0000 (13:24 +0100)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 27 Oct 2014 16:52:04 +0000 (09:52 -0700)
commite819e34cecc2e9d190616119da26a5990c3f16ba
tree7ae5459ca14b0e1b13421aa081c2945437b416c3
parent87b0205c8744d076868d6bfb3b690466e86162ab
python.modules: vocab hierarchy for standard library modules

pre-existing bindings for various python modules can be placed here so
that they dont have to be redeclared for everyone using them
extra/python/modules/__builtin__/__builtin__.factor [new file with mode: 0644]
extra/python/modules/argparse/argparse.factor [new file with mode: 0644]
extra/python/modules/datetime/datetime.factor [new file with mode: 0644]
extra/python/modules/os/os.factor [new file with mode: 0644]
extra/python/modules/os/path/path.factor [new file with mode: 0644]
extra/python/modules/sys/sys.factor [new file with mode: 0644]
extra/python/modules/time/time.factor [new file with mode: 0644]
extra/python/throwing/throwing.factor