Staging
v0.8.1
https://github.com/python/cpython
Revision 85ddea7e69aa6892858df1a93d468608cedb93df authored by Ezio Melotti on 25 February 2010, 17:51:33 UTC, committed by Ezio Melotti on 25 February 2010, 17:51:33 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78449 | ezio.melotti | 2010-02-25 19:36:04 +0200 (Thu, 25 Feb 2010) | 1 line

  #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
........
1 parent 5a89678
History
Tip revision: 85ddea7e69aa6892858df1a93d468608cedb93df authored by Ezio Melotti on 25 February 2010, 17:51:33 UTC
Merged revisions 78449 via svnmerge from
Tip revision: 85ddea7
File Mode Size
c-api
data
distutils
documenting
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 5.1 KB
README.txt -rw-r--r-- 4.9 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 2.8 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 440 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 27.0 KB
license.rst -rw-r--r-- 36.6 KB
make.bat -rw-r--r-- 1.6 KB

README.txt

back to top