]> granicus.if.org Git - python/commit
Merged revisions 81499,81506 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 27 Jun 2010 22:41:29 +0000 (22:41 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 27 Jun 2010 22:41:29 +0000 (22:41 +0000)
commit5a6214afe2e454a9d1247c53db643c28114d5d1e
treecac88df40e576f800df0a556b86c60424ade97de
parent556d8001dfaf5c7d6b45d5d1e6d09ed7a410c8b3
Merged revisions 81499,81506 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81499 | georg.brandl | 2010-05-24 16:29:07 -0500 (Mon, 24 May 2010) | 1 line

  #8016: add the CP858 codec (approved by Benjamin).  (Also add CP720 to the tests, it was missing there.)
........
  r81506 | benjamin.peterson | 2010-05-24 17:04:53 -0500 (Mon, 24 May 2010) | 1 line

  set svn:eol-style
........
Doc/library/codecs.rst
Lib/encodings/aliases.py
Lib/encodings/cp858.py [new file with mode: 0644]
Lib/test/test_codecs.py
Lib/test/test_unicode.py