Issue 2925: Revert Queue rename in 2.6 (original) (raw)
Issue2925
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47174
classification
Title: | Revert Queue rename in 2.6 | ||
---|---|---|---|
Type: | behavior | Stage: | |
Components: | Library (Lib) | Versions: | Python 2.6 |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
Date: 2008-05-25 07:21 |
Renamed and fixed references in r63599, r63600, r63603. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:34 | admin | set | nosy: + barrygithub: 47174 |
2008-05-26 00:20:17 | brett.cannon | unlink | issue2775 dependencies |
2008-05-25 07:21:12 | georg.brandl | set | status: open -> closedresolution: acceptedmessages: + nosy: + georg.brandl |
2008-05-25 01:36:19 | brett.cannon | set | keywords: + patchfiles: + revert_queue.diffmessages: + |
2008-05-25 01:13:50 | brett.cannon | set | messages: + |
2008-05-25 01:10:16 | brett.cannon | set | messages: - |
2008-05-24 00:38:20 | brett.cannon | set | messages: + |
2008-05-20 04:39:04 | brett.cannon | link | issue2775 dependencies |
2008-05-20 04:34:08 | brett.cannon | create |