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 indent-tabs-mode: nil
sentence-end-double-space: t sentence-end-double-space: t
fill-column: 70 fill-column: 70
coding: latin-1 coding: utf-8
End: End:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
PEP: 208 PEP: 208
Title: Reworking the Coercion Model Title: Reworking the Coercion Model
Version: $Revision$ 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 Status: Final
Type: Standards Track Type: Standards Track
Created: 04-Dec-2000 Created: 04-Dec-2000
@ -205,7 +205,7 @@ Reference Implementation
Credits 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]. Lemburg[3].
@ -226,4 +226,7 @@ References
Local Variables: Local Variables:
mode: indented-text mode: indented-text
indent-tabs-mode: nil indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: End:

View File

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

View File

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

View File

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

View File

@ -96,7 +96,7 @@ Completed features for 2.3
may still change until the first beta release. (There are no may still change until the first beta release. (There are no
plans to make this a built-in type, for now.) 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 Fully implemented. Error handling in unicode.encode or
str.decode can now be customized. str.decode can now be customized.

View File

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

View File

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

View File

@ -80,7 +80,7 @@ Example Problem
Proposal 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: acceptable solution to the problem on python-dev:
- LC_NUMERIC can be set at the C library level without - 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] inescporto.pt>, and attached to Sourceforge.net bug 774665 [10]
The final patch [11] was integrated into Python CVS by Martin v. 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 References
@ -205,4 +205,5 @@ mode: indented-text
indent-tabs-mode: nil indent-tabs-mode: nil
sentence-end-double-space: t sentence-end-double-space: t
fill-column: 70 fill-column: 70
coding: utf-8
End: End:

View File

@ -341,7 +341,7 @@ Compatibility
Open Issues 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 to an exception during its upward propagation without changing its
type. This could be a useful feature, but it is not addressed by type. This could be a useful feature, but it is not addressed by
this PEP. It could conceivably be addressed by a separate PEP this PEP. It could conceivably be addressed by a separate PEP
@ -440,7 +440,7 @@ Possible Future Incompatible Changes
Acknowledgements Acknowledgements
Brett Cannon, Greg Ewing, Guido van Rossum, Jeremy Hylton, Phillip 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 References
@ -475,10 +475,19 @@ References
[10] MSDN .NET Framework Library, "Exception.InnerException Property" [10] MSDN .NET Framework Library, "Exception.InnerException Property"
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemexceptionclassinnerexceptiontopic.asp 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 http://mail.python.org/pipermail/python-dev/2003-June/036148.html
Copyright Copyright
This document has been placed in the public domain. 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 Title: Migrating the Python CVS to Subversion
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ 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> Discussions-To: <python-dev@python.org>
Status: Accepted Status: Accepted
Type: Process Type: Process
@ -316,4 +316,5 @@ This document has been placed in the public domain.
indent-tabs-mode: nil indent-tabs-mode: nil
sentence-end-double-space: t sentence-end-double-space: t
fill-column: 70 fill-column: 70
coding: utf-8
End: End:

View File

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

View File

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