diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 13:06:44 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 13:06:44 +0200 |
commit | b8f2d29ea9db281d34502d7299bee9e680e076ff (patch) | |
tree | 85dd10f957dfca92c11e1ca06825709a7201d8a4 | |
parent | d725de9d13de665401eda84f1a5b3b485fa58532 (diff) | |
download | cpython-git-b8f2d29ea9db281d34502d7299bee9e680e076ff.tar.gz |
Remove attribution; this is for the whatsnew.
-rw-r--r-- | Doc/library/exceptions.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index faf6732a41..6ba58d46d5 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -528,7 +528,6 @@ depending on the system error code. .. seealso:: :pep:`3151` - Reworking the OS and IO exception hierarchy - PEP written and implemented by Antoine Pitrou. Warnings |