]> granicus.if.org Git - python/commitdiff
#4153: merge with 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 20 Jan 2013 10:18:17 +0000 (12:18 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 20 Jan 2013 10:18:17 +0000 (12:18 +0200)
1  2 
Doc/howto/unicode.rst

index 5d9e0275274a056057733fb2b4177b20209d7143,b309f601d0598d27bcdadb92f55e0bdfb568c361..7500dce937c1d97722a4dff4078b7c1cf3ae5161
@@@ -413,8 -421,8 +421,8 @@@ list of category codes
  References
  ----------
  
- The ``str`` type is described in the Python library reference at
+ The :class:`str` type is described in the Python library reference at
 -:ref:`typesseq`.
 +:ref:`textseq`.
  
  The documentation for the :mod:`unicodedata` module.
  
@@@ -610,7 -618,7 +618,6 @@@ Marc-André Lemburg, Martin von Löwis
     and that the HOWTO only covers 2.x.
  
  .. comment Describe Python 3.x support (new section? new document?)
--.. comment Additional topic: building Python w/ UCS2 or UCS4 support
  .. comment Describe use of codecs.StreamRecoder and StreamReaderWriter
  
  .. comment
         - [ ] Writing Unicode programs
             - [ ] Do everything in Unicode
             - [ ] Declaring source code encodings (PEP 263)
--       - [ ] Other issues
--           - [ ] Building Python (UCS2, UCS4)