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.

classification
Title: Remove old compatibility code
Type: Stage: resolved
Components: Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: benjamin.peterson, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-01-20 19:01 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py2_compat.patch serhiy.storchaka, 2014-01-20 19:01 review
Messages (4)
msg208559 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-01-20 19:01
Proposed patch removes the code which supports compatibility with old Python 2.x versions. As far as these files are never used with Python 2.x (and the compatibility was broken by other differences between 2.x and 3.x), this code can be removed from 3.x.
msg208560 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2014-01-20 19:05
Seems good to me.
msg208567 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-20 19:35
New changeset 5f754f1e3194 by Serhiy Storchaka in branch '3.3':
Issue #20315: Removed support for backward compatibility with early 2.x versions.
http://hg.python.org/cpython/rev/5f754f1e3194

New changeset ede054eb3dc1 by Serhiy Storchaka in branch 'default':
Issue #20315: Removed support for backward compatibility with early 2.x versions.
http://hg.python.org/cpython/rev/ede054eb3dc1
msg208568 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-01-20 19:36
Thanks for your review Benjamin.
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64514
2014-01-20 19:36:53serhiy.storchakasetstatus: open -> closed
messages: + msg208568

assignee: serhiy.storchaka
resolution: fixed
stage: patch review -> resolved
2014-01-20 19:35:40python-devsetnosy: + python-dev
messages: + msg208567
2014-01-20 19:05:22benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg208560
2014-01-20 19:01:13serhiy.storchakacreate