Bugs item #1176012, was opened at 2005-04-03 14:21
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1176012&group_id=5470

Category: Python Library
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: logistix (logistix)
Assigned to: Brett Cannon (bcannon)
Summary: compiler module didn't get updated for "class foo():pass"

Initial Comment:
Patch with fix and testcase is attached.

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

>Comment By: Brett Cannon (bcannon)
Date: 2005-04-08 19:34

Message:
Logged In: YES 
user_id=357491

OK, committed in rev. XXX for Modules/parsermodule.c, rev.
XXX for Lib/test/test_parser.py, rev. XXX for
Lib/compiler/transformer.py, and rev. XXX for
Lib/test/test_compiler.py .

Only change from patch to what was committed was changing
the formatting for parsermodule.c to meet the coding
standard and a bug where an assignment was being made
instead of a comparison.

Closed as fixed.  Thanks, logistix.

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

Comment By: logistix (logistix)
Date: 2005-04-03 15:01

Message:
Logged In: YES 
user_id=699438

The parser module didn't get corrected either.  Here is 
another patch with test case for that.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1176012&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to