Deprecate HttpRequest.xreadlines
xreadlines
was part of the file-like object API introduced in Python 2.1 and then deprecated in Python 2.3 with the introduction of generators before being removed in Python 3. Deprecation and change-over is straightforward and consistent with the current state of file-like objects. Probably this should have been done when Python 2.x support was dropped.
Change History (4)
Triage Stage: |
Unreviewed →
Accepted
|
Type: |
Uncategorized →
Cleanup/optimization
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
PR