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:30 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| buffer_warning.patch | benjamin.peterson, 2008年03月18日 00:30 | adds buffer warning | ||
| buffer_warning_good_tabbing.patch | benjamin.peterson, 2008年03月18日 01:13 | uses tabs | ||
| Messages (6) | |||
|---|---|---|---|
| msg63726 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月17日 19:30 | |
Using buffer() should raise a Py3K warning. |
|||
| msg63817 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月18日 00:30 | |
Here's a patch. |
|||
| msg63824 - (view) | Author: Raymond Hettinger (rhettinger) * (Python committer) | Date: 2008年03月18日 00:38 | |
Are use cases for buffer() satisfied by the new memoryview() builtin? If so, it would be nice to have an automatic conversion or to have the Py3k warning suggest a possible substitute. |
|||
| msg63838 - (view) | Author: Alexander Belopolsky (belopolsky) * (Python committer) | Date: 2008年03月18日 01:10 | |
Benjamin, Your recent patches all use 4-space indentation, but Python 2.x recommended style is still to use tabs unless you start a new file. See PEP 7. |
|||
| msg63839 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月18日 01:13 | |
My apologies. I often forget to switch between tabs and spaces for Python and C sometimes. |
|||
| msg64462 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月25日 07:56 | |
Added test and committed as r61878. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46608 |
| 2008年03月25日 07:56:34 | georg.brandl | set | status: open -> closed nosy: + georg.brandl resolution: accepted messages: + msg64462 |
| 2008年03月18日 01:13:52 | benjamin.peterson | set | files:
+ buffer_warning_good_tabbing.patch messages: + msg63839 |
| 2008年03月18日 01:10:49 | belopolsky | set | nosy:
+ belopolsky messages: + msg63838 |
| 2008年03月18日 00:38:40 | rhettinger | set | nosy:
+ rhettinger messages: + msg63824 |
| 2008年03月18日 00:30:36 | benjamin.peterson | set | files:
+ buffer_warning.patch keywords: + patch messages: + msg63817 nosy: + benjamin.peterson |
| 2008年03月17日 20:15:19 | brett.cannon | set | priority: release blocker -> critical |
| 2008年03月17日 19:30:55 | brett.cannon | create | |