[Checkins] SVN: RestrictedPython/trunk/ Cosmetics, fix english

Philipp von Weitershausen philikon at philikon.de
Sat Jul 14 08:14:32 EDT 2007


Log message for revision 77921:
  Cosmetics, fix english
  

Changed:
  U   RestrictedPython/trunk/README.txt
  U   RestrictedPython/trunk/setup.py

-=-
Modified: RestrictedPython/trunk/README.txt
===================================================================
--- RestrictedPython/trunk/README.txt	2007-07-14 12:00:50 UTC (rev 77920)
+++ RestrictedPython/trunk/README.txt	2007-07-14 12:14:31 UTC (rev 77921)
@@ -1,38 +1,31 @@
-****************
-RestrictedPython
-****************
+RestrictedPython provides a restricted execution environment for
+Python, e.g. for running untrusted code.
 
-Restricted execution enviromant, supporting untrusted code / templates.
+Changes
+=======
 
-Releases
-********
-
-==================
 3.4.1 (2007/06/23)
-==================
+------------------
 
-- fixed for Collector/#2295 (Zope 2, PythonScripts) 
+- Fixed Collector/#2295 (Zope 2, PythonScripts) 
 
-==================
 3.4.0 (2007/06/04)
-==================
+------------------
 
 - RestrictedPython now has its own release cycle as a separate egg.
 
 - Synchronized with RestrictedPython from Zope 2 tree.
 
-==================
 3.2.0 (2006/01/05)
-==================
+------------------
 
 - Corresponds to the verison of the RestrictedPython package shipped
   as part of the Zope 3.2.0 release.
 
 - No changes from 3.1.0.
 
-==================
 3.1.0 (2005/10/03)
-==================
+------------------
 
 - Corresponds to the verison of the RestrictedPython package shipped
   as part of the Zope 3.1.0 release.
@@ -42,9 +35,8 @@
 - Replaced use of deprecated 'whrandom' module with 'random' (aliased
   to 'whrandom' for backward compatibility).
 
-==================
 3.0.0 (2004/11/07)
-==================
+------------------
 
 - Corresponds to the verison of the RestrictedPython package shipped
   as part of the Zope X3.0.0 release.

Modified: RestrictedPython/trunk/setup.py
===================================================================
--- RestrictedPython/trunk/setup.py	2007-07-14 12:00:50 UTC (rev 77920)
+++ RestrictedPython/trunk/setup.py	2007-07-14 12:14:31 UTC (rev 77921)
@@ -31,12 +31,7 @@
       description='Restricted Python execution handlers',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description=(
-        read('README.txt')
-        + '\n' +
-        'Download\n'
-        '**********************\n'
-        ),
+      long_description=open('README.xt').read(),
 
       packages = find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list