proper parameter order for os.copyFile/os.moveFile

This commit is contained in:
Araq
2010-09-21 07:48:35 +02:00
parent ea2306b301
commit 53cd61546d
2 changed files with 3 additions and 6 deletions

View File

@@ -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``