Issue 2925: Revert Queue rename in 2.6 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: barry, brett.cannon, georg.brandl
Priority: release blocker Keywords: patch

Created on 2008-05-20 04:34 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
revert_queue.diff brett.cannon, 2008-05-25 01:36
Messages (4)
msg67095 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-20 04:34
The rename of Queue in 2.6 needs to be reverted with only a note in the 
docs to remain.
msg67315 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-25 01:13
r63104 moved the stud module from Lib to Lib/lib-old.

r63080 changed some docs and added a test for the rename.

r63077 changed imports.
msg67316 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-25 01:36
After performing a ``svn rename`` on Lib/queue.py to Lib/Queue.py the 
attached patch should revert all other changes related to the rename.

As per usual, I am on OS X so I can't do the case-sensitive rename. If 
someone could do the svn rename, apply the patch, and run regrtest that 
would be appreciated.
msg67323 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-25 07:21
Renamed and fixed references in r63599, r63600, r63603.