[issue9451] Strengthen __*__ system name warning

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r83550. -- dependencies: -Clarify __debug__ restrictions nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker __

[issue9451] Strengthen __*__ system name warning

2010-08-02 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue9451] Strengthen __*__ system name warning

2010-08-01 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: +Clarify __debug__ restrictions ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue9451] Strengthen __*__ system name warning

2010-08-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: Suggested rewrite: "System-defined names. These names are defined by the interpreter and its implementation (including the standard library). Current system names are discussed in the Special method names section and elsewhere. More will likely be defined in

[issue9451] Strengthen __*__ system name warning

2010-08-01 Thread Terry J. Reedy
New submission from Terry J. Reedy : Current" 2.3.2. Reserved classes of identifiers "__*__ System-defined names. These names are defined by the interpreter and its implementation (including the standard library); applications should not expect to define additional names using this conventi