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年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) * (Python committer) | 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) * (Python committer) | 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 | |