[Patches] [ python-Patches-455769 ] small fixes for Tools/bgen

noreply@sourceforge.net noreply@sourceforge.net
Mon, 27 Aug 2001 07:09:50 -0700


Patches item #455769, was opened at 2001-08-27 07:09
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=455769&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Nobody/Anonymous (nobody)
Summary: small fixes for Tools/bgen

Initial Comment:
- Tests (in the 'if __name__ == '__main__': section) 
do not run because they try to 'import Generator' 
which is not defined.

- Another test does not run because it uses Variable
(int, 'x') instead of (int, 'x', InMode)

- a small fix (replace ' inside a triple quoted string 
with \' to work around bugs with syntax coloring in 
emacs python mode

- Fix a triple quoted string which actually started 
with 4 quotes


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

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