• Victor Stinner's avatar
    Merged revisions 81471-81472 via svnmerge from · 09c0f24f
    Victor Stinner yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r81471 | victor.stinner | 2010-05-22 15:37:56 +0200 (sam., 22 mai 2010) | 7 lines
    
      Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
    
       * Fix seek() method of codecs.open(), don't write the BOM twice after seek(0)
       * Fix reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes
       * test_codecs: use "w+" mode instead of "wt+". "t" mode is not supported by
         Solaris or Windows, but does it really exist? I found it the in the issue.
    ........
      r81472 | victor.stinner | 2010-05-22 15:44:25 +0200 (sam., 22 mai 2010) | 4 lines
    
      Fix my last commit (r81471) about codecs
    
      Rememder: don't touch the code just before a commit
    ........
    09c0f24f
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...