comparison doc/upgrade.txt @ 1026:2e169deb0adc stable-0.7.x

Merge r1229 to r1238 and r1243 to r1251 from trunk (documentation fixes and Python 3.4 support).
author hodgestar
date Sun, 09 Mar 2014 08:41:45 +0000
parents 796b4600cdbd
children
comparison
equal deleted inserted replaced
1017:9c4fafa85f4a 1026:2e169deb0adc
5 5
6 .. contents:: Contents 6 .. contents:: Contents
7 :depth: 2 7 :depth: 2
8 .. sectnum:: 8 .. sectnum::
9 9
10 ------------------------------------------------------ 10 -------------------------------------------
11 Upgrading from Genshi 0.6.x to the development version 11 Upgrading from Genshi 0.6.x to Genshi 0.7.x
12 ------------------------------------------------------ 12 -------------------------------------------
13 13
14 The Genshi development version now supports both Python 2 and Python 3. 14 Genshi 0.7.x now supports both Python 2 and Python 3.
15 15
16 The most noticable API change in the Genshi development version is that the 16 The most noticable API change in the Genshi development version is that the
17 default encoding in numerous places is now None (i.e. unicode) instead 17 default encoding in numerous places is now None (i.e. unicode) instead
18 of UTF-8. This change was made in order to ease the transition to Python 3 18 of UTF-8. This change was made in order to ease the transition to Python 3
19 where strings are unicode strings by default. 19 where strings are unicode strings by default.
Copyright (C) 2012-2017 Edgewall Software