1
1
PEP: 3108
2
2
Title: Standard Library Reorganization
3
- Version: $Revision$
4
- Last-Modified: $Date$
5
3
Author: Brett Cannon <
[email protected] >
6
4
Status: Final
7
5
Type: Standards Track
8
- Content-Type: text/x-rst
9
6
Created: 01-Jan-2007
10
7
Python-Version: 3.0
11
8
Post-History: 28-Apr-2008
@@ -1128,18 +1125,12 @@ been chosen as the guiding force for PEPs to create.
1128
1125
References
1129
1126
==========
1130
1127
1131
- .. [#module-index ] Python Documentation: Global Module Index
1132
- (http://docs.python.org/modindex.html)
1133
-
1134
1128
.. [#silly-old-stuff ] Python-Dev email: "Py3k release schedule worries"
1135
1129
(https://mail.python.org/pipermail/python-3000/2006-December/005130.html)
1136
1130
1137
1131
.. [#thread-deprecation ] Python-Dev email: Autoloading?
1138
1132
(https://mail.python.org/pipermail/python-dev/2005-October/057244.html)
1139
1133
1140
- .. [#py-dev-summary-2004-11-01 ] Python-Dev Summary: 2004-11-01
1141
- (http://www.python.org/dev/summary/2004-11-01_2004-11-15/#id10)
1142
-
1143
1134
.. [#2to3 ] 2to3 refactoring tool
1144
1135
(http://svn.python.org/view/sandbox/trunk/2to3/)
1145
1136
@@ -1159,9 +1150,6 @@ References
1159
1150
.. [#irix-forms ] FORMS Library by Mark Overmars
1160
1151
(ftp://ftp.cs.ruu.nl/pub/SGI/FORMS)
1161
1152
1162
- .. [#sun-au ] Wikipedia: Au file format
1163
- (http://en.wikipedia.org/wiki/Au_file_format)
1164
-
1165
1153
.. [#appscript ] appscript
1166
1154
(http://appscript.sourceforge.net/)
1167
1155
@@ -1179,14 +1167,3 @@ Copyright
1179
1167
=========
1180
1168
1181
1169
This document has been placed in the public domain.
1182
-
1183
-
1184
-
1185
- ..
1186
- Local Variables:
1187
- mode: indented-text
1188
- indent-tabs-mode: nil
1189
- sentence-end-double-space: t
1190
- fill-column: 70
1191
- coding: utf-8
1192
- End:
0 commit comments