commit | 0f1653e957cf519215af33dec61dc4808077bec2 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Apr 11 00:33:07 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Apr 11 00:33:07 2008 +0000 |
tree | 995e8e937d94dcd2abbeb26ffabd0bbad7c73e42 | |
parent | aa975432d4456c69e1b1fd2a335f01261175f798 [diff] |
Correct previous checkin, probably a svn merge issue. Now the code is similar to the one in trunk/. The behavior was funny: >>> print (), repr(()) (), () >>> print (), repr(()) (), (...)