summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-09-21 07:48:35 +0200
committerAraq <rumpf_a@web.de>2010-09-21 07:48:35 +0200
commit53cd61546dc798fc0f08baf0813f579a90d7e766 (patch)
tree528cdfef133223e75f8cdff82147e8247660aa54 /web
parentea2306b301262d4010724c6db0374f5fa866ea85 (diff)
downloadNim-53cd61546dc798fc0f08baf0813f579a90d7e766.tar.gz
proper parameter order for os.copyFile/os.moveFile
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index f6ca438e0..8036c9c16 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -24,6 +24,7 @@ Bugfixes
 Changes affecting backwards compatibility
 -----------------------------------------
 
+- Reversed parameter order for ``os.copyFile`` and ``os.moveFile``!!!
 - Procs not marked as ``procvar`` cannot only be passed to a procvar anymore,
   unless they are used in the same module.
 - Deprecated ``times.getStartMilsecs``: Use ``epochTime`` or ``cpuTime``