[issue2878] Backport UserList move in 3.0

2008-05-29 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: Committed in r63790. -- resolution: - accepted status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2878 ___

[issue2878] Backport UserList move in 3.0

2008-05-27 Thread Quentin Gallet-Gilles
Quentin Gallet-Gilles [EMAIL PROTECTED] added the comment: Attaching a patch for the import fixer of UserList. -- keywords: +patch nosy: +quentin.gallet-gilles Added file: http://bugs.python.org/file10448/userlist_import_fixer.patch __ Tracker [EMAIL

[issue2878] Backport UserList move in 3.0

2008-05-25 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: Raymond, can you tell me exactly where each module-level thing in UserList went and if it was renamed or not? That way the fixer can get written. -- assignee: - rhettinger nosy: +rhettinger __ Tracker

[issue2878] Backport UserList move in 3.0

2008-05-25 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: It was moved to the collections module. -- assignee: rhettinger - brett.cannon __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2878 __

[issue2878] Backport UserList move in 3.0

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon [EMAIL PROTECTED]: The UserList class was moved from the UserList module to the collections module. That move along with the stdlib update needs to be backported to 2.6. -- components: Library (Lib) messages: 66902 nosy: brett.cannon priority: release