summaryrefslogtreecommitdiff
path: root/packages/python/python-webpy
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-webpy')
0 files changed, 0 insertions, 0 deletions
o run python in unoptimized bytecode modeMichael Lauer1 Thanks to the default-is-optimized patch, this python was running in optimized mode all the time, there was no way to run it unoptimized. However this is necessary at times (e.g. if you want to run code that contains 'assert' statements, since optimized bytecode strips these out), so I added a new command line parameter 'N' to python that allows you to run it unoptimized. 2008-02-27python 2.5.2 silence sitecustomize.pyMichael Lauer1 2008-02-27python 2.5.1 upgrade to 2.5.2Michael Lauer9