[issue2875] Rename the thread module to _thread

2008-05-25 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: But then again I thought that about the renames. =) Someone might actually pickle something from thread, so not sure how best to handle this one. __ Tracker <[EMAIL PROTECTED]>

[issue2875] Rename the thread module to _thread

2008-05-25 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Yeah, it is essentially a deprecation so the warning should be there. __ Tracker <[EMAIL PROTECTED]> __ _

[issue2875] Rename the thread module to _thread

2008-05-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Done in r63631. Fixer added in r63627 and r63629, notices to 2.6 docs added in r63630. Do you still want to warn when importing thread or dummy_thread directly in 2.6, like PEP 3108 says? -- nosy: +georg.brandl resolution: -> fixed st

[issue2875] Rename the thread module to _thread

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Renames are only occurring in 3.0, not 2.6. -- versions: -Python 2.6 __ Tracker <[EMAIL PROTECTED]> __

[issue2875] Rename the thread module to _thread

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: PEP 3108 has thread slated to be renamed _thread (along with dummy_thread to _dummy_thread). -- components: Library (Lib) messages: 66899 nosy: brett.cannon priority: release blocker severity: normal status: open title: Rename the th