Commit 30d9ef78 authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 76414 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76414 | benjamin.peterson | 2009-11-19 15:22:27 -0600 (Thu, 19 Nov 2009) | 1 line

  fix message for py3
........
parent 14eb7952
...@@ -55,8 +55,8 @@ Library ...@@ -55,8 +55,8 @@ Library
- Issue #3976: pprint for sets, frozensets, and dicts now succeed when - Issue #3976: pprint for sets, frozensets, and dicts now succeed when
they contain unorderable types. they contain unorderable types.
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__ - Issue #5037: Proxy the __bytes__ special method instead to __bytes__ instead
instead of __str__. of __str__.
- Issue #7341: Close the internal file object in the TarFile constructor in - Issue #7341: Close the internal file object in the TarFile constructor in
case of an error. case of an error.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment