[pypy-svn] r16204 - in pypy/branch/dist-newdoc: . lib-python pypy pypy/documentation pypy/module/__builtin__

hpk at codespeak.net hpk at codespeak.net
Mon Aug 22 16:17:33 CEST 2005


Author: hpk
Date: Mon Aug 22 16:17:29 2005
New Revision: 16204

Added:
   pypy/branch/dist-newdoc/
      - copied from r16185, pypy/dist/
   pypy/branch/dist-newdoc/lib-python/
      - copied from r16193, pypy/dist/lib-python/
   pypy/branch/dist-newdoc/lib-python/conftest.py
      - copied unchanged from r16194, pypy/dist/lib-python/conftest.py
   pypy/branch/dist-newdoc/pypy/
      - copied from r16202, pypy/dist/pypy/
   pypy/branch/dist-newdoc/pypy/documentation/ext-functions-draft.txt
      - copied unchanged from r16203, pypy/dist/pypy/documentation/ext-functions-draft.txt
Modified:
   pypy/branch/dist-newdoc/pypy/module/__builtin__/app_io.py
Log:
open up a branch for documentation separation
by release and getting rid of the index.cgi? approach.
This is experimental and might get postponed. 


Modified: pypy/branch/dist-newdoc/pypy/module/__builtin__/app_io.py
==============================================================================
--- pypy/dist/pypy/module/__builtin__/app_io.py	(original)
+++ pypy/branch/dist-newdoc/pypy/module/__builtin__/app_io.py	Mon Aug 22 16:17:29 2005
@@ -4,6 +4,7 @@
 """
 
 import sys
+import os
 
 def execfile(filename, glob=None, loc=None):
     if glob is None:



More information about the Pypy-commit mailing list