Issue2353
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) * ![]() |
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) * ![]() |
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 | |
