converted to UTF-8 & added coding slugs

This commit is contained in:
David Goodger 2006-03-02 19:54:50 +00:00
parent d4d660d886
commit 794b1f8f11
18 changed files with 55 additions and 23 deletions

View File

@ -539,5 +539,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: latin-1
coding: utf-8
End:

View File

@ -428,4 +428,5 @@ This document has been placed in the public domain.
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -222,4 +222,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -2,7 +2,7 @@ PEP: 11
Title: Removing support for little used platforms
Version: $Revision$
Last-Modified: $Date$
Author: martin@v.loewis.de (Martin v. Löwis)
Author: martin@v.loewis.de (Martin v. Löwis)
Status: Active
Type: Informational
Created: 07-Jul-2002
@ -144,4 +144,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -639,4 +639,5 @@ This document has been placed in the public domain.
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -228,7 +228,7 @@ Previous Weak Reference Work in Python
queue) in Java. Information on this has disappeared from the Web,
but is included below as an Appendix.
Marc-André Lemburg's mx.Proxy package:
Marc-André Lemburg's mx.Proxy package:
http://www.lemburg.com/files/python/mxProxy.html
@ -440,4 +440,7 @@ Copyright
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,7 +1,7 @@
PEP: 208
Title: Reworking the Coercion Model
Version: $Revision$
Author: nas@arctrix.com (Neil Schemenauer), mal@lemburg.com (Marc-André Lemburg)
Author: nas@arctrix.com (Neil Schemenauer), mal@lemburg.com (Marc-André Lemburg)
Status: Final
Type: Standards Track
Created: 04-Dec-2000
@ -205,7 +205,7 @@ Reference Implementation
Credits
This PEP and the patch are heavily based on work done by Marc-André
This PEP and the patch are heavily based on work done by Marc-André
Lemburg[3].
@ -226,4 +226,7 @@ References
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,8 +1,8 @@
PEP: 0263
Title: Defining Python Source Code Encodings
Version: $Revision$
Author: mal@lemburg.com (Marc-André Lemburg),
loewis@informatik.hu-berlin.de (Martin v. Löwis)
Author: mal@lemburg.com (Marc-André Lemburg),
loewis@informatik.hu-berlin.de (Martin v. Löwis)
Status: Final
Type: Standards Track
Python-Version: 2.3
@ -244,4 +244,7 @@ Copyright
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -2,7 +2,7 @@ PEP: 271
Title: Prefixing sys.path by command line option
Version: $Revision$
Last-Modified: $Date$
Author: fred@arakne.com (Frédéric B. Giacometti)
Author: fred@arakne.com (Frédéric B. Giacometti)
Status: Rejected
Type: Standards Track
Created: 15-Aug-2001
@ -71,5 +71,7 @@ Copyright
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,7 +1,7 @@
PEP: 0275
Title: Switching on Multiple Values
Version: $Revision$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: mal@lemburg.com (Marc-André Lemburg)
Status: Draft
Type: Standards Track
Python-Version: 2.4
@ -316,7 +316,7 @@ Scope
Credits
Martin von Löwis (issues with the optimization idea)
Martin von Löwis (issues with the optimization idea)
Thomas Wouters (switch statement + byte code compiler example)
Skip Montanaro (dispatching ideas, examples)
Donald Beaudry (switch syntax)
@ -335,4 +335,7 @@ Copyright
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -96,7 +96,7 @@ Completed features for 2.3
may still change until the first beta release. (There are no
plans to make this a built-in type, for now.)
- PEP 293 Codec error handling callbacks Dörwald
- PEP 293 Codec error handling callbacks Dörwald
Fully implemented. Error handling in unicode.encode or
str.decode can now be customized.

View File

@ -2,7 +2,7 @@ PEP: 293
Title: Codec Error Handling Callbacks
Version: $Revision$
Last-Modified: $Date$
Author: Walter Dörwald
Author: Walter Dörwald
Status: Final
Type: Standards Track
Created: 18-Jun-2002
@ -278,7 +278,7 @@ Rationale
# (4)
import time
us = u"äa"*1000000
us = u"äa"*1000000
encoding = "ascii"
import codecs, cStringIO as StringIO
@ -418,4 +418,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,7 +1,7 @@
PEP: 297
Title: Support for System Upgrades
Version: $Revision$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: mal@lemburg.com (Marc-André Lemburg)
Status: Draft
Type: Standards Track
Python-Version: 2.3
@ -103,4 +103,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -80,7 +80,7 @@ Example Problem
Proposal
Martin v. Löwis commented on the initial constraints for an
Martin v. Löwis commented on the initial constraints for an
acceptable solution to the problem on python-dev:
- LC_NUMERIC can be set at the C library level without
@ -158,7 +158,7 @@ Implementation
inescporto.pt>, and attached to Sourceforge.net bug 774665 [10]
The final patch [11] was integrated into Python CVS by Martin v.
Löwis on 2004-06-08, as stated in the bug report.
Löwis on 2004-06-08, as stated in the bug report.
References
@ -205,4 +205,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -341,7 +341,7 @@ Compatibility
Open Issues
Walter Dörwald [11] expressed a desire to attach extra information
Walter Dörwald [11] expressed a desire to attach extra information
to an exception during its upward propagation without changing its
type. This could be a useful feature, but it is not addressed by
this PEP. It could conceivably be addressed by a separate PEP
@ -440,7 +440,7 @@ Possible Future Incompatible Changes
Acknowledgements
Brett Cannon, Greg Ewing, Guido van Rossum, Jeremy Hylton, Phillip
J. Eby, Raymond Hettinger, Walter Dörwald, and others.
J. Eby, Raymond Hettinger, Walter Dörwald, and others.
References
@ -475,10 +475,19 @@ References
[10] MSDN .NET Framework Library, "Exception.InnerException Property"
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemexceptionclassinnerexceptiontopic.asp
[11] Walter Dörwald suggests wrapping exceptions to add details
[11] Walter Dörwald suggests wrapping exceptions to add details
http://mail.python.org/pipermail/python-dev/2003-June/036148.html
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:

View File

@ -2,7 +2,7 @@ PEP: 347
Title: Migrating the Python CVS to Subversion
Version: $Revision$
Last-Modified: $Date$
Author: Martin v. Löwis <martin@v.loewis.de>
Author: Martin v. Löwis <martin@v.loewis.de>
Discussions-To: <python-dev@python.org>
Status: Accepted
Type: Process
@ -316,4 +316,5 @@ This document has been placed in the public domain.
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -2,7 +2,7 @@ PEP: 353
Title: Using ssize_t as the index type
Version: $Revision$
Last-Modified: $Date$
Author: Martin v. Löwis <martin@v.loewis.de>
Author: Martin v. Löwis <martin@v.loewis.de>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -262,4 +262,5 @@ This document has been placed in the public domain.
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -2,7 +2,7 @@ PEP: 355
Title: Path - Object oriented filesystem paths
Version: $Revision$
Last-Modified: $Date$
Author: Björn Lindqvist <bjourne@gmail.com>
Author: Björn Lindqvist <bjourne@gmail.com>
Status: Draft
Type: Standards Track
Created: 24-Jan-2006
@ -555,5 +555,5 @@ mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: latin-1
coding: utf-8
End: