added os.tailDir proc

This commit is contained in:
Araq
2015-07-12 13:30:23 +02:00
parent 994d81461b
commit 27f5c3ceb9
2 changed files with 16 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ News
- The nre module has been added, providing a better interface to PCRE than
re.
- The ``expandSymlink`` procedure has been added to the ``os`` module.
- The ``expandSymlink`` proc has been added to the ``os`` module.
- The ``tailDir`` proc has been added to the ``os`` module.
Language Additions
------------------