Issue3776
Created on 2008-09-04 20:11 by brett.cannon, last changed 2008-09-05 18:35 by brett.cannon.
|
msg72517 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2008-09-04 20:11 |
|
This patch deprecates bsddb and dbhash for removal in Python 3.0.
|
|
msg72522 - (view) |
Author: Nick Coghlan (ncoghlan) |
Date: 2008-09-04 21:12 |
|
Attached patch raises Py3k warnings rather than plain deprecation
warnings, so it looks good to me (some of the discussions on python-dev
gave the impression that may have been getting full deprecation
warnings, implying its potential removal in 2.7 as well).
|
|
msg72527 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2008-09-04 21:38 |
|
Sorry if that impression was given about 2.6 deprecation. The plan was
always just for 3.0 removal since removing in 2.6 really would not be
enough time to warn users.
I have assigned to myself to apply the patch when I have time (some time
tonight).
Thanks for the review, Nick!
|
|
msg72582 - (view) |
Author: Nick Coghlan (ncoghlan) |
Date: 2008-09-05 10:28 |
|
I was actually pretty sure the intention was to add Py3k warnings, but
the exact phrase being used in the python-dev thread was "deprecation
warnings" which made folks a little nervous.
|
|
msg72616 - (view) |
Author: Brett Cannon (brett.cannon) |
Date: 2008-09-05 18:35 |
|
Trunk done with r66232 and blocked on 3.0 with r66233.
|
|
| Date |
User |
Action |
Args |
| 2008-09-05 18:35:20 | brett.cannon | set | status: open -> closed resolution: accepted messages:
+ msg72616 keywords:
patch, patch, needs review |
| 2008-09-05 18:19:35 | brett.cannon | link | issue3769 superseder |
| 2008-09-05 14:54:42 | jcea | set | keywords:
patch, patch, needs review nosy:
+ jcea |
| 2008-09-05 10:28:41 | ncoghlan | set | keywords:
patch, patch, needs review messages:
+ msg72582 |
| 2008-09-04 21:38:53 | brett.cannon | set | keywords:
patch, patch, needs review assignee: brett.cannon messages:
+ msg72527 |
| 2008-09-04 21:12:51 | ncoghlan | set | keywords:
patch, patch, needs review nosy:
+ ncoghlan messages:
+ msg72522 |
| 2008-09-04 20:11:19 | brett.cannon | create | |
|