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.
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:
+ barry github: 47174 |
| 2008-05-26 00:20:17 | brett.cannon | unlink | issue2775 dependencies |
| 2008-05-25 07:21:12 | georg.brandl | set | status: open -> closed resolution: accepted messages: + msg67323 nosy: + georg.brandl |
| 2008-05-25 01:36:19 | brett.cannon | set | keywords:
+ patch files: + revert_queue.diff messages: + msg67316 |
| 2008-05-25 01:13:50 | brett.cannon | set | messages: + msg67315 |
| 2008-05-25 01:10:16 | brett.cannon | set | messages: - msg67277 |
| 2008-05-24 00:38:20 | brett.cannon | set | messages: + msg67277 |
| 2008-05-20 04:39:04 | brett.cannon | link | issue2775 dependencies |
| 2008-05-20 04:34:08 | brett.cannon | create | |
