[Python-checkins] CVS: python/nondist/sf-html index.html,1.1,1.2

Peter Schneider-Kamp python-dev@python.org
Thu, 20 Jul 2000 15:30:07 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15885

Modified Files:
	index.html 
Log Message:

added link to PEPs



Index: index.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** index.html	2000/07/14 09:00:06	1.1
--- index.html	2000/07/20 22:30:04	1.2
***************
*** 69,72 ****
--- 69,90 ----
    </tbody>
  </table>
+ 
+ <h1><a href="peps">PYTHON ENHANCEMENT PROPOSALS</a></h1>
+ 
+ <table border="0" width="100%" bgcolor="#99CCFF"
+ summary="Python Enhancement Proposals">
+   <tbody>
+     <tr>
+       <td><h2>This is the definitive collection of proposed
+         enhancements for Python. These include:</h2>
+         <ul>
+           <li>List Comprehension</li>
+           <li>Augmented Assignment</li>
+           <li>2.0 Batteries Included</li>
+         </ul>
+       </td>
+     </tr>
+   </tbody>
+ </table>
  </body>
  </html>