Edgewall Software

Changeset 1162 for trunk


Ignore:
Timestamp:
Mar 18, 2011, 10:51:59 AM (13 years ago)
Author:
hodgestar
Message:

Update upgrade documentation to refer to the development version and not the py3k branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/upgrade.txt

    r1161 r1162  
    88.. sectnum::
    99
    10 ----------------------------------------------
    11 Upgrading from Genshi 0.6.x to the py3k branch
    12 ----------------------------------------------
     10------------------------------------------------------
     11Upgrading from Genshi 0.6.x to the development version
     12------------------------------------------------------
    1313
    14 The most noticable API change in the Genshi py3k branch is that the
     14The Genshi development version now supports both Python 2 and Python 3.
     15
     16The most noticable API change in the Genshi development version is that the
    1517default encoding in numerous places is now None (i.e. unicode) instead
    1618of UTF-8. This change was made in order to ease the transition to Python 3
     
    1820
    1921If your application relies on the default UTF-8 encoding a simple way to
    20 have it work both with Genshi 0.6.x and the py3k branch is to specify the
     22have it work both with Genshi 0.6.x and the development version is to specify the
    2123encoding explicitly in calls to the following classes, methods and functions:
    2224
Note: See TracChangeset for help on using the changeset viewer.