Changes between Version 10 and Version 11 of DjangoAndPyPy
- Timestamp:
- Jul 13, 2008, 9:33:37 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndPyPy
v10 v11 20 20 {{{ 21 21 cd pypy/translator/goal 22 ./translate.py --thread --gc=hybrid --batch targetpypystandalone --faassen --allworkingmodules --oldstyle22 ./translate.py --thread --gc=hybrid --batch targetpypystandalone --faassen --allworkingmodules 23 23 }}} 24 24 This will create a pypy-c executable in the current directory. … … 28 28 * All optimisations 29 29 * All working modules 30 * Support old style classes style as done in Python 2.5 30 * Support old style classes style as done in Python 2.5 (default) 31 31 32 32 The generated interpreter will use the modified