view examples_to_py3k.sh @ 959:2a45c61aedbc experimental-performance-improvement-exploration

Move push and pop outside the loop in the ForDirective since it's equivalent to just pushing and popping on the edges.
author hodgestar
date Tue, 13 Mar 2012 08:01:05 +0000
parents d010a80ebb4f
children
line wrap: on
line source
#!/bin/sh
#
# Script to run 2to3 on files not covered by setup.py
#
export PYTHONIOENCODING=utf8

# General 2to3 run
2to3 -w --no-diffs examples/
Copyright (C) 2012-2017 Edgewall Software