• Guido van Rossum's avatar
    Merged revisions 53952-54987 via svnmerge from · d8faa365
    Guido van Rossum authored
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r53954 | jeremy.hylton | 2007-02-26 10:41:18 -0800 (Mon, 26 Feb 2007) | 10 lines
    
      Do not copy free variables to locals in class namespaces.
    
      Fixes bug 1569356, but at the cost of a minor incompatibility in
      locals().  Add test that verifies that the class namespace is not
      polluted.  Also clarify the behavior in the library docs.
    
      Along the way, cleaned up the dict_to_map and map_to_dict
      implementations and added some comments that explain what they do.
    ........
      r53955 | jeremy.hylton | 2007-02-26 11:00:20 -0800 (Mon, 26 Feb 2007) | 2 lines
    
      Fix assertion.
    ........
      r53969 | neal.norwitz | 2007-02-26 14:41:45 -0800 (Mon, 26 Feb 2007) | 3 lines
    
      When printing an unraisable error, don't print exceptions. before the name.
      This duplicates the behavior whening normally printing exceptions.
    ........
      r53970 | andrew.kuchling | 2007-02-26 15:02:47 -0800 (Mon, 26 Feb 2007) | 1 line
    
      Mark...
    d8faa365
libasyncore.tex 10.2 KB