]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct previous checkin, probably a svn merge issue.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 11 Apr 2008 00:33:07 +0000 (00:33 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 11 Apr 2008 00:33:07 +0000 (00:33 +0000)
commit0f1653e957cf519215af33dec61dc4808077bec2
tree995e8e937d94dcd2abbeb26ffabd0bbad7c73e42
parentaa975432d4456c69e1b1fd2a335f01261175f798
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(())
   (), (...)
Objects/tupleobject.c