implemented --nimcache config option; big clean up of magic words

This commit is contained in:
Araq
2011-08-19 01:46:24 +02:00
parent 257b16ca34
commit c7b130b4e2
8 changed files with 170 additions and 187 deletions

View File

@@ -66,7 +66,8 @@ Library Additions
- Added ``strutils.unindent``.
- Added ``system.slurp`` for easy resource embedding.
- Added ``system.running`` for threads.
- Added proc ``xmltree.innerText``.
- Added ``xmltree.innerText``.
- Added ``os.isAbsolute``.
2011-07-10 Version 0.8.12 released