[Patches] [ python-Patches-1735485 ] Kill StandardError

SourceForge.net noreply at sourceforge.net
Tue Jun 12 23:07:43 CEST 2007


Patches item #1735485, was opened at 2007-06-12 00:50
Message generated for change (Comment added) made by collinwinter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1735485&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 3000
>Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Collin Winter (collinwinter)
Assigned to: Collin Winter (collinwinter)
Summary: Kill StandardError

Initial Comment:
Per PEP 3100, remove StandardError from the exception hierarchy. Neal, can you give this a quick look?

----------------------------------------------------------------------

>Comment By: Collin Winter (collinwinter)
Date: 2007-06-12 17:07

Message:
Logged In: YES 
user_id=1344176
Originator: YES

Checked in as r55939.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2007-06-12 02:14

Message:
Logged In: YES 
user_id=33168
Originator: NO

I only saw 2 things.  Otherwise, lgtm.

There are two duplicated lines for Exception:

     PRE_INIT(Exception)
-    PRE_INIT(StandardError)
+    PRE_INIT(Exception)

\versionchanged (or added) shouldn't have a period at the end of the
sentence.  It will be added automatically.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1735485&group_id=5470


More information about the Patches mailing list