[issue2880] Rename repr to reprlib

2008-05-22 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: r635647 and r635649 reverted the module in 3.0. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue2880] Rename repr to reprlib

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The rename of repr in 2.6 needs to be removed with only a note in the docs to remain. -- resolution: fixed -> status: closed -> open versions: -Python 3.0 __ Tracker <[EMAIL PROTECTED]>

[issue2880] Rename repr to reprlib

2008-05-16 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Pytho

[issue2880] Rename repr to reprlib

2008-05-15 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti <[EMAIL PROTECTED]>: -- assignee: -> alexandre.vassalotti nosy: +alexandre.vassalotti __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2880] Rename repr to reprlib

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The repr module is slated to be renamed reprlib in PEP 3108. -- components: Library (Lib) messages: 66907 nosy: brett.cannon priority: release blocker severity: normal status: open title: Rename repr to reprlib type: behavior versions