[Python-bugs-list] [ python-Bugs-604465 ] codeop module documentation typo (3.23)

noreply@sourceforge.net noreply@sourceforge.net
Wed, 04 Sep 2002 03:06:14 -0700


Bugs item #604465, was opened at 2002-09-04 10:06
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=604465&group_id=5470

Category: Documentation
Group: Python 2.1.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Lewis Collard (joevs)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: codeop module documentation typo (3.23)

Initial Comment:
The final example given on the page on the first page of 
the codeop documentation (section 3.23) reads:

try:
    from codeop import CommandCompiler
except ImportError:
    def CommandCompiler():
        from codeop import compile_command
        return compile_comamnd

There is a clear typo on the final line of this example.

-- l

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

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