[Python-checkins] r69886 - peps/trunk/pep-0376.txt

brett.cannon python-checkins at python.org
Sun Feb 22 23:42:22 CET 2009


Author: brett.cannon
Date: Sun Feb 22 23:42:22 2009
New Revision: 69886

Log:
Minor wording changes.


Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Sun Feb 22 23:42:22 2009
@@ -1,7 +1,7 @@
 PEP: 376
 Title: Changing the .egg-info structure
-Version: $Revision:$
-Last-Modified: $Date:$
+Version: $Revision$
+Last-Modified: $Date$
 Author: Tarek Ziadé <tarek at ziade.org>
 Status: Draft
 Type: Standards Track
@@ -17,9 +17,9 @@
 
 This PEP proposes various enhancements for Distutils:
 
-- a new format for the .egg-info structure.
-- an install script to install package in Python.
-- an uninstall script to uninstall a package in Python.
+- A new format for the .egg-info structure.
+- An install script to install a package in Python.
+- An uninstall script to uninstall a package in Python.
 
 Rationale
 =========
@@ -27,8 +27,8 @@
 There are three problems right now in the way packages
 are installed in Python:
 
-- There are too many different ways to install a package in
-  Python nowadays 
+- There are too many ways to install a package in
+  Python.
 
 - There is no way to uninstall a package.
 


More information about the Python-checkins mailing list