Issue2359
Created on 2008-03-17 19:41 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue2359.diff | jeff.balogh, 2008-03-18 00:06 | |||
| Messages (5) | |||
|---|---|---|---|
| msg63735 - (view) | Author: Brett Cannon (brett.cannon) * ![]() |
Date: 2008-03-17 19:41 | |
array.{read,write} from the array module should raise at least a Py3K
warning, if not a DeprecationWarning.
|
|||
| msg63753 - (view) | Author: Jeff Balogh (jeff.balogh) * | Date: 2008-03-17 20:13 | |
I've got this one. |
|||
| msg63778 - (view) | Author: Jeff Balogh (jeff.balogh) * | Date: 2008-03-17 21:05 | |
Attaching a patch that adds the deprecation warnings. It's a bit dirty because there isn't a read or write function anymore, so I had to make stubs that contain the warnings. |
|||
| msg63812 - (view) | Author: Jeff Balogh (jeff.balogh) * | Date: 2008-03-18 00:06 | |
Attaching a fixed patch that follows PEP 7. |
|||
| msg64465 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2008-03-25 08:37 | |
Committed patch as r61881. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:32 | admin | set | github: 46612 |
| 2008-03-25 08:37:39 | georg.brandl | set | status: open -> closed resolution: accepted messages: + msg64465 nosy: + georg.brandl |
| 2008-03-20 15:56:03 | jeff.balogh | set | files: - issue2359.diff |
| 2008-03-18 00:06:12 | jeff.balogh | set | files:
+ issue2359.diff messages: + msg63812 |
| 2008-03-17 21:05:41 | jeff.balogh | set | files:
+ issue2359.diff keywords: + patch messages: + msg63778 |
| 2008-03-17 20:16:27 | brett.cannon | set | priority: release blocker -> critical |
| 2008-03-17 20:13:06 | jeff.balogh | set | nosy:
+ jeff.balogh messages: + msg63753 |
| 2008-03-17 19:41:22 | brett.cannon | create | |
