made tsequtils green again

This commit is contained in:
Araq
2012-05-28 01:17:17 +02:00
parent 22188a0647
commit f3980eb24a
5 changed files with 45 additions and 8 deletions

View File

@@ -72,6 +72,9 @@ Changes affecting backwards compatibility
- Deprecated ``system.GC_setStrategy``.
- ``re.findAll`` and ``pegs.findAll`` don't return *captures* anymore but
matching *substrings*.
- RTTI and thus the ``marshall`` module don't contain the proper field names
of tuples anymore. This had to be changed as the old behaviour never
produced consistent results.
Compiler Additions