development of graphics module

This commit is contained in:
Andreas Rumpf
2010-02-19 08:34:07 +01:00
parent 0b07b47f69
commit 64da2f1681
7 changed files with 508 additions and 272 deletions

View File

@@ -20,6 +20,7 @@ Bugfixes
zeros.
- Fixed a bug in ``os.setFilePermissions`` for Windows.
- An overloadable symbol can now have the same name as an imported module.
- Fixed a serious bug in ``strutils.cmpIgnoreCase``.
Additions