annotate examples_to_py3k.sh @ 936:47c83fbdf4d4

Merge r1144 from py3k: Add documentation on upgrading to the Genshi py3k branch.
author hodgestar
date Fri, 18 Mar 2011 09:18:59 +0000
parents 1a86e0af2ae1
children
rev   line source
929
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
1 #!/bin/sh
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
2 #
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
3 # Script to run 2to3 on files not covered by setup.py
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
4 #
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
5 export PYTHONIOENCODING=utf8
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
6
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
7 # General 2to3 run
1a86e0af2ae1 Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents:
diff changeset
8 2to3 -w --no-diffs examples/
Copyright (C) 2012-2017 Edgewall Software