[Python-checkins] peps: Update with URL of hg repo
antoine.pitrou
python-checkins at python.org
Tue May 10 17:23:19 CEST 2011
http://hg.python.org/peps/rev/0c3788b45afc
changeset: 3874:0c3788b45afc
user: Antoine Pitrou <solipsis at pitrou.net>
date: Tue May 10 17:20:17 2011 +0200
summary:
Update with URL of hg repo
files:
pep-3151.txt | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/pep-3151.txt b/pep-3151.txt
--- a/pep-3151.txt
+++ b/pep-3151.txt
@@ -504,15 +504,16 @@
Implementation
==============
-A reference implementation has been started in ``branches/pep-3151`` in the
-Python SVN repository. For now only `Step 1`_ is implemented, and without
-the deprecation warnings. However, it shows that coalescing the exception
-types doesn't produce any significant annoyance in the standard library.
-The only observed trouble is with the respective constructors of ``IOError``
-and ``WindowsError``, which are slightly incompatible. The way it is solved
-is by keeping the ``IOError`` semantics and adding a fourth optional argument
-to allow passing the Windows error code (which is different from the POSIX
-errno). All ``PyErr_SetFromWindowsErr*`` functions still do the right thing.
+A reference implementation has been started in
+http://hg.python.org/features/pep-3151/ in branch ``pep-3151``.
+For now only `Step 1`_ is implemented, and without the deprecation warnings.
+However, it shows that coalescing the exception types doesn't produce any
+significant annoyance in the standard library. The only observed trouble
+is with the respective constructors of ``IOError`` and ``WindowsError``,
+which are slightly incompatible. The way it is solved is by keeping the
+``IOError`` semantics and adding a fourth optional argument to allow passing
+the Windows error code (which is different from the POSIX errno). All
+``PyErr_SetFromWindowsErr*`` functions do the right thing.
Possible alternative
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list