[Python-checkins] r70037 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Fri Feb 27 23:29:33 CET 2009


Author: benjamin.peterson
Date: Fri Feb 27 23:29:33 2009
New Revision: 70037

Log:
Blocked revisions 70011,70016 via svnmerge

........
  r70011 | brett.cannon | 2009-02-26 21:38:28 -0600 (Thu, 26 Feb 2009) | 5 lines
  
  Fix a bug where code was trying to index an int. Left over from the situation
  from using str.rpartition to str.rindex.
  
  Closes Issue5213.
........
  r70016 | raymond.hettinger | 2009-02-27 02:09:47 -0600 (Fri, 27 Feb 2009) | 1 line
  
  Give mapping views a usable repr.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list