Closed GoogleCodeExporter closed 9 years ago
OK, so it's not that simple. Issues include:
* No ABCs (fixed by gross hack)
* No property.setter decorator (think fixed by defining extra class)
* No heapq.heappushpop (defined in terms of heapreplace)
* No except Exception as e (used sys.exc_info instead)
* No {} formatting (at this point I gave up).
This is too much work for now. If this becomes hugely popular, look again.
Original comment by acooke....@gmail.com
on 1 Feb 2009 at 1:57
Original issue reported on code.google.com by
acooke....@gmail.com
on 31 Jan 2009 at 10:42