diff options
author | Araq <rumpf_a@web.de> | 2011-06-16 02:03:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-16 02:03:33 +0200 |
commit | de659eba65b5ad098a403449c4b2b1067d04a2cf (patch) | |
tree | 0674a5c9e9569295a7bea36b746624af1b14cf70 /web/news.txt | |
parent | 9a8b39c85b22518a9c353dcf5d693e701ac272b7 (diff) | |
download | Nim-de659eba65b5ad098a403449c4b2b1067d04a2cf.tar.gz |
added encodings stdlib
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 321550dfe..84cc34487 100755 --- a/web/news.txt +++ b/web/news.txt @@ -54,6 +54,7 @@ Additions - Added ``intsets`` module which contains a specialized int set data type. - Added ``scgi`` module. - Added ``smtp`` module. +- Added ``encodings`` module. - Added ``re.findAll``, ``pegs.findAll``. - Added ``os.findExe``. - Added ``parseutils.parseUntil`` and ``parseutils.parseWhile``. |