All the previous files

This commit is contained in:
bendtherules
2014-02-05 10:44:04 +05:30
commit 12135f9a60
160 changed files with 8827 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
Whenever possible, version-unspecific code is written.
If there is a major incompatibility such that no one syntax will provide the same result in both versions, different version of the code is written.
The un-numbered version is supposed to contain 2.7 version specific code during dev time, but from time-to-time it is (if possible) made 3.2 compatible and the version 3.2 is updated (may need slight change).
.pyc files are not needed.