* add print_, exec_ and _reraise helpers for 2-3 compatible code

* consolidate builtins implementation to be compatible with >=2.3

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-28 16:25:29 +02:00
parent 91f90d27ee
commit 5e95feaf90
23 changed files with 231 additions and 760 deletions
+3
View File
@@ -1,6 +1,9 @@
Changes between 1.0.x and 'trunk'
=====================================
* consolidate builtins implementation to be compatible with >=2.3,
add print_, exec_ and _reraise helpers for 2-3 compatible code
* deprecate py.compat.doctest|subprocess|textwrap|optparse
* deprecate py.magic.autopath, remove py/magic directory