[issue2161] STORE_LOCAL byte code is not documented

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Indeed. Fixed in r60988. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2161] STORE_LOCAL byte code is not documented

2008-02-23 Thread Guilherme Polo
Guilherme Polo added the comment: I believe it should say "STORE_FAST or STORE_GLOBAL" instead. -- nosy: +gpolo __ Tracker <[EMAIL PROTECTED]> __ __

[issue2161] STORE_LOCAL byte code is not documented

2008-02-22 Thread Peter Tröger
New submission from Peter Tröger: The byte code STORE_LOCAL is referenced in the description of STORE_NAME, but has no own entry in the list. See here: http://docs.python.org/lib/bytecodes.html -- components: Documentation messages: 62685 nosy: troeger severity: minor status: open title