diff --git a/peps/pep-3108.rst b/peps/pep-3108.rst index 02d913067c1..ed1716e4776 100644 --- a/peps/pep-3108.rst +++ b/peps/pep-3108.rst @@ -1,11 +1,8 @@ PEP: 3108 Title: Standard Library Reorganization -Version: $Revision$ -Last-Modified: $Date$ Author: Brett Cannon Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 01-Jan-2007 Python-Version: 3.0 Post-History: 28-Apr-2008 @@ -1128,18 +1125,12 @@ been chosen as the guiding force for PEPs to create. References ========== -.. [#module-index] Python Documentation: Global Module Index - (http://docs.python.org/modindex.html) - .. [#silly-old-stuff] Python-Dev email: "Py3k release schedule worries" (https://mail.python.org/pipermail/python-3000/2006-December/005130.html) .. [#thread-deprecation] Python-Dev email: Autoloading? (https://mail.python.org/pipermail/python-dev/2005-October/057244.html) -.. [#py-dev-summary-2004-11-01] Python-Dev Summary: 2004-11-01 - (http://www.python.org/dev/summary/2004-11-01_2004-11-15/#id10) - .. [#2to3] 2to3 refactoring tool (http://svn.python.org/view/sandbox/trunk/2to3/) @@ -1159,9 +1150,6 @@ References .. [#irix-forms] FORMS Library by Mark Overmars (ftp://ftp.cs.ruu.nl/pub/SGI/FORMS) -.. [#sun-au] Wikipedia: Au file format - (http://en.wikipedia.org/wiki/Au_file_format) - .. [#appscript] appscript (http://appscript.sourceforge.net/) @@ -1179,14 +1167,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: