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:28 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue2353.patch | douglas, 2008年03月17日 22:35 | fileobject.c patch | ||
| Messages (5) | |||
|---|---|---|---|
| msg63724 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月17日 19:28 | |
Using file.xreadlines() should raise a Py3K warning. |
|||
| msg63772 - (view) | Author: Douglas Mayle (douglas) * | Date: 2008年03月17日 20:59 | |
I'm on it... |
|||
| msg63794 - (view) | Author: Douglas Mayle (douglas) * | Date: 2008年03月17日 22:35 | |
Since file() is removed from 3k, this error message tries to be as generic as possible. We should also warn on any use of file() instead of open() Also, all tests have passed except test_normalization |
|||
| msg63795 - (view) | Author: Douglas Mayle (douglas) * | Date: 2008年03月17日 22:36 | |
I should note that test_normalization fails with or without the patch, so no change |
|||
| msg67017 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年05月17日 22:13 | |
Committed slightly reviewed patch and test in r63340. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46606 |
| 2008年05月17日 22:13:16 | georg.brandl | set | status: open -> closed resolution: accepted messages: + msg67017 nosy: + georg.brandl |
| 2008年03月17日 22:36:14 | douglas | set | messages: + msg63795 |
| 2008年03月17日 22:35:02 | douglas | set | files:
+ issue2353.patch keywords: + patch messages: + msg63794 |
| 2008年03月17日 20:59:42 | douglas | set | nosy:
+ douglas messages: + msg63772 |
| 2008年03月17日 20:15:10 | brett.cannon | set | priority: release blocker -> critical |
| 2008年03月17日 19:28:59 | brett.cannon | create | |